From eb3a7eda5e2722a7f59a610de544039aedc38f3b Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 3 Jun 2021 12:48:42 +0200 Subject: [PATCH] [ruby/getoptlong] gemspec: Drop executables directives This gem exposes 0 executables. https://github.com/ruby/getoptlong/commit/4522163cbd --- lib/getoptlong/getoptlong.gemspec | 2 -- 1 file changed, 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