Rakefile in hydeweb-0.0.5 vs Rakefile in hydeweb-0.0.7
- old
+ new
@@ -43,10 +43,10 @@
require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""
rdoc.rdoc_dir = 'rdoc'
- rdoc.title = "aoeu #{version}"
+ rdoc.title = "Hyde #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end
task :autotest do