Skip to content

Commit

Permalink
resque has moved to github.com/resque/resque
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Albright committed Apr 17, 2013
1 parent 0a5db58 commit 29cfd70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'rails', '3.2.10'

gem 'resque', :git => 'git://github.com/defunkt/resque.git', :branch => "1-x-stable"
gem 'resque', :git => 'git://github.com/resque/resque.git', :branch => "1-x-stable"

group :test do
gem 'minitest-spec-rails'
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
GIT
remote: git://github.com/defunkt/resque.git
revision: 8eeb0756aded7fded5d261155a37ad8d17a396a2
remote: git://github.com/resque/resque.git
revision: 7fb38586772d16d3c2c75f3b3a81d2160e1109d9
branch: 1-x-stable
specs:
resque (1.23.0)
resque (1.24.1)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.0)
redis-namespace (~> 1.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)

Expand Down Expand Up @@ -68,12 +69,13 @@ GEM
minitest-spec-rails (3.0.7)
minitest (~> 2.1)
rails (~> 3.0)
mono_logger (1.0.1)
multi_json (1.5.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-protection (1.2.0)
rack-protection (1.5.0)
rack
rack-ssl (1.3.2)
rack
Expand All @@ -97,17 +99,17 @@ GEM
rake (10.0.3)
rdoc (3.12)
json (~> 1.4)
redis (3.0.2)
redis (3.0.3)
redis-namespace (1.2.1)
redis (~> 3.0.0)
sass (3.2.3)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
sprockets (2.2.2)
hike (~> 1.2)
Expand Down

0 comments on commit 29cfd70

Please sign in to comment.