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

- old
+ new

@@ -41,9 +41,13 @@ :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.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)