Skip to content

Commit

Permalink
remove reference to deprecated Rake::RDocTask
Browse files Browse the repository at this point in the history
  • Loading branch information
Empact committed Mar 20, 2012
1 parent cc6bb3b commit b6bc866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ end

task :default => :test

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

rdoc.rdoc_dir = 'rdoc'
Expand Down

0 comments on commit b6bc866

Please sign in to comment.