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 c9ce30a commit 240b798Copy full SHA for 240b798
Manifest.txt
@@ -23,6 +23,7 @@ bundler/CODE_OF_CONDUCT.md
23
bundler/CONTRIBUTING.md
24
bundler/LICENSE.md
25
bundler/README.md
26
+bundler/bundler.gemspec
27
bundler/exe/bundle
28
bundler/exe/bundle_ruby
29
bundler/exe/bundler
Rakefile
@@ -95,7 +95,7 @@ Hoe::Package.instance_method(:install_gem).tap do |existing_install_gem|
95
end
96
97
98
-Hoe::DEFAULT_CONFIG["exclude"] = %r[#{Hoe::DEFAULT_CONFIG["exclude"]}|\./bundler/(?!lib|man|exe|[^/]+\.md)|doc/]ox
+Hoe::DEFAULT_CONFIG["exclude"] = %r[#{Hoe::DEFAULT_CONFIG["exclude"]}|\./bundler/(?!lib|man|exe|[^/]+\.md|bundler.gemspec)|doc/]ox
99
100
v = hoe.version
101
0 commit comments