[ruby/English] gemspec: Remove unused "executables" configuration

This gem exposes no executables.

https://github.com/ruby/English/commit/bb1ce0af20
This commit is contained in:
Olle Jonsson 2021-10-01 10:51:20 +02:00 committed by Hiroshi SHIBATA
parent 6ff9fcdfa8
commit dd8b9c1d03
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,5 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
end end