No release in over 3 years
Low commit activity in last 3 years
An opinionated meta-gem that adds plugins to Capistrano for Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Capistrano::Swallow

An opinionated meta-gem that adds plugins to Capistrano

Installation

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

Capistrano Configuration

Usage

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

Capistrano Plugins

Authors