Skip to content
Snippets Groups Projects
Commit f495ea3a authored by bluemonk's avatar bluemonk
Browse files

Change obsolete rake/rdoctask with rdoc/task

parent 252795d2
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,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'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment