README.md in capistrano3-puma-0.8.1 vs README.md in capistrano3-puma-0.8.2
- old
+ new
@@ -91,10 +91,11 @@
Ensure that the following directories are shared (via ``linked_dirs``):
tmp/pids tmp/sockets log
## Changelog
+- 0.8.2: Start task creates a conf file if none exists @stevemadere
- 0.8.1: Fixed nginx task @hnatt, support for prune_bundler @behe
- 0.8.0: Some changes
- 0.7.0: added Nginx template generator @dfang
- 0.6.1: added :puma_default_hooks, you can turn off the automatic hooks by setting it false
- 0.6.0: Remove `daemonize true` from default puma.rb file. Explicitly pass `--daemon` flag when needed.
@@ -120,19 +121,19 @@
- 0.1.0: Phased restart will be used if puma is in cluster mode
- 0.0.9: puma.rb location changed to shared_path root. puma:check moved to after deploy:check
- 0.0.8: puma.rb is automatically generated if not present. Fixed RVM issue.
- 0.0.7: Gem pushed to rubygems as capistrano3-puma. Support of Redhat based OS for Jungle init script.
-## TODO
## Contributors
- [Ruohan Chen](https://github.com/crhan)
- [molfar](https://github.com/molfar)
- [ayaya](https://github.com/ayamomiji)
- [Shane O'Grady](https://github.com/shaneog)
- [Jun Lin](https://github.com/linjunpop)
-- [fang duan](https://github.com/dfang/capistrano-puma)
+- [fang duan](https://github.com/dfang)
+- [Steve Madere](https://github.com/stevemadere)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)