Making 'extra_rdoc_files' more robust.
This commit is contained in:
parent
cc55227083
commit
917d455857
4
Rakefile
4
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" ]
|
||||||
|
@ -121,4 +121,4 @@ task :build_manifest do |t|
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Run a full set of integration and unit tests"
|
desc "Run a full set of integration and unit tests"
|
||||||
task :cruise => [:test, :spec]
|
task :cruise => [:test, :spec]
|
||||||
|
|
Loading…
Reference in a new issue