We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cce69 commit 4434b10Copy full SHA for 4434b10
io-wait.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
16
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
17
`git ls-files -z`.split("\x0").reject do |f|
18
- f.match(%r{\A(?:test|spec|features)/|\A\.git|\.travis})
+ f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)})
19
end
20
21
spec.bindir = "exe"
0 commit comments