public
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
robbyrussell (author)
Thu Apr 10 13:30:23 -0700 2008
commit  0c493413ec32f4455cad312d9cacf77ec24b4a67
tree    d741363b76a69f8ae49d0442bb7b747344553aba
parent  fc76e8be89cbcc075a8d07e211cc3f64007c319b
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'