scrolls/resque.rb in ey_rails_wizard-0.5.0 vs scrolls/resque.rb in ey_rails_wizard-0.6.0
- old
+ new
@@ -2,11 +2,10 @@
say_wizard 'Applying fix suggested in https://github.com/defunkt/resque/pull/403...'
append_file "Rakefile", "\ntask 'resque:setup' => :environment # for https://github.com/defunkt/resque/pull/403\n"
if scroll? "eycloud_recipes_on_deploy"
- gem 'eycloud-scroll-resque', :group => :eycloud
-
+ gem 'eycloud-recipe-resque', :group => :eycloud
create_file "config/initializers/resque.rb", <<-RUBY
resque_yml = File.expand_path('../../resque.yml', __FILE__)
if File.exist?(resque_yml)
Resque.redis = YAML.load_file(resque_yml)["redis_uri"]
\ No newline at end of file