Remove no longer needed globs
This commit is contained in:
parent
602d09a181
commit
2ab6b7a751
Notes:
git
2021-03-08 13:47:56 +09:00
@ -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/bundle*") + Dir.glob("man/gemfile*") + Dir.glob("libexec/bundle*")).reject {|f| File.directory?(f) }
|
||||
s.files = (Dir.glob("lib/bundler/**/*", File::FNM_DOTMATCH) + Dir.glob("libexec/bundle*")).reject {|f| File.directory?(f) }
|
||||
|
||||
s.files += ["lib/bundler.rb"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user