public
Description: Handy extensions for Capistrano
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano-ext.git
jamis (author)
Sun Jan 04 19:35:00 -0800 2009
commit  a76b7f6e1d114c89a0e97a75f7f04c1fc9b308df
tree    9c3a91ef0d89f3f4af00e1023bf8c06565b086f5
parent  930ca840a0b4adad0ec53546790b3f5ffe726538
name age message
file CHANGELOG.rdoc Sun Jan 04 19:35:00 -0800 2009 Update changelog [jamis]
file MIT-LICENSE Mon Feb 20 20:25:03 -0800 2006 More tweaks git-svn-id: http://svn.jamisbuck.... [jamis]
file Manifest Sat Jun 14 15:37:53 -0700 2008 Use echoe to manage the Rakefile [jamis]
file README Mon Mar 06 08:25:54 -0800 2006 part 2, switchtower -> capistrano [jamis]
file Rakefile Sat Jun 14 15:37:53 -0700 2008 Use echoe to manage the Rakefile [jamis]
directory lib/ Sat Jan 03 12:48:31 -0800 2009 Add require 'fileutils' to multistage.rb [rouffj]
file setup.rb Mon Feb 20 20:03:56 -0800 2006 Add a setup.rb installer git-svn-id: http://s... [jamis]
README
= Capistrano Extensions

Capistrano Extensions is a collection of tasks and methods that developers may use in their own Capistrano recipe files. 
Although some may find the tasks and such useful in their own right, the collection is intended primarily as an example 
of how to write and package Capistrano extension libraries.