We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc55227 commit 917d455Copy full SHA for 917d455
Rakefile
@@ -33,7 +33,7 @@ Hoe.spec PKG_NAME do
33
self.changes = paragraphs_of(self.history_file, 0..1).join("\n\n")
34
self.description = paragraphs_of(self.readme_file, 2..2).join("\n\n")
35
36
- extra_rdoc_files << "Hacking.rdoc"
+ extra_rdoc_files << MANIFEST.grep(/\.rdoc$/)
37
38
extra_dev_deps << [ "archive-tar-minitar", "~>0.5.1" ]
39
extra_dev_deps << [ "hanna", "~>0.1.2" ]
@@ -121,4 +121,4 @@ task :build_manifest do |t|
121
end
122
123
desc "Run a full set of integration and unit tests"
124
-task :cruise => [:test, :spec]
+task :cruise => [:test, :spec]
0 commit comments