Skip to content

Commit

Permalink
[ruby/find] find.gemspec: Drop executables dir config
Browse files Browse the repository at this point in the history
This gem contains no executables.

ruby/find@7bd452155e
  • Loading branch information
olleolleolle authored and matzbot committed May 17, 2024
1 parent 854cbbd commit b90ea8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/find.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
end

0 comments on commit b90ea8a

Please sign in to comment.