1
0
Fork 0
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:
David Rodríguez 2021-02-02 13:20:36 +01:00 committed by Hiroshi SHIBATA
parent 602d09a181
commit 2ab6b7a751
Notes: git 2021-03-08 13:47:56 +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/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"]