mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove no longer needed globs
This commit is contained in:
parent
602d09a181
commit
2ab6b7a751
Notes:
git
2021-03-08 13:47:56 +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/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…
Reference in a new issue