Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zhitomirskiy <ilya@laptop.(none)>2011-06-10 04:42:33 +0400
committerIlya Zhitomirskiy <ilya@laptop.(none)>2011-06-10 04:42:33 +0400
commitf31a78f23f5766b6890dbfbd9836e7c3cd0cd4fd (patch)
tree37426a961d70bdc1b6acbc95cba999c2a679ec15 /Gemfile
parent6d5169d7071e27b3e18376b4c7129f4e5dbfe69d (diff)
updated the Gemfile to point to repo instead of path
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 44dc2e6db..69413e3a1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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