We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d714409 + 5d712b3 commit 3a60d30Copy full SHA for 3a60d30
1 file changed
benchmark.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
# Specify which files should be added to the gem when it is released.
26
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
27
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
28
- `git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ `git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|bin|.github)/}) }
29
end
30
spec.bindir = "exe"
31
spec.executables = []
0 commit comments