Making 'extra_rdoc_files' more robust.
This commit is contained in:
parent
cc55227083
commit
917d455857
2
Rakefile
2
Rakefile
|
@ -33,7 +33,7 @@ Hoe.spec PKG_NAME do
|
||||||
self.changes = paragraphs_of(self.history_file, 0..1).join("\n\n")
|
self.changes = paragraphs_of(self.history_file, 0..1).join("\n\n")
|
||||||
self.description = paragraphs_of(self.readme_file, 2..2).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 << [ "archive-tar-minitar", "~>0.5.1" ]
|
||||||
extra_dev_deps << [ "hanna", "~>0.1.2" ]
|
extra_dev_deps << [ "hanna", "~>0.1.2" ]
|
||||||
|
|
Loading…
Reference in a new issue