changed back to the git repo for client
This commit is contained in:
parent
ec9932e491
commit
844bf48851
4 changed files with 15 additions and 7 deletions
3
Gemfile
3
Gemfile
|
|
@ -94,5 +94,6 @@ group :test do
|
||||||
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
||||||
gem 'fuubar'
|
gem 'fuubar'
|
||||||
|
|
||||||
gem 'diaspora-client', :path => "~/workspace/diaspora-client" # :git => 'git@github.com:diaspora/diaspora-client.git'
|
gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git'
|
||||||
|
#:path => "~/workspace/diaspora-client"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,9 @@ GIT
|
||||||
addressable (>= 2.1.1)
|
addressable (>= 2.1.1)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
|
|
||||||
PATH
|
GIT
|
||||||
remote: ~/workspace/diaspora-client
|
remote: git@github.com:diaspora/diaspora-client.git
|
||||||
|
revision: 17ff61247dc6f272604fb517d6eacf4a0683a721
|
||||||
specs:
|
specs:
|
||||||
diaspora-client (0.0.0)
|
diaspora-client (0.0.0)
|
||||||
activerecord
|
activerecord
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,5 @@ gem 'json'
|
||||||
gem 'shotgun'
|
gem 'shotgun'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
gem 'activerecord', '3.0.3'
|
gem 'activerecord', '3.0.3'
|
||||||
gem 'diaspora-client', :path => "~/workspace/diaspora-client" #:git => 'git@github.com:diaspora/diaspora-client.git'
|
gem 'diaspora-client', #:path => "~/workspace/diaspora-client"
|
||||||
|
:git => 'git@github.com:diaspora/diaspora-client.git'
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
PATH
|
GIT
|
||||||
remote: ~/workspace/diaspora-client
|
remote: git@github.com:diaspora/diaspora-client.git
|
||||||
|
revision: 17ff61247dc6f272604fb517d6eacf4a0683a721
|
||||||
specs:
|
specs:
|
||||||
diaspora-client (0.0.0)
|
diaspora-client (0.0.0)
|
||||||
activerecord
|
activerecord
|
||||||
|
em-synchrony
|
||||||
faraday
|
faraday
|
||||||
oauth2
|
oauth2
|
||||||
sinatra
|
sinatra
|
||||||
|
|
@ -20,9 +22,12 @@ GEM
|
||||||
arel (~> 2.0.2)
|
arel (~> 2.0.2)
|
||||||
tzinfo (~> 0.3.23)
|
tzinfo (~> 0.3.23)
|
||||||
activesupport (3.0.3)
|
activesupport (3.0.3)
|
||||||
addressable (2.2.4)
|
addressable (2.2.6)
|
||||||
arel (2.0.10)
|
arel (2.0.10)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
|
em-synchrony (0.2.0)
|
||||||
|
eventmachine (>= 0.12.9)
|
||||||
|
eventmachine (0.12.10)
|
||||||
faraday (0.6.1)
|
faraday (0.6.1)
|
||||||
addressable (~> 2.2.4)
|
addressable (~> 2.2.4)
|
||||||
multipart-post (~> 1.1.0)
|
multipart-post (~> 1.1.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue