Rakefile in drake-0.8.3.1.0.14 vs Rakefile in drake-0.8.4.1.0.15

- old
+ new

@@ -146,17 +146,15 @@ # Create a task to build the RDOC documentation tree. rd = Rake::RDocTask.new("rdoc") { |rdoc| rdoc.rdoc_dir = 'html' -# rdoc.template = 'kilmer' -# rdoc.template = 'css2' rdoc.template = 'doc/jamis.rb' rdoc.title = "Drake: Distributed Rake" rdoc.options << '--line-numbers' << '--inline-source' << '--main' << 'README' << - '--title' << 'Drake: Distributed Rake' + '--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/) } @@ -187,10 +185,10 @@ #### Basic information. s.name = 'drake' s.version = $package_version - s.summary = "Ruby based make-like utility." + s.summary = "A fork of Rake supporting parallel task execution." s.description = <<-EOF Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. EOF