Skip to content

Commit 0b43386

Browse files
Rebuild for RubyGems 3.5.23
1 parent e9b65ad commit 0b43386

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

command-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ next: /rubygems-org-api
88

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

11-
This reference was automatically generated from RubyGems version 3.5.22.
11+
This reference was automatically generated from RubyGems version 3.5.23.
1212

1313
* [gem build](#gem-build)
1414
* [gem cert](#gem-cert)

specification-reference.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -279,16 +279,17 @@ next: /command-reference
279279

280280
<p>You can use metadata to specify links to your gem’s homepage, codebase, documentation, wiki, mailing list, issue tracker and changelog.</p>
281281

282-
<pre>s.metadata = {
283-
&quot;bug_tracker_uri&quot; =&gt; &quot;https://example.com/user/bestgemever/issues&quot;,
284-
&quot;changelog_uri&quot; =&gt; &quot;https://example.com/user/bestgemever/CHANGELOG.md&quot;,
285-
&quot;documentation_uri&quot; =&gt; &quot;https://www.example.info/gems/bestgemever/0.0.1&quot;,
286-
&quot;homepage_uri&quot; =&gt; &quot;https://bestgemever.example.io&quot;,
287-
&quot;mailing_list_uri&quot; =&gt; &quot;https://groups.example.com/bestgemever&quot;,
288-
&quot;source_code_uri&quot; =&gt; &quot;https://example.com/user/bestgemever&quot;,
289-
&quot;wiki_uri&quot; =&gt; &quot;https://example.com/user/bestgemever/wiki&quot;,
290-
&quot;funding_uri&quot; =&gt; &quot;https://example.com/donate&quot;
291-
}</pre>
282+
<pre class="ruby"><span class="ruby-identifier">s</span>.<span class="ruby-identifier">metadata</span> = {
283+
<span class="ruby-string">&quot;bug_tracker_uri&quot;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&quot;https://example.com/user/bestgemever/issues&quot;</span>,
284+
<span class="ruby-string">&quot;changelog_uri&quot;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&quot;https://example.com/user/bestgemever/CHANGELOG.md&quot;</span>,
285+
<span class="ruby-string">&quot;documentation_uri&quot;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&quot;https://www.example.info/gems/bestgemever/0.0.1&quot;</span>,
286+
<span class="ruby-string">&quot;homepage_uri&quot;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&quot;https://bestgemever.example.io&quot;</span>,
287+
<span class="ruby-string">&quot;mailing_list_uri&quot;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&quot;https://groups.example.com/bestgemever&quot;</span>,
288+
<span class="ruby-string">&quot;source_code_uri&quot;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&quot;https://example.com/user/bestgemever&quot;</span>,
289+
<span class="ruby-string">&quot;wiki_uri&quot;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&quot;https://example.com/user/bestgemever/wiki&quot;</span>,
290+
<span class="ruby-string">&quot;funding_uri&quot;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&quot;https://example.com/donate&quot;</span>
291+
}
292+
</pre>
292293

293294
<p>These links will be used on your gem’s page on rubygems.org and must pass validation against following regex.</p>
294295

0 commit comments

Comments
 (0)