summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2022-07-13 13:52:26 +0200
committergit <svn-admin@ruby-lang.org>2022-07-14 16:21:25 +0900
commit7c58c55c11e60822b04413ae08856427b0cc1f6c (patch)
treeaad87348e04f961f31da3cdc2a4a1b1f31acca81
parent76de7a92b90e216c6645e93a3a034bc2f4257b03 (diff)
[ruby/timeout] gemspec: Drop unused directives "executables"
This gem exposes no executables. https://github.com/ruby/timeout/commit/70be2bd48a
-rw-r--r--lib/timeout/timeout.gemspec2
1 files changed, 0 insertions, 2 deletions
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