Skip to content
Extraits de code Groupes Projets
Valider acb3381d rédigé par Alec Leamas's avatar Alec Leamas
Parcourir les fichiers

Sticking to git: urls for git repos, as we always do.

Using a single type of url means just a single type of problems ;)
parent 7fdbc901
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -14,7 +14,7 @@ gem 'devise_invitable','0.3.5' ...@@ -14,7 +14,7 @@ gem 'devise_invitable','0.3.5'
#Authentication #Authentication
gem 'omniauth', '0.1.6' gem 'omniauth', '0.1.6'
gem 'twitter', :git => 'https://github.com/jnunemaker/twitter.git', :ref => 'ef122bbb280e229ed343' gem 'twitter', :git => 'git://github.com/jnunemaker/twitter.git', :ref => 'ef122bbb280e229ed343'
#Mongo #Mongo
gem 'mongo_mapper', :branch => 'rails3', :git => 'git://github.com/jnunemaker/mongomapper.git' gem 'mongo_mapper', :branch => 'rails3', :git => 'git://github.com/jnunemaker/mongomapper.git'
......
...@@ -56,15 +56,7 @@ GIT ...@@ -56,15 +56,7 @@ GIT
plucky (~> 0.3.6) plucky (~> 0.3.6)
GIT GIT
remote: git://github.com/rsofaer/carrierwave.git remote: git://github.com/jnunemaker/twitter.git
revision: c3dfbdda2fa227af91fe383bb126f59b991a318f
branch: master
specs:
carrierwave (0.5.0)
activesupport (~> 3.0)
GIT
remote: https://github.com/jnunemaker/twitter.git
revision: ef122bbb280e229ed34347c235c68aa9349d0d8e revision: ef122bbb280e229ed34347c235c68aa9349d0d8e
ref: ef122bbb280e229ed343 ref: ef122bbb280e229ed343
specs: specs:
...@@ -76,6 +68,14 @@ GIT ...@@ -76,6 +68,14 @@ GIT
multi_xml (~> 0.2.0) multi_xml (~> 0.2.0)
simple_oauth (~> 0.1.2) simple_oauth (~> 0.1.2)
GIT
remote: git://github.com/rsofaer/carrierwave.git
revision: c3dfbdda2fa227af91fe383bb126f59b991a318f
branch: master
specs:
carrierwave (0.5.0)
activesupport (~> 3.0)
PATH PATH
remote: vendor/gems/jasmine remote: vendor/gems/jasmine
specs: specs:
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter