From 70be2bd48a62354734862df65714456d6e53629b Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 13 Jul 2022 13:52:26 +0200 Subject: [PATCH] gemspec: Drop unused directives "executables" This gem exposes no executables. --- timeout.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/timeout.gemspec b/timeout.gemspec index eb360d1..7449ae1 100644 --- a/timeout.gemspec +++ b/timeout.gemspec @@ -26,7 +26,5 @@ Gem::Specification.new do |spec| (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)}) end end - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end