Skip to content

Commit 4434b10

Browse files
committed
Fixed regexp to reject .travis* at the toplevel only
1 parent 12cce69 commit 4434b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-wait.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515

1616
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
1717
`git ls-files -z`.split("\x0").reject do |f|
18-
f.match(%r{\A(?:test|spec|features)/|\A\.git|\.travis})
18+
f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)})
1919
end
2020
end
2121
spec.bindir = "exe"

0 commit comments

Comments
 (0)