Skip to content

Commit

Permalink
require 'rake/rdoctask' => require 'rdoc/task'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmartin committed Jun 24, 2016
1 parent 43ecb82 commit a4de3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 a4de3c2

Please sign in to comment.