Skip to content

Commit

Permalink
chore: Drop exe/ configuration from gemspec (#193)
Browse files Browse the repository at this point in the history
This gem exposes no executables.

Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
  • Loading branch information
olleolleolle authored Nov 6, 2024
1 parent f1a86f1 commit bca3912
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sidekiq-throttled.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bca3912

Please sign in to comment.