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

[ruby/io-wait] Fixed regexp to reject .travis* at the toplevel only

4434b10e46
This commit is contained in:
Nobuyoshi Nakada 2020-10-11 15:27:45 +09:00 committed by Hiroshi SHIBATA
parent 7fcbe07d61
commit 09266eccf4
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject do |f|
f.match(%r{\A(?:test|spec|features)/|\A\.git|\.travis})
f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)})
end
end
spec.bindir = "exe"