From 7c58c55c11e60822b04413ae08856427b0cc1f6c Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 13 Jul 2022 13:52:26 +0200 Subject: [ruby/timeout] gemspec: Drop unused directives "executables" This gem exposes no executables. https://github.com/ruby/timeout/commit/70be2bd48a --- lib/timeout/timeout.gemspec | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/timeout') diff --git a/lib/timeout/timeout.gemspec b/lib/timeout/timeout.gemspec index eb360d1d90..7449ae1980 100644 --- a/lib/timeout/timeout.gemspec +++ b/lib/timeout/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 -- cgit v1.2.3