Skip to content
Extraits de code Groupes Projets
Valider 844bf488 rédigé par Ilya Zhitomirskiy's avatar Ilya Zhitomirskiy
Parcourir les fichiers

changed back to the git repo for client

parent ec9932e4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -94,5 +94,6 @@ group :test do ...@@ -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 ...@@ -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' ...@@ -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'
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 ...@@ -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)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter