From bca3912d8a205f1222e6646e9673f7cfc9158a01 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 7 Nov 2024 00:48:02 +0100 Subject: [PATCH] chore: Drop exe/ configuration from gemspec (#193) This gem exposes no executables. Signed-off-by: Olle Jonsson --- sidekiq-throttled.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/sidekiq-throttled.gemspec b/sidekiq-throttled.gemspec index 2bdbaa6..7980c35 100644 --- a/sidekiq-throttled.gemspec +++ b/sidekiq-throttled.gemspec @@ -26,8 +26,6 @@ Gem::Specification.new do |spec| end end - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.7"