Rakefile in roxml-3.2.1 vs Rakefile in roxml-3.2.2

- old
+ new

@@ -30,11 +30,11 @@ task :all => [:libxml, :nokogiri, 'test:load'] task :libxml => ['test:libxml', 'spec:libxml'] task :nokogiri => ['test:nokogiri', 'spec:nokogiri'] -require 'rake/rdoctask' -Rake::RDocTask.new do |rdoc| +require 'rdoc/task' +RDoc::Task.new do |rdoc| if File.exist?('VERSION') version = File.read('VERSION') else version = "" end