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:
parent
7fcbe07d61
commit
09266eccf4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue