summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbluemonk <ceresa@gmail.com>2013-10-07 06:11:50 +0200
committerbluemonk <ceresa@gmail.com>2013-10-07 06:11:50 +0200
commit8da374226a780a1ed5bd458ef27c6c3fd4602f4d (patch)
tree9faa93d9efc6e9684b5523cc06205ec6191ef5a9
parent94f8e44e2049bec7ba8702d15d6a1d91a95f5db9 (diff)
downloadipaddress-8da374226a780a1ed5bd458ef27c6c3fd4602f4d.tar.gz
Updates Rakefile from obsolete rake/rdoctask to rdoc/task
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b668d77..b7dbf64 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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'))