[rubygems/rubygems] Update suggested variable for bindir

https://github.com/rubygems/rubygems/commit/f9cc6fed25
This commit is contained in:
Hiroshi SHIBATA 2023-10-02 15:09:08 +09:00 committed by git
parent 492e9437dd
commit 3b47fb2cb6

View File

@ -426,11 +426,11 @@ class Gem::Specification < Gem::BasicSpecification
end end
## ##
# The path in the gem for executable scripts. Usually 'bin' # The path in the gem for executable scripts. Usually 'exe'
# #
# Usage: # Usage:
# #
# spec.bindir = 'bin' # spec.bindir = 'exe'
attr_accessor :bindir attr_accessor :bindir