Skip to content

Commit 2b66b22

Browse files
olleolleollenobu
authored andcommitted
[ruby/optparse] gemspec: Explicitly list 0 executables
This gem exposes no executable files. ruby/optparse@d14bf83007
1 parent 0d1d779 commit 2b66b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optparse/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)