Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

Commit

Permalink
[chiliproject#477] Not using deprecated rake/rdoctask but rdoc/task i…
Browse files Browse the repository at this point in the history
…nstead

works with all rdoc versions since 2.4.2
see https://github.com/rdoc/rdoc/blob/master/History.txt
  • Loading branch information
schmidt committed Jun 16, 2011
1 parent 9ccb172 commit 2630a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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'

0 comments on commit 2630a84

Please sign in to comment.