Skip to content

Commit ff1ef7a

Browse files
authored
gemspec: Explicitly have 0 executables
This gem exposes no executables.
1 parent 1b1b294 commit ff1ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: benchmark.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
2424
`git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2525
end
2626
spec.bindir = "exe"
27-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27+
spec.executables = []
2828
spec.require_paths = ["lib"]
2929
end

0 commit comments

Comments
 (0)