README.md in capistrano-sidekiq-0.2.6 vs README.md in capistrano-sidekiq-0.2.7

- old
+ new

@@ -8,11 +8,11 @@ gem 'capistrano-sidekiq' , github: 'seuros/capistrano-sidekiq' or: - gem 'capistrano-sidekiq' + gem 'capistrano-sidekiq' , group: :development And then execute: $ bundle @@ -41,18 +41,20 @@ :sidekiq_processes => 1 :sidekiq_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiq" # Only for capistrano2.5 :sidekiqctl_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiqctl" # Only for capistrano2.5 ``` ## Changelog +- 0.2.7: Signal usage @penso - 0.2.6: sidekiq:start check if sidekiq is running - 0.2.5: bug fixes - 0.2.4: Fast deploy with :sidekiq_run_in_background - 0.2.3: Added monit tasks (alpha) - 0.2.0: Added sidekiq:rolling_restart - @jlecour ## Contributors - [Jérémy Lecour] (https://github.com/jlecour) +- [Fabien Penso] (https://github.com/penso) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)