public
Description: A web-based personal finance manager with a focus on non-OCD budgeting and avoiding credit card debt
Homepage: http://wiki.github.com/jamis/bucketwise
Clone URL: git://github.com/jamis/bucketwise.git
Click here to lend your support to: bucketwise and make a donation at www.pledgie.com !
bucketwise / Capfile
100644 4 lines (3 sloc) 0.103 kb
1
2
3
4
load 'deploy'
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'