mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
[ruby/find] find.gemspec: Drop executables dir config
This gem contains no executables.
7bd452155e
This commit is contained in:
parent
854cbbd5a9
commit
b90ea8ae52
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue