Skip to content

Commit

Permalink
[rubygems/rubygems] Update suggested variable for bindir
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and matzbot committed Oct 3, 2023
1 parent 492e943 commit 3b47fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubygems/specification.rb
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 3b47fb2

Please sign in to comment.