public
Description: Your friendly neighborhood nzb downloader
Clone URL: git://github.com/maddox/pyrot.git
Click here to lend your support to: pyrot and make a donation at www.pledgie.com !
maddox (author)
Fri May 09 09:44:44 -0700 2008
commit  0a131f384f35df7fb8999da8c65db1b99a04abf9
tree    296a67a076629980f5e717202e0c704bc3b9be53
parent  34d9623b7574e0ee22621bbbc667c3ba9dbda313 parent  5bcce78b81508d1ecaf108974af3f9d5c4fc830a
pyrot / Rakefile
100755 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'