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 / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'