This gem is based on the 'torquebox-capistrano-support' gem. The changes are documented here.
Push requests are welcome!
Torquebox support for Capistrano v3:
Add this line to your application's Gemfile:
# Gemfile
gem 'capistrano', '~> 3.0'
gem 'capistrano-torquebox'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-torquebox
Require in Capfile to use the default task:
# Capfile
require 'capistrano/torquebox'
And you should be good to go!
- Fork it ( http://github.com/raskhadafi/capistrano-torquebox/fork )
- 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