README.md in capistrano-sidekiq-0.2.9 vs README.md in capistrano-sidekiq-0.3.0
- old
+ new
@@ -46,10 +46,12 @@
: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.3.0: Fix monit task @andreygerasimchuk
+- 0.2.9: Check if current directory exist @alexdunae
- 0.2.8: Added :sidekiq_queue & :sidekiq_config
- 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
@@ -59,9 +61,10 @@
## Contributors
- [Jérémy Lecour] (https://github.com/jlecour)
- [Fabien Penso] (https://github.com/penso)
- [Alex Dunae] (https://github.com/alexdunae)
+- [andreygerasimchuk] (https://github.com/andreygerasimchuk)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)