🚨 This gem has been deprecated long time ago and you should use something like this gem instead. 🚨
Puma support for Capistrano 3.x.
Add this line to your application's Gemfile:
gem 'capistrano', github: 'capistrano/capistrano', branch: 'v3'
gem 'capistrano-puma', github: 'ahmadsherif/capistrano-puma'
And then execute:
$ bundle
Finally add this line to you application's Capfile:
require 'capistrano/puma'
Since the code is mostly a copy-n-paste of capistrano support in puma
gem, it behaves just the same.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request