Commit 2630a84e authored by Gregor Schmidt's avatar Gregor Schmidt

[#477] Not using deprecated rake/rdoctask but rdoc/task instead

works with all rdoc versions since 2.4.2
see https://github.com/rdoc/rdoc/blob/master/History.txt
parent 9ccb172c
......@@ -5,7 +5,7 @@ gem "rails", "2.3.12"
gem "coderay", "~> 0.9.7"
gem "i18n", "~> 0.4.2"
gem "rubytree", "~> 0.5.2", :require => 'tree'
gem "rdoc"
gem "rdoc", ">= 2.4.2"
group :test do
gem 'shoulda', '~> 2.10.3'
......
......@@ -5,6 +5,6 @@ require(File.join(File.dirname(__FILE__), 'config', 'boot'))
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rdoc/task'
require 'tasks/rails'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment