public
Description: Simple Ruby 1.8/1.9 code comparison app
Homepage: http://codefluency.com
Clone URL: git://github.com/bruce/compare-1-9.git
bruce (author)
Tue Jan 15 17:11:56 -0800 2008
commit  d2b27538bf025feccf4840cb7fd636c20aadd28d
tree    fc4e521d58082653c5d68202ffea53ecb10513c2
parent  27faf30f8bccf541432a49aa5950ec9bdb02982c
compare-1-9 / Rakefile
100644 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'