An opinionated meta-gem that adds plugins to Capistrano
Add this line to your application's Gemfile:
gem 'capistrano-swallow', :require => false
Add this line to your Capistrano's Capfile before load 'config/deploy'
:
require 'capistrano-swallow'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-swallow
The first thing that you should do after installing is list out all of
the new goodies that you've got. You can do this with $ cap -T