From 3b47fb2cb65336481ab339c612cc01d87a12c028 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 2 Oct 2023 15:09:08 +0900 Subject: [PATCH] [rubygems/rubygems] Update suggested variable for bindir https://github.com/rubygems/rubygems/commit/f9cc6fed25 --- lib/rubygems/specification.rb | 4 ++-- 1 file 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