-
Gregor Schmidt authored
works with all rdoc versions since 2.4.2 see https://github.com/rdoc/rdoc/blob/master/History.txt
2630a84e
Rakefile 303 B
# 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 'rdoc/task'
require 'tasks/rails'