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 f209276 commit d14bf83Copy full SHA for d14bf83
optparse.gemspec
@@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
28
}
29
end
30
spec.bindir = "exe"
31
- spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
+ spec.executables = []
32
spec.require_paths = ["lib"]
33
0 commit comments