Explorar o código

Update from rake/rdoctask to rdoc/task

rake/rdoctask is deprecated
Lydia Krupp-Hunter %!s(int64=12) %!d(string=hai) anos
pai
achega
4774c669f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -25,7 +25,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'))