Skip to content

Commit

Permalink
Sticking to git: urls for git repos, as we always do.
Browse files Browse the repository at this point in the history
Using a single type of url means just a single type of problems ;)
  • Loading branch information
leamas committed Dec 3, 2010
1 parent 7fdbc90 commit acb3381
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,7 +14,7 @@ gem 'devise_invitable','0.3.5'

#Authentication
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
gem 'mongo_mapper', :branch => 'rails3', :git => 'git://github.com/jnunemaker/mongomapper.git'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -56,15 +56,7 @@ GIT
plucky (~> 0.3.6)

GIT
remote: git://github.com/rsofaer/carrierwave.git
revision: c3dfbdda2fa227af91fe383bb126f59b991a318f
branch: master
specs:
carrierwave (0.5.0)
activesupport (~> 3.0)

GIT
remote: https://github.com/jnunemaker/twitter.git
remote: git://github.com/jnunemaker/twitter.git
revision: ef122bbb280e229ed34347c235c68aa9349d0d8e
ref: ef122bbb280e229ed343
specs:
Expand All @@ -76,6 +68,14 @@ GIT
multi_xml (~> 0.2.0)
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
remote: vendor/gems/jasmine
specs:
Expand Down

0 comments on commit acb3381

Please sign in to comment.