Rakefile in drake-0.8.1.11.0.1 vs Rakefile in drake-0.8.2.0.0.2

- old
+ new

@@ -149,14 +149,14 @@ rd = Rake::RDocTask.new("rdoc") { |rdoc| rdoc.rdoc_dir = 'html' # rdoc.template = 'kilmer' # rdoc.template = 'css2' rdoc.template = 'doc/jamis.rb' - rdoc.title = "Rake -- Ruby Make" + rdoc.title = "Drake: Distributed Rake" rdoc.options << '--line-numbers' << '--inline-source' << '--main' << 'README' << - '--title' << 'Rake -- Ruby Make' + '--title' << 'Drake: Distributed Rake' rdoc.rdoc_files.include('README', 'MIT-LICENSE', 'TODO', 'CHANGES') rdoc.rdoc_files.include('lib/**/*.rb', 'doc/**/*.rdoc') rdoc.rdoc_files.exclude(/\bcontrib\b/) } @@ -165,15 +165,15 @@ # tar, zip and gem files. PKG_FILES = FileList[ 'install.rb', '[A-Z]*', - 'bin/**/*', + 'bin/drake', 'lib/**/*.rb', 'test/**/*.rb', 'test/**/*.rf', 'test/**/*.mf', - 'test/**/Rakefile', + 'test/**/Rakefile*', 'test/**/subdir', 'doc/**/*' ] PKG_FILES.exclude('doc/example/*.o') PKG_FILES.exclude(%r{doc/example/main$})