Rakefile in timespan-0.5.4 vs Rakefile in timespan-0.5.5
- old
+ new
@@ -36,14 +36,14 @@
spec.rcov = true
end
task :default => :spec
-require 'rdoc/task'
-Rake::RDocTask.new do |rdoc|
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
+# require 'rdoc/task'
+# Rake::RDocTask.new do |rdoc|
+# version = File.exist?('VERSION') ? File.read('VERSION') : ""
- rdoc.rdoc_dir = 'rdoc'
- rdoc.title = "timespan #{version}"
- rdoc.rdoc_files.include('README*')
- rdoc.rdoc_files.include('lib/**/*.rb')
-end
+# rdoc.rdoc_dir = 'rdoc'
+# rdoc.title = "timespan #{version}"
+# rdoc.rdoc_files.include('README*')
+# rdoc.rdoc_files.include('lib/**/*.rb')
+# end