Making 'extra_rdoc_files' more robust.

master
Austin Ziegler 2010-04-18 23:33:29 -04:00
parent cc55227083
commit 917d455857
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Hoe.spec PKG_NAME do
self.changes = paragraphs_of(self.history_file, 0..1).join("\n\n")
self.description = paragraphs_of(self.readme_file, 2..2).join("\n\n")
extra_rdoc_files << "Hacking.rdoc"
extra_rdoc_files << MANIFEST.grep(/\.rdoc$/)
extra_dev_deps << [ "archive-tar-minitar", "~>0.5.1" ]
extra_dev_deps << [ "hanna", "~>0.1.2" ]
@ -121,4 +121,4 @@ task :build_manifest do |t|
end
desc "Run a full set of integration and unit tests"
task :cruise => [:test, :spec]
task :cruise => [:test, :spec]