public
Description: Process and combine news RSS feeds to provide 'trusted breaking news'
Homepage: http://github.com/scottmatthewman/breakr/wikis
Clone URL: git://github.com/scottmatthewman/breakr.git
Click here to lend your support to: breakr and make a donation at www.pledgie.com !
Tue Aug 05 05:10:10 -0700 2008
commit  c847b31ac80ffa23ac1edfa8c780f53649d9cc10
tree    db9f939dff33dd3f0fbc13ef0e3784bc5765f732
parent  d1295d36ca604803aa709ecc6f6f51c7e7ad121b
breakr / 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'