8000 gemspec: Explicitly list 0 executables · ruby/optparse@d14bf83 · GitHub
[go: up one dir, main page]

Skip to content

Commit d14bf83

Browse files
authored
gemspec: Explicitly list 0 executables
This gem exposes no executable files.
1 parent f209276 commit d14bf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optparse.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
2828
}
2929
end
3030
spec.bindir = "exe"
31-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
31+
spec.executables = []
3232
spec.require_paths = ["lib"]
3333
end

0 commit comments

Comments
 (0)
0