public
Description: Your friendly neighborhood nzb downloader
Clone URL: git://github.com/maddox/pyrot.git
Search Repo:
Click here to lend your support to: pyrot and make a donation at www.pledgie.com !
maddox (author)
Fri May 09 11:46:26 -0700 2008
commit  cbc72c7efdfaa5706a17121ed0fda9744def21c0
tree    74a0b2ecacb15b4862ebeac1eb9e677b71cc5293
parent  10e0bd09fa963635be4fea31ead4dc1132c37b72 parent  0a131f384f35df7fb8999da8c65db1b99a04abf9
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'