public
Description: Tool to help student oriented ministries keep track of who's involved.
Homepage: http://www.ministrytrack.org
Clone URL: git://github.com/twinge/ministry-tracker.git
Click here to lend your support to: ministry-tracker and make a donation at www.pledgie.com !
Josh Starcher (author)
Wed Oct 28 17:23:15 -0700 2009
ministry-tracker / Capfile
100644 4 lines (3 sloc) 0.212 kb
1
2
3
4
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
 
load 'config/deploy' # remove this line to skip loading any of the default tasks