Browse Source

Update from rake/rdoctask to rdoc/task

rake/rdoctask is deprecated
Lydia Krupp-Hunter 12 năm trước cách đây
mục cha
commit
4774c669f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'))