public
Fork of toastdriven/feedme
Description: A better (for me) RSS aggregator. Collects numerous RSS feeds and displays entries in chronological order. Similar to the "planet" concept.
Homepage: http://www.toastdriven.com/
Clone URL: git://github.com/TomK32/feedme.git
TomK32 (author)
Wed Jun 25 06:55:30 -0700 2008
commit  8691bf7f779da01c7afbb6eab3a8867b8d2bff4d
tree    7fcf5db73c7fb1c93f4092fbedfebdce77f92195
parent  48625f0a73662e478c69ec01bb4cc69fa14c1764
feedme / 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'