Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 5aa83b62ffdff4097d7df26f8098182f > files > 2

rubygem-plist-3.1.0-5.fc13.src.rpm

--- Rakefile	2010-06-14 20:53:23.267647447 +0200
+++ Rakefile	2010-06-14 20:57:46.571832784 +0200
@@ -15,7 +15,7 @@
 require 'rake/packagetask'
 require 'rake/gempackagetask'
 require 'rake/contrib/rubyforgepublisher'
-require 'rdoc/task'
+require 'rake/rdoctask'
 
 $:.unshift(File.dirname(__FILE__) + "/lib")
 require 'plist'
@@ -104,7 +104,7 @@
 end
 
 # Genereate the RDoc documentation
-RDoc::Task.new do |rdoc|
+Rake::RDocTask.new do |rdoc|
   rdoc.title = "All-purpose Property List manipulation library"
   rdoc.main  = "README.rdoc"