From 4522163cbdbd683eae84d6f64c24961490df6803 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 3 Jun 2021 12:48:42 +0200 Subject: [PATCH] gemspec: Drop executables directives This gem exposes 0 executables. --- getoptlong.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/getoptlong.gemspec b/getoptlong.gemspec index 9ebe3ae..dfe087b 100644 --- a/getoptlong.gemspec +++ b/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