Skip to content

Commit

Permalink
gemspec: Drop unused directives "executables"
Browse files Browse the repository at this point in the history
This gem exposes no executables.
  • Loading branch information
olleolleolle committed Jul 13, 2022
1 parent e5911a3 commit 70be2bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions timeout.gemspec
Expand Up @@ -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

0 comments on commit 70be2bd

Please sign in to comment.