updated the Gemfile to point to repo instead of path

This commit is contained in:
Ilya Zhitomirskiy 2011-06-09 17:42:33 -07:00
parent 6d5169d707
commit f31a78f23f
4 changed files with 10 additions and 8 deletions

View file

@ -94,5 +94,5 @@ group :test do
gem 'rspec-instafail', '>= 0.1.7', :require => false
gem 'fuubar'
gem 'diaspora-client', :path => '~/workspace/diaspora-client'
gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git'
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: c84fe1090fcbc16407582deca804fad48bf11ead
specs:
diaspora-client (0.0.0)
activerecord

View file

@ -7,4 +7,4 @@ gem 'json'
gem 'shotgun'
gem 'sqlite3'
gem 'activerecord', '3.0.3'
gem 'diaspora-client', :path => '~/workspace/diaspora-client'
gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git'

View file

@ -1,5 +1,6 @@
PATH
remote: ~/workspace/diaspora-client
GIT
remote: git@github.com:diaspora/diaspora-client.git
revision: c84fe1090fcbc16407582deca804fad48bf11ead
specs:
diaspora-client (0.0.0)
activerecord
@ -20,13 +21,13 @@ GEM
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activesupport (3.0.3)
addressable (2.2.6)
addressable (2.2.4)
arel (2.0.10)
builder (2.1.2)
faraday (0.6.1)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2)
rack (< 2, >= 1.1.0)
haml (3.0.18)
i18n (0.6.0)
json (1.4.6)