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:
parent
c7ebeb7eda
commit
9c2752296d
Notes:
git
2020-05-22 20:33:04 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue