Skip to content

Commit

Permalink
[ruby/English] gemspec: Remove unused "executables" configuration
Browse files Browse the repository at this point in the history
This gem exposes no executables.

ruby/English@bb1ce0af20
  • Loading branch information
olleolleolle authored and hsbt committed Dec 9, 2021
1 parent 6ff9fcd commit dd8b9c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/English.gemspec
Expand Up @@ -18,7 +18,5 @@ Gem::Specification.new do |spec|
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)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
end

0 comments on commit dd8b9c1

Please sign in to comment.