Skip to content

Commit 240b798

Browse files
committed
[Manifest] Include the bundler gemspec
This should allow the setup task to succeed when run from the published rubygems-update gem, and not just from source
1 parent c9ce30a commit 240b798

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Manifest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ bundler/CODE_OF_CONDUCT.md
2323
bundler/CONTRIBUTING.md
2424
bundler/LICENSE.md
2525
bundler/README.md
26+
bundler/bundler.gemspec
2627
bundler/exe/bundle
2728
bundler/exe/bundle_ruby
2829
bundler/exe/bundler

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Hoe::Package.instance_method(:install_gem).tap do |existing_install_gem|
9595
end
9696
end
9797

98-
Hoe::DEFAULT_CONFIG["exclude"] = %r[#{Hoe::DEFAULT_CONFIG["exclude"]}|\./bundler/(?!lib|man|exe|[^/]+\.md)|doc/]ox
98+
Hoe::DEFAULT_CONFIG["exclude"] = %r[#{Hoe::DEFAULT_CONFIG["exclude"]}|\./bundler/(?!lib|man|exe|[^/]+\.md|bundler.gemspec)|doc/]ox
9999

100100
v = hoe.version
101101

0 commit comments

Comments
 (0)