1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Glob the all man files provided by bundler upstream

This commit is contained in:
Hiroshi SHIBATA 2020-05-16 09:24:57 +09:00
parent c7ebeb7eda
commit 9c2752296d
Notes: git 2020-05-22 20:33:04 +09:00

View file

@ -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"]