public
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
robbyrussell (author)
Mon Apr 14 20:39:45 -0700 2008
commit  163114acf14c5dd4c3bed8508ef3155a83a2e1bf
tree    d26ef332c9b9ecc5c37e7dd1e9582b3750ae3bb2
parent  818f1b6a98348b4ed75524e8b7335fec89aceaed
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'