public
Description: Twitter Vote Report for Election Day 2008
Homepage: http://twittervotereport.com
Clone URL: git://github.com/davetroy/votereport.git
votereport / Capfile
100644 5 lines (3 sloc) 0.153 kb
1
2
3
4
5
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'