Skip to content

Commit

Permalink
ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc…
Browse files Browse the repository at this point in the history
…/task' (available in RDoc 2.4.2+) instead.
  • Loading branch information
hitode909 committed Mar 13, 2013
1 parent fbf7114 commit 6be301b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -37,7 +37,7 @@ end

task :default => :spec

require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

Expand Down

0 comments on commit 6be301b

Please sign in to comment.