public
Description: Tracking political yard signs.
Homepage: http://yardvote.com
Clone URL: git://github.com/collectiveidea/yardvote.com.git
Click here to lend your support to: yardvote.com and make a donation at www.pledgie.com !
Mon Feb 23 20:58:15 -0800 2009
commit  2a842cec40b967a94fd673b0d422d225046dad79
tree    e4d96b33cf2112db1c3b58ab60dd723c22f13c74
parent  1bbdd9dfa413538936b3901aa30b235f78184321
yardvote.com / Capfile
100644 3 lines (3 sloc) 0.151 kb
1
2
3
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'