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 Feb 19, 2024
1 parent 1bdd2ff commit 251d25b
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
22 changes: 11 additions & 11 deletions docs/Homebrew.html
Original file line number Diff line number Diff line change
Expand Up @@ -23448,14 +23448,14 @@ <h3 class="signature " id="gnu_tar-class_method">
<pre class="lines">


15
16
17</pre>
20
21
22</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'extend/os/mac/dev-cmd/bottle.rb', line 15</span>
<pre class="code"><span class="info file"># File 'extend/os/mac/dev-cmd/bottle.rb', line 20</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_gnu_tar'>gnu_tar</span><span class='lparen'>(</span><span class='id identifier rubyid_gnu_tar_formula'>gnu_tar_formula</span><span class='rparen'>)</span>
<span class='kw'>def</span> <span class='id identifier rubyid_gnu_tar'>gnu_tar</span><span class='lparen'>(</span><span class='id identifier rubyid_gnu_tar_formula'>gnu_tar_formula</span><span class='rparen'>)</span>
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_gnu_tar_formula'>gnu_tar_formula</span><span class='period'>.</span><span class='id identifier rubyid_opt_bin'>opt_bin</span><span class='embexpr_end'>}</span><span class='tstring_content'>/gtar</span><span class='tstring_end'>&quot;</span></span>
<span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -41428,18 +41428,18 @@ <h3 class="signature " id="tar_args-class_method">
<pre class="lines">


6
7
8
9
10
11
12</pre>
12
13
14
15</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'extend/os/mac/dev-cmd/bottle.rb', line 6</span>
<pre class="code"><span class="info file"># File 'extend/os/mac/dev-cmd/bottle.rb', line 9</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_tar_args'>tar_args</span>
<span class='kw'>def</span> <span class='id identifier rubyid_tar_args'>tar_args</span>
<span class='kw'>if</span> <span class='const'>MacOS</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span> <span class='op'>&gt;=</span> <span class='symbol'>:catalina</span>
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>--no-mac-metadata</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>--no-acls</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>--no-xattrs</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span>
<span class='kw'>else</span>
Expand Down
104 changes: 52 additions & 52 deletions docs/Homebrew/Livecheck/SkipConditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,14 +590,14 @@ <h3 class="signature first" id="cask_deprecated-class_method">
<pre class="lines">


134
135
136
137
138
139
140</pre>
138</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 136</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 134</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cask_deprecated'>cask_deprecated</span><span class='lparen'>(</span><span class='id identifier rubyid_cask'>cask</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_cask'>cask</span><span class='period'>.</span><span class='id identifier rubyid_deprecated?'>deprecated?</span> <span class='op'>||</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span>
Expand Down Expand Up @@ -704,14 +704,14 @@ <h3 class="signature " id="cask_disabled-class_method">
<pre class="lines">


148
149
150
151
152
153
154</pre>
152</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 150</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 148</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cask_disabled'>cask_disabled</span><span class='lparen'>(</span><span class='id identifier rubyid_cask'>cask</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_cask'>cask</span><span class='period'>.</span><span class='id identifier rubyid_disabled?'>disabled?</span> <span class='op'>||</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span>
Expand Down Expand Up @@ -818,14 +818,14 @@ <h3 class="signature " id="cask_discontinued-class_method">
<pre class="lines">


120
121
122
123
124
125
126</pre>
124</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 122</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 120</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cask_discontinued'>cask_discontinued</span><span class='lparen'>(</span><span class='id identifier rubyid_cask'>cask</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_cask'>cask</span><span class='period'>.</span><span class='id identifier rubyid_discontinued?'>discontinued?</span> <span class='op'>||</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span>
Expand Down Expand Up @@ -932,14 +932,14 @@ <h3 class="signature " id="cask_url_unversioned-class_method">
<pre class="lines">


176
177
178
179
180
181
182</pre>
180</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 178</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 176</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cask_url_unversioned'>cask_url_unversioned</span><span class='lparen'>(</span><span class='id identifier rubyid_cask'>cask</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='lparen'>(</span><span class='id identifier rubyid_cask'>cask</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span> <span class='op'>&amp;&amp;</span> <span class='id identifier rubyid_cask'>cask</span><span class='period'>.</span><span class='id identifier rubyid_url'>url</span><span class='op'>&amp;.</span><span class='id identifier rubyid_unversioned?'>unversioned?</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span>
Expand Down Expand Up @@ -1046,14 +1046,14 @@ <h3 class="signature " id="cask_version_latest-class_method">
<pre class="lines">


162
163
164
165
166
167
168</pre>
166</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 164</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 162</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cask_version_latest'>cask_version_latest</span><span class='lparen'>(</span><span class='id identifier rubyid_cask'>cask</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='lparen'>(</span><span class='id identifier rubyid_cask'>cask</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span> <span class='op'>&amp;&amp;</span> <span class='id identifier rubyid_cask'>cask</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span><span class='op'>&amp;.</span><span class='id identifier rubyid_latest?'>latest?</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span>
Expand Down Expand Up @@ -1160,14 +1160,14 @@ <h3 class="signature " id="formula_deprecated-class_method">
<pre class="lines">


