Skip to content
Snippets Groups Projects
Commit 52bd3721 authored by Alex Reisner's avatar Alex Reisner
Browse files

Replace rake/rdoctask (deprecated) with rdoc/task.

parent 2878ee1f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ end
task :default => :test
require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "Geocoder #{Geocoder::VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment