Skip to content

Commit

Permalink
Rebuild for RubyGems 3.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Sep 27, 2023
1 parent 322c3a7 commit 6bea019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ next: /rubygems-org-api

<em class="t-gray">What each `gem` command does, and how to use it.</em>

This reference was automatically generated from RubyGems version 3.4.19.
This reference was automatically generated from RubyGems version 3.4.20.

* [gem build](#gem-build)
* [gem cert](#gem-cert)
Expand Down
4 changes: 2 additions & 2 deletions specification-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,11 @@ next: /command-reference

## bindir

<p>The path in the gem for executable scripts. Usually ‘exe’</p>
<p>The path in the gem for executable scripts. Usually ‘bin’</p>

<p>Usage:</p>

<pre class="ruby"><span class="ruby-identifier">spec</span>.<span class="ruby-identifier">bindir</span> = <span class="ruby-string">&#39;exe&#39;</span>
<pre class="ruby"><span class="ruby-identifier">spec</span>.<span class="ruby-identifier">bindir</span> = <span class="ruby-string">&#39;bin&#39;</span>
</pre>

<a id="cert_chain"> </a>
Expand Down

0 comments on commit 6bea019

Please sign in to comment.