78
79
80
81
82
83
84</pre>
82</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 80</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 78</span>

<span class='kw'>def</span> <span class='id identifier rubyid_formula_deprecated'>formula_deprecated</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_deprecated?'>deprecated?</span> <span class='op'>||</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span>
Expand Down Expand Up @@ -1274,14 +1274,14 @@ <h3 class="signature " id="formula_disabled-class_method">
<pre class="lines">


92
93
94
95
96
97
98</pre>
96</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 94</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 92</span>

<span class='kw'>def</span> <span class='id identifier rubyid_formula_disabled'>formula_disabled</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_disabled?'>disabled?</span> <span class='op'>||</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span>
Expand Down Expand Up @@ -1388,6 +1388,8 @@ <h3 class="signature " id="formula_head_only-class_method">
<pre class="lines">


58
59
60
61
62
Expand All @@ -1396,12 +1398,10 @@ <h3 class="signature " id="formula_head_only-class_method">
65
66
67
68
69
70</pre>
68</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 60</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 58</span>

<span class='kw'>def</span> <span class='id identifier rubyid_formula_head_only'>formula_head_only</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='comma'>,</span> <span class='id identifier rubyid__livecheckable'>_livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_head_only?'>head_only?</span> <span class='op'>||</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_any_version_installed?'>any_version_installed?</span>
Expand Down Expand Up @@ -1514,14 +1514,14 @@ <h3 class="signature " id="formula_versioned-class_method">
<pre class="lines">


106
107
108
109
110
111
112</pre>
110</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 108</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 106</span>

<span class='kw'>def</span> <span class='id identifier rubyid_formula_versioned'>formula_versioned</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_versioned_formula?'>versioned_formula?</span> <span class='op'>||</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span>
Expand Down Expand Up @@ -1628,6 +1628,8 @@ <h3 class="signature " id="package_or_resource_skip-class_method">
<pre class="lines">


21
22
23
24
25
Expand All @@ -1653,12 +1655,10 @@ <h3 class="signature " id="package_or_resource_skip-class_method">
45
46
47
48
49
50</pre>
48</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 23</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 21</span>

<span class='kw'>def</span> <span class='id identifier rubyid_package_or_resource_skip'>package_or_resource_skip</span><span class='lparen'>(</span><span class='id identifier rubyid_package_or_resource'>package_or_resource</span><span class='comma'>,</span> <span class='id identifier rubyid_livecheckable'>livecheckable</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='id identifier rubyid_formula'>formula</span> <span class='op'>=</span> <span class='id identifier rubyid_package_or_resource'>package_or_resource</span> <span class='kw'>if</span> <span class='id identifier rubyid_package_or_resource'>package_or_resource</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../../Formula.html" title="Formula (class)">Formula</a></span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -1738,6 +1738,8 @@ <h3 class="signature " id="print_skip_information-class_method">
<pre class="lines">


289
290
291
292
293
Expand All @@ -1758,12 +1760,10 @@ <h3 class="signature " id="print_skip_information-class_method">
308
309
310
311
312
313</pre>
311</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 291</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 289</span>

<span class='kw'>def</span> <span class='id identifier rubyid_print_skip_information'>print_skip_information</span><span class='lparen'>(</span><span class='id identifier rubyid_skip_hash'>skip_hash</span><span class='rparen'>)</span>
<span class='kw'>return</span> <span class='kw'>unless</span> <span class='id identifier rubyid_skip_hash'>skip_hash</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../../Hash.html" title="Hash (class)">Hash</a></span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -1891,6 +1891,8 @@ <h3 class="signature " id="referenced_skip_information-class_method">
<pre class="lines">


249
250
251
252
253
Expand Down Expand Up @@ -1925,12 +1927,10 @@ <h3 class="signature " id="referenced_skip_information-class_method">
282
283
284
285
286
287</pre>
285</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 251</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 249</span>

<span class='kw'>def</span> <span class='id identifier rubyid_referenced_skip_information'>referenced_skip_information</span><span class='lparen'>(</span>
<span class='id identifier rubyid_livecheck_package_or_resource'>livecheck_package_or_resource</span><span class='comma'>,</span>
Expand Down Expand Up @@ -2060,6 +2060,8 @@ <h3 class="signature " id="skip_information-class_method">
<pre class="lines">


216
217
218
219
220
Expand All @@ -2077,12 +2079,10 @@ <h3 class="signature " id="skip_information-class_method">
232
233
234
235
236
237</pre>
235</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 218</span>
<pre class="code"><span class="info file"># File 'livecheck/skip_conditions.rb', line 216</span>

<span class='kw'>def</span> <span class='id identifier rubyid_skip_information'>skip_information</span><span class='lparen'>(</span><span class='id identifier rubyid_package_or_resource'>package_or_resource</span><span class='comma'>,</span> <span class='label'>full_name:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='id identifier rubyid_livecheckable'>livecheckable</span> <span class='op'>=</span> <span class='id identifier rubyid_package_or_resource'>package_or_resource</span><span class='period'>.</span><span class='id identifier rubyid_livecheckable?'>livecheckable?</span>
Expand Down

0 comments on commit 251d25b

Please sign in to comment.