summaryrefslogtreecommitdiff
path: root/lib/getoptlong/getoptlong.gemspec
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-06-03 12:48:42 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-28 13:32:32 +0900
commiteb3a7eda5e2722a7f59a610de544039aedc38f3b (patch)
treeed9f8e4daa5254d30f14e815a7b2c30012b3a485 /lib/getoptlong/getoptlong.gemspec
parent345db8f2aa373a31c619c8f85bd372f0a20829c1 (diff)
[ruby/getoptlong] gemspec: Drop executables directives
This gem exposes 0 executables. https://github.com/ruby/getoptlong/commit/4522163cbd
Diffstat (limited to 'lib/getoptlong/getoptlong.gemspec')
-rw-r--r--lib/getoptlong/getoptlong.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/getoptlong/getoptlong.gemspec b/lib/getoptlong/getoptlong.gemspec
index 9ebe3aed7e..dfe087b886 100644
--- a/lib/getoptlong/getoptlong.gemspec
+++ b/lib/getoptlong/getoptlong.gemspec
@@ -26,7 +26,5 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`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.require_paths = ["lib"]
end