davetroy / votereport

Twitter Vote Report for Election Day 2008

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'