point diaspora client to the right place in the gemfiles
This commit is contained in:
parent
3078220bc0
commit
4683047ee0
4 changed files with 16 additions and 16 deletions
4
Gemfile
4
Gemfile
|
|
@ -24,7 +24,7 @@ gem 'omniauth', '0.2.6'
|
|||
gem 'twitter', '1.5.0'
|
||||
|
||||
gem 'oauth2-provider', '~> 0.0.0'
|
||||
gem 'jwt', :git => "https://github.com/zhitomirskiyi/ruby-jwt", :require => false
|
||||
gem 'jwt', :git => "git://github.com/zhitomirskiyi/ruby-jwt.git", :require => false
|
||||
|
||||
#Web
|
||||
gem 'faraday'
|
||||
|
|
@ -107,6 +107,6 @@ group :test do
|
|||
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
||||
gem 'fuubar'
|
||||
|
||||
gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git'
|
||||
gem 'diaspora-client', :git => 'git://github.com/diaspora/diaspora-client.git'
|
||||
|
||||
end
|
||||
|
|
|
|||
24
Gemfile.lock
24
Gemfile.lock
|
|
@ -29,6 +29,17 @@ GIT
|
|||
acts-as-taggable-on (2.0.6)
|
||||
rails (>= 3.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/diaspora/diaspora-client.git
|
||||
revision: 7924e3cc576e54b5ade4014caea8b79e9f1d6343
|
||||
specs:
|
||||
diaspora-client (0.0.0)
|
||||
activerecord
|
||||
faraday
|
||||
jwt (>= 0.1.3)
|
||||
oauth2
|
||||
sinatra
|
||||
|
||||
GIT
|
||||
remote: git://github.com/iain/http_accept_language.git
|
||||
revision: 0b78aa7849fc90cf9e12586af162fa4c408a795d
|
||||
|
|
@ -46,18 +57,7 @@ GIT
|
|||
eventmachine (>= 0.12.9)
|
||||
|
||||
GIT
|
||||
remote: git@github.com:diaspora/diaspora-client.git
|
||||
revision: 7924e3cc576e54b5ade4014caea8b79e9f1d6343
|
||||
specs:
|
||||
diaspora-client (0.0.0)
|
||||
activerecord
|
||||
faraday
|
||||
jwt (>= 0.1.3)
|
||||
oauth2
|
||||
sinatra
|
||||
|
||||
GIT
|
||||
remote: https://github.com/zhitomirskiyi/ruby-jwt
|
||||
remote: git://github.com/zhitomirskiyi/ruby-jwt.git
|
||||
revision: fa7f46b5ac3653e30cf60abc78de9ffb3319dc0c
|
||||
specs:
|
||||
jwt (0.1.3)
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ gem 'json'
|
|||
gem 'shotgun'
|
||||
gem 'sqlite3'
|
||||
gem 'activerecord', '3.0.3'
|
||||
gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git'
|
||||
gem 'diaspora-client', :git => 'git://github.com/diaspora/diaspora-client.git'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
GIT
|
||||
remote: git@github.com:diaspora/diaspora-client.git
|
||||
remote: git://github.com/diaspora/diaspora-client.git
|
||||
revision: 7924e3cc576e54b5ade4014caea8b79e9f1d6343
|
||||
specs:
|
||||
diaspora-client (0.0.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue