We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ce8db commit bb1ce0aCopy full SHA for bb1ce0a
English.gemspec
@@ -18,7 +18,5 @@ Gem::Specification.new do |spec|
18
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
19
`git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
end
21
- spec.bindir = "exe"
22
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
spec.require_paths = ["lib"]
24
0 commit comments