[ruby/optparse] gemspec: Explicitly list 0 executables
This gem exposes no executable files. https://github.com/ruby/optparse/commit/d14bf83007
This commit is contained in:
parent
0d1d779c23
commit
2b66b22479
@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
|
||||
}
|
||||
end
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
||||
spec.executables = []
|
||||
spec.require_paths = ["lib"]
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user