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 35f0fd6 commit 04857e0Copy full SHA for 04857e0
io-wait.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
spec.metadata["source_code_uri"] = spec.homepage
15
16
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
17
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
18
end
19
spec.bindir = "exe"
20
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
0 commit comments