Skip to content

Commit

Permalink
[ruby/cgi] gemspec: Explicitly empty executables list
Browse files Browse the repository at this point in the history
The gem exposes no executables

ruby/cgi@cd7106ad97
  • Loading branch information
olleolleolle authored and hsbt committed Apr 22, 2021
1 parent f818b1e commit 2440d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cgi/cgi.gemspec
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
`git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.executables = []
spec.require_paths = ["lib"]
end

0 comments on commit 2440d60

Please sign in to comment.