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 b09dc8e commit 4522163Copy full SHA for 4522163
getoptlong.gemspec
@@ -26,7 +26,5 @@ Gem::Specification.new do |spec|
26
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
27
`git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
28
end
29
- spec.bindir = "exe"
30
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
spec.require_paths = ["lib"]
32
0 commit comments