Skip to content

Commit 3b47fb2

Browse files
hsbtmatzbot
authored andcommitted
[rubygems/rubygems] Update suggested variable for bindir
rubygems/rubygems@f9cc6fed25
1 parent 492e943 commit 3b47fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rubygems/specification.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,11 @@ def author=(o)
426426
end
427427

428428
##
429-
# The path in the gem for executable scripts. Usually 'bin'
429+
# The path in the gem for executable scripts. Usually 'exe'
430430
#
431431
# Usage:
432432
#
433-
# spec.bindir = 'bin'
433+
# spec.bindir = 'exe'
434434

435435
attr_accessor :bindir
436436

0 commit comments

Comments
 (0)