changed back to the git repo for client

This commit is contained in:
Ilya Zhitomirskiy 2011-06-14 18:35:36 -07:00
parent ec9932e491
commit 844bf48851
4 changed files with 15 additions and 7 deletions

View file

@ -94,5 +94,6 @@ group :test do
gem 'rspec-instafail', '>= 0.1.7', :require => false
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

View file

@ -37,8 +37,9 @@ GIT
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
PATH
remote: ~/workspace/diaspora-client
GIT
remote: git@github.com:diaspora/diaspora-client.git
revision: 17ff61247dc6f272604fb517d6eacf4a0683a721
specs:
diaspora-client (0.0.0)
activerecord

View file

@ -7,4 +7,5 @@ gem 'json'
gem 'shotgun'
gem 'sqlite3'
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'

View file

@ -1,8 +1,10 @@
PATH
remote: ~/workspace/diaspora-client
GIT
remote: git@github.com:diaspora/diaspora-client.git
revision: 17ff61247dc6f272604fb517d6eacf4a0683a721
specs:
diaspora-client (0.0.0)
activerecord
em-synchrony
faraday
oauth2
sinatra
@ -20,9 +22,12 @@ GEM
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activesupport (3.0.3)
addressable (2.2.4)
addressable (2.2.6)
arel (2.0.10)
builder (2.1.2)
em-synchrony (0.2.0)
eventmachine (>= 0.12.9)
eventmachine (0.12.10)
faraday (0.6.1)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)