Rakefile in overview-0.0.3.61 vs Rakefile in overview-0.0.4.12
- old
+ new
@@ -4,10 +4,10 @@
require 'rdoc/task'
Rake::RDocTask.new do |rd|
rd.main = "README.rdoc"
rd.rdoc_files.include("README.rdoc", "lib/**/*.rb", "bin/**/*")
- rd.title = 'Your application title'
+ rd.title = 'Overview'
end
spec = eval(File.read('overview.gemspec'))
Gem::PackageTask.new(spec) do |pkg|