Rakefile in rake-0.4.8 vs Rakefile in rake-0.4.9
- old
+ new
@@ -85,10 +85,11 @@
rd = Rake::RDocTask.new("rdoc") { |rdoc|
rdoc.rdoc_dir = 'html'
# rdoc.template = 'kilmer'
# rdoc.template = 'css2'
+ rdoc.template = 'jamis'
rdoc.title = "Rake -- Ruby Make"
rdoc.options << '--line-numbers' << '--inline-source' << '--main' << 'README'
rdoc.rdoc_files.include('README', 'MIT-LICENSE', 'TODO', 'CHANGES')
rdoc.rdoc_files.include('lib/**/*.rb', 'doc/**/*.rdoc')
rdoc.rdoc_files.exclude(/\bcontrib\b/)
@@ -138,11 +139,10 @@
#s.extensions << "ext/rmagic/extconf.rb"
#### Load-time details: library and application (you will need one or both).
s.require_path = 'lib' # Use these for libraries.
- s.autorequire = 'rake'
s.bindir = "bin" # Use these for applications.
s.executables = ["rake"]
s.default_executable = "rake"
@@ -162,10 +162,10 @@
s.homepage = "http://onestepback.org"
s.rubyforge_project = "rake"
end
Rake::GemPackageTask.new(spec) do |pkg|
- #pkg.need_zip = true
+ pkg.need_zip = true
pkg.need_tar = true
end
end
# Misc tasks =========================================================