Skip to content

Commit bb1ce0a

Browse files
authored
gemspec: Remove unused "executables" configuration
This gem exposes no executables.
1 parent 70ce8db commit bb1ce0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

English.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ Gem::Specification.new do |spec|
1818
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
1919
`git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2020
end
21-
spec.bindir = "exe"
22-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2321
spec.require_paths = ["lib"]
2422
end

0 commit comments

Comments
 (0)