Navigation Menu

Skip to content

Commit

Permalink
Replace deprecated rake/rdoctask with rdoc/task
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 14, 2012
1 parent 1465c71 commit 94cec0b
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 => :test

require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
if File.exist?('VERSION.yml')
config = YAML.load(File.read('VERSION.yml'))
Expand Down

0 comments on commit 94cec0b

Please sign in to comment.