Skip to content

Commit

Permalink
2.1.87 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Dec 14, 2024
1 parent 14d8b44 commit c19d3de
Show file tree
Hide file tree
Showing 114 changed files with 679 additions and 22,503 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 2.1.87

2024-12-14 15:27

#### FIXED

- Trying to fix runtime slowness

### 2.1.86

2024-03-26 10:57
Expand Down
22 changes: 10 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
doing (2.1.86)
doing (2.1.87)
chronic (~> 0.10, >= 0.10.2)
deep_merge (~> 1.2, >= 1.2.1)
gli (~> 2.20, >= 2.20.1)
Expand All @@ -22,12 +22,12 @@ GEM
chronic (0.10.2)
deep_merge (1.2.2)
github-markup (4.0.2)
gli (2.21.1)
gli (2.22.0)
haml (5.0.4)
temple (>= 0.8.0)
tilt
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
parallel (1.24.0)
parallel_tests (3.13.0)
parallel
Expand All @@ -39,31 +39,29 @@ GEM
rake (13.0.6)
rdoc (6.3.4.1)
redcarpet (3.6.0)
rexml (3.3.6)
strscan
rouge (4.2.0)
rexml (3.3.9)
rouge (4.5.1)
safe_yaml (1.0.5)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
strscan (3.1.0)
temple (0.10.3)
test-unit (3.4.9)
power_assert
tilt (2.3.0)
tilt (2.4.0)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-link (0.1.1)
tty-link (0.2.0)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
pastel (~> 0.8)
rouge (>= 3.14, < 5.0)
strings (~> 0.2.0)
tty-color (~> 0.5)
tty-screen (~> 0.8)
tty-progressbar (0.18.2)
tty-progressbar (0.18.3)
strings-ansi (~> 0.2)
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
Expand All @@ -76,7 +74,7 @@ GEM
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
tty-which (0.5.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
unicode_utils (1.4.0)
wisper (2.0.1)
yard (0.9.36)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _If you're one of the rare people like me who find this useful, feel free to

<!--README-->

The current version of `doing` is <!--VER-->2.1.85<!--END VER-->.
The current version of `doing` is <!--VER-->2.1.86<!--END VER-->.

Find all of the documentation in the [doing wiki][wiki].

Expand Down
72 changes: 4 additions & 68 deletions docs/doc/Array.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,25 +263,7 @@ <h3 class="signature first" id="cap_first-instance_method">

</ul>

</div><table class="source_code">
<tr>
<td>
<pre class="lines">


31
32
33</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/array/array.rb', line 31</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cap_first'>cap_first</span>
<span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='symbol'>:cap_first</span><span class='rparen'>)</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>

<div class="method_details ">
Expand Down Expand Up @@ -321,25 +303,7 @@ <h3 class="signature " id="good?-instance_method">

</ul>

</div><table class="source_code">
<tr>
<td>
<pre class="lines">


59
60
61</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/good.rb', line 59</span>

<span class='kw'>def</span> <span class='id identifier rubyid_good?'>good?</span>
<span class='op'>!</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='op'>&amp;&amp;</span> <span class='op'>!</span><span class='id identifier rubyid_empty?'>empty?</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>

<div class="method_details ">
Expand Down Expand Up @@ -378,43 +342,15 @@ <h3 class="signature " id="utf8-instance_method">

</ul>

</div><table class="source_code">
<tr>
<td>
<pre class="lines">


17
18
19
20
21
22
23
24</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/array/array.rb', line 17</span>

<span class='kw'>def</span> <span class='id identifier rubyid_utf8'>utf8</span>
<span class='id identifier rubyid_c'>c</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span>
<span class='kw'>if</span> <span class='const'><span class='object_link'><a href="String.html" title="String (class)">String</a></span></span><span class='period'>.</span><span class='id identifier rubyid_method_defined?'>method_defined?</span> <span class='symbol'>:force_encoding</span>
<span class='id identifier rubyid_replace'>replace</span> <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='symbol'>:utf8</span><span class='rparen'>)</span><span class='rparen'>)</span>
<span class='kw'>else</span>
<span class='kw'>self</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>

</div>

</div>

<div id="footer">
Generated on Sun Dec 1 11:01:05 2024 by
Generated on Sat Dec 14 15:35:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/doc/BooleanTermParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Sun Dec 1 11:01:05 2024 by
Generated on Sat Dec 14 15:35:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.0).
</div>
Expand Down
64 changes: 4 additions & 60 deletions docs/doc/BooleanTermParser/Clause.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,27 +221,7 @@ <h3 class="signature first" id="initialize-instance_method">
<div class="tags">


</div><table class="source_code">
<tr>
<td>
<pre class="lines">


42
43
44
45</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 42</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_operator'>operator</span><span class='comma'>,</span> <span class='id identifier rubyid_term'>term</span><span class='rparen'>)</span>
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_operator'>operator</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Operator.html" title="BooleanTermParser::Operator (class)">Operator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_symbol'><span class='object_link'><a href="Operator.html#symbol-class_method" title="BooleanTermParser::Operator.symbol (method)">symbol</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_operator'>operator</span><span class='rparen'>)</span>
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_term'>term</span> <span class='op'>=</span> <span class='id identifier rubyid_term'>term</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>

</div>
Expand Down Expand Up @@ -270,25 +250,7 @@ <h3 class="signature first" id="operator-instance_method">
<div class="tags">


</div><table class="source_code">
<tr>
<td>
<pre class="lines">


40
41
42</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 40</span>

<span class='kw'>def</span> <span class='id identifier rubyid_operator'>operator</span>
<span class='ivar'>@operator</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>


Expand All @@ -312,25 +274,7 @@ <h3 class="signature " id="term-instance_method">
<div class="tags">


</div><table class="source_code">
<tr>
<td>
<pre class="lines">


40
41
42</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 40</span>

<span class='kw'>def</span> <span class='id identifier rubyid_term'>term</span>
<span class='ivar'>@term</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>

</div>
Expand All @@ -339,7 +283,7 @@ <h3 class="signature " id="term-instance_method">
</div>

<div id="footer">
Generated on Sun Dec 1 11:01:06 2024 by
Generated on Sat Dec 14 15:35:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.0).
</div>
Expand Down
40 changes: 2 additions & 38 deletions docs/doc/BooleanTermParser/Operator.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,51 +154,15 @@ <h3 class="signature first" id="symbol-class_method">



</h3><table class="source_code">
<tr>
<td>
<pre class="lines">


25
26
27
28
29
30
31
32
33
34
35
36</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 25</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_symbol'>symbol</span><span class='lparen'>(</span><span class='id identifier rubyid_str'>str</span><span class='rparen'>)</span>
<span class='kw'>case</span> <span class='id identifier rubyid_str'>str</span>
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>+</span><span class='tstring_end'>&#39;</span></span>
<span class='symbol'>:must</span>
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>-</span><span class='tstring_end'>&#39;</span></span>
<span class='symbol'>:must_not</span>
<span class='kw'>when</span> <span class='kw'>nil</span>
<span class='symbol'>:should</span>
<span class='kw'>else</span>
<span class='id identifier rubyid_raise'>raise</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Unknown operator: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_str'>str</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</h3>
</div>

</div>

</div>

<div id="footer">
Generated on Sun Dec 1 11:01:06 2024 by
Generated on Sat Dec 14 15:35:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.3.0).
</div>
Expand Down
Loading

0 comments on commit c19d3de

Please sign in to comment.