summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBronislav Robenek <b.robenek@sh.cvut.cz>2013-09-02 17:30:47 +0200
committerBronislav Robenek <b.robenek@sh.cvut.cz>2013-09-02 17:30:47 +0200
commitf6d6822a5d7b95c6b2994e291b267fc820049be6 (patch)
tree78ad3916c9165a4fed9376722fc440c831da397f
parent1410f5ffa5a51f5e09f349662744d5621d6caf18 (diff)
downloadipaddress-f6d6822a5d7b95c6b2994e291b267fc820049be6.tar.gz
Fixed ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task' (available in RDoc 2.4.2+) instead.
/ipaddress/Rakefile:47:in `<top (required)>'
-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'))