public
Description: OneBody is free, open-source, web-based social networking and online directory software for churches.
Homepage: http://beonebody.com
Clone URL: git://github.com/seven1m/onebody.git
seven1m (author)
Fri Mar 06 07:45:27 -0800 2009
commit  270903ecac78a93be55282f4d2e2fe3eff58cc83
tree    247ae3d2e04f9f4f7afffe1b5b5f8040fadd6ae9
parent  476031a931a24be86a81d0acca500afbee355437
onebody / Capfile
100644 6 lines (5 sloc) 0.222 kb
1
2
3
4
5
6
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
Dir['lib/recipes/*.rb'].each { |recipe| load(recipe) }
load 'config/deploy'
load 'lib/cap'