git urls are still better than http ones :P, close #2915

This commit is contained in:
Jonne Haß 2012-02-22 12:29:15 +01:00
parent d54ff5f341
commit 0430d940f1
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ gem 'ruby-oembed'
# queue # queue
gem 'resque', '1.19.0' gem 'resque', '1.19.0'
gem 'resque-ensure-connected', :git => 'https://github.com/socialcast/resque-ensure-connected.git' gem 'resque-ensure-connected', :git => 'git://github.com/socialcast/resque-ensure-connected.git'
gem 'resque-timeout', '1.0.0' gem 'resque-timeout', '1.0.0'
gem 'SystemTimer', '1.2.3', :platforms => :ruby_18 gem 'SystemTimer', '1.2.3', :platforms => :ruby_18

View file

@ -32,7 +32,7 @@ GIT
sinatra sinatra
GIT GIT
remote: https://github.com/socialcast/resque-ensure-connected.git remote: git://github.com/socialcast/resque-ensure-connected.git
revision: 8ac0f9e4658495097fb333a93db81d54ba9a5311 revision: 8ac0f9e4658495097fb333a93db81d54ba9a5311
specs: specs:
resque-ensure-connected (0.2.0) resque-ensure-connected (0.2.0)