Skip to content

Commit

Permalink
Update suggested variable for bindir
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 2, 2023
1 parent 337d463 commit f9cc6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubygems/specification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,11 @@ def author=(o)
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

Expand Down

0 comments on commit f9cc6fe

Please sign in to comment.