Skip to content

Commit

Permalink
docs: updates from Homebrew/brew
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed May 6, 2024
1 parent 183f252 commit 115c200
Show file tree
Hide file tree
Showing 31 changed files with 4,621 additions and 5,070 deletions.
138 changes: 69 additions & 69 deletions docs/Bottle.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,6 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


339
340
341
342
343
344
345
346
Expand All @@ -512,10 +507,15 @@ <h3 class="signature first" id="initialize-instance_method">
354
355
356
357</pre>
357
358
359
360
361
362</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 339</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 344</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='comma'>,</span> <span class='id identifier rubyid_spec'>spec</span><span class='comma'>,</span> <span class='id identifier rubyid_tag'>tag</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
<span class='ivar'>@name</span> <span class='op'>=</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span>
Expand Down Expand Up @@ -578,12 +578,12 @@ <h3 class="signature first" id="cellar-instance_method">
<pre class="lines">


334
335
336</pre>
339
340
341</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 334</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 339</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cellar'>cellar</span>
<span class='ivar'>@cellar</span>
Expand Down Expand Up @@ -625,12 +625,12 @@ <h3 class="signature " id="name-instance_method">
<pre class="lines">


334
335
336</pre>
339
340
341</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 334</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 339</span>

<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
<span class='ivar'>@name</span>
Expand Down Expand Up @@ -672,12 +672,12 @@ <h3 class="signature " id="rebuild-instance_method">
<pre class="lines">


334
335
336</pre>
339
340
341</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 334</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 339</span>

<span class='kw'>def</span> <span class='id identifier rubyid_rebuild'>rebuild</span>
<span class='ivar'>@rebuild</span>
Expand Down Expand Up @@ -719,12 +719,12 @@ <h3 class="signature " id="resource-instance_method">
<pre class="lines">


334
335
336</pre>
339
340
341</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 334</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 339</span>

<span class='kw'>def</span> <span class='id identifier rubyid_resource'>resource</span>
<span class='ivar'>@resource</span>
Expand Down Expand Up @@ -766,12 +766,12 @@ <h3 class="signature " id="tag-instance_method">
<pre class="lines">


334
335
336</pre>
339
340
341</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 334</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 339</span>

<span class='kw'>def</span> <span class='id identifier rubyid_tag'>tag</span>
<span class='ivar'>@tag</span>
Expand Down Expand Up @@ -803,14 +803,14 @@ <h3 class="signature first" id="clear_cache-instance_method">
<pre class="lines">


368
369
370
371
372</pre>
373
374
375
376
377</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 368</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 373</span>

<span class='kw'>def</span> <span class='id identifier rubyid_clear_cache'>clear_cache</span>
<span class='ivar'>@resource</span><span class='period'>.</span><span class='id identifier rubyid_clear_cache'>clear_cache</span>
Expand Down Expand Up @@ -859,12 +859,12 @@ <h3 class="signature " id="compatible_locations?-instance_method">
<pre class="lines">


374
375
376</pre>
379
380
381</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 374</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 379</span>

<span class='kw'>def</span> <span class='id identifier rubyid_compatible_locations?'>compatible_locations?</span>
<span class='ivar'>@spec</span><span class='period'>.</span><span class='id identifier rubyid_compatible_locations?'>compatible_locations?</span><span class='lparen'>(</span><span class='label'>tag:</span> <span class='ivar'>@tag</span><span class='rparen'>)</span>
Expand All @@ -889,17 +889,17 @@ <h3 class="signature " id="fetch-instance_method">
<pre class="lines">


359
360
361
362
363
364
365
366</pre>
366
367
368
369
370
371</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 359</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 364</span>

<span class='kw'>def</span> <span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='label'>verify_download_integrity:</span> <span class='kw'>true</span><span class='rparen'>)</span>
<span class='ivar'>@resource</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='label'>verify_download_integrity:</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -929,11 +929,6 @@ <h3 class="signature " id="fetch_tab-instance_method">
<pre class="lines">


387
388
389
390
391
392
393
394
Expand All @@ -950,10 +945,15 @@ <h3 class="signature " id="fetch_tab-instance_method">
405
406
407
408</pre>
408
409
410
411
412
413</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 387</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 392</span>

<span class='kw'>def</span> <span class='id identifier rubyid_fetch_tab'>fetch_tab</span>
<span class='kw'>return</span> <span class='kw'>if</span> <span class='id identifier rubyid_github_packages_manifest_resource'>github_packages_manifest_resource</span><span class='period'>.</span><span class='id identifier rubyid_blank?'>blank?</span>
Expand Down Expand Up @@ -1024,12 +1024,12 @@ <h3 class="signature " id="filename-instance_method">
<pre class="lines">


417
418
419</pre>
422
423
424</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 417</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 422</span>

<span class='kw'>def</span> <span class='id identifier rubyid_filename'>filename</span>
<span class='const'><span class='object_link'><a href="Bottle/Filename.html" title="Bottle::Filename (class)">Filename</a></span></span><span class='period'>.</span><span class='id identifier rubyid_create'><span class='object_link'><a href="Bottle/Filename.html#create-class_method" title="Bottle::Filename.create (method)">create</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_resource'>resource</span><span class='period'>.</span><span class='id identifier rubyid_owner'>owner</span><span class='comma'>,</span> <span class='ivar'>@tag</span><span class='comma'>,</span> <span class='ivar'>@spec</span><span class='period'>.</span><span class='id identifier rubyid_rebuild'>rebuild</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -1082,12 +1082,12 @@ <h3 class="signature " id="skip_relocation?-instance_method">
<pre class="lines">


379
380
381</pre>
384
385
386</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 379</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 384</span>

<span class='kw'>def</span> <span class='id identifier rubyid_skip_relocation?'>skip_relocation?</span>
<span class='ivar'>@spec</span><span class='period'>.</span><span class='id identifier rubyid_skip_relocation?'>skip_relocation?</span><span class='lparen'>(</span><span class='label'>tag:</span> <span class='ivar'>@tag</span><span class='rparen'>)</span>
Expand All @@ -1112,12 +1112,12 @@ <h3 class="signature " id="stage-instance_method">
<pre class="lines">


383
384
385</pre>
388
389
390</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 383</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 388</span>

<span class='kw'>def</span> <span class='id identifier rubyid_stage'>stage</span>
<span class='id identifier rubyid_resource'>resource</span><span class='period'>.</span><span class='id identifier rubyid_downloader'>downloader</span><span class='period'>.</span><span class='id identifier rubyid_stage'>stage</span>
Expand All @@ -1142,14 +1142,14 @@ <h3 class="signature " id="tab_attributes-instance_method">
<pre class="lines">


410
411
412
413
414</pre>
415
416
417
418
419</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 410</span>
<pre class="code"><span class="info file"># File 'software_spec.rb', line 415</span>

<span class='kw'>def</span> <span class='id identifier rubyid_tab_attributes'>tab_attributes</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>unless</span> <span class='id identifier rubyid_github_packages_manifest_resource'>github_packages_manifest_resource</span><span class='op'>&amp;.</span><span class='id identifier rubyid_downloaded?'>downloaded?</span>
Expand Down
Loading

0 comments on commit 115c200

Please sign in to comment.