Derpy

This gem provides a number of tasks which are useful for deploying Drupal projects with Capistrano.

Installation

gems must be installed on your system first.

From RubyGems.org

$ gem install derpy

From Github

$ git clone git://github.com/3sign/derpy.git
$ cd derpy
$ gem build derpy.gemspec
$ gem install derpy-{version}.gem