summaryrefslogtreecommitdiff
path: root/lib/bundler/bundler.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-16 09:24:57 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-22 20:32:30 +0900
commit9c2752296d526a127aab69216ab31b2cab3fb7a1 (patch)
treebb0b1906008c60d3dd71adbff1b019cee7f55bd8 /lib/bundler/bundler.gemspec
parentc7ebeb7eda9f7f6bbb48effe1efc026eeb64d09c (diff)
Glob the all man files provided by bundler upstream
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3114
Diffstat (limited to 'lib/bundler/bundler.gemspec')
-rw-r--r--lib/bundler/bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/bundler.gemspec b/lib/bundler/bundler.gemspec
index 1ef46c8e6e..d29f800c3a 100644
--- a/lib/bundler/bundler.gemspec
+++ b/lib/bundler/bundler.gemspec
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.3.0"
s.required_rubygems_version = ">= 2.5.2"
- s.files = (Dir.glob("lib/bundler/**/*", File::FNM_DOTMATCH) + Dir.glob("man/bundler*") + Dir.glob("libexec/bundle*")).reject {|f| File.directory?(f) }
+ s.files = (Dir.glob("lib/bundler/**/*", File::FNM_DOTMATCH) + Dir.glob("man/bundle*") + Dir.glob("man/gemfile*") + Dir.glob("libexec/bundle*")).reject {|f| File.directory?(f) }
s.files += ["lib/bundler.rb"]