Skip to content

Commit

Permalink
Remove rdoc task deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkongie committed Aug 6, 2012
1 parent 7edb343 commit 30fcdca
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 @@ -28,7 +28,7 @@ Jeweler::RubygemsDotOrgTasks.new

task :default => :test

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

Expand Down

0 comments on commit 30fcdca

Please sign in to comment.