public
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
Robby Russell (author)
Mon Feb 18 16:27:55 -0800 2008
commit  bd7d666edaa48b47f16b9ea824c9e0bb02f3b31e
tree    e8e42e947d978c1b0d6ffde7225e3bcaef7d5ab0
parent  156c306838e7e50311571c71a06d2fb336f2a005
rubyurl / Rakefile
100644 10 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
# 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'