aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-02 15:09:08 +0900
committergit <svn-admin@ruby-lang.org>2023-10-03 00:08:34 +0000
commit3b47fb2cb65336481ab339c612cc01d87a12c028 (patch)
tree9e5be610fdded15eb402fb91a5453532b97d9778 /lib
parent492e9437dd33f64e283a9de21f49c65d3195c1f0 (diff)
downloadruby-3b47fb2cb65336481ab339c612cc01d87a12c028.tar.gz
[rubygems/rubygems] Update suggested variable for bindir
https://github.com/rubygems/rubygems/commit/f9cc6fed25
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/specification.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
index c8b561e04a..6f69ee22ce 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
@@ -426,11 +426,11 @@ class Gem::Specification < Gem::BasicSpecification
end
##
- # The path in the gem for executable scripts. Usually 'bin'
+ # The path in the gem for executable scripts. Usually 'exe'
#
# Usage:
#
- # spec.bindir = 'bin'
+ # spec.bindir = 'exe'
attr_accessor :bindir