Skip to content

Commit c19d3de

Browse files
committed
2.1.87 release prep
1 parent 14d8b44 commit c19d3de

File tree

114 files changed

+679
-22503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+679
-22503
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 2.1.87
2+
3+
2024-12-14 15:27
4+
5+
#### FIXED
6+
7+
- Trying to fix runtime slowness
8+
19
### 2.1.86
210

311
2024-03-26 10:57

Gemfile.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
doing (2.1.86)
4+
doing (2.1.87)
55
chronic (~> 0.10, >= 0.10.2)
66
deep_merge (~> 1.2, >= 1.2.1)
77
gli (~> 2.20, >= 2.20.1)
@@ -22,12 +22,12 @@ GEM
2222
chronic (0.10.2)
2323
deep_merge (1.2.2)
2424
github-markup (4.0.2)
25-
gli (2.21.1)
25+
gli (2.22.0)
2626
haml (5.0.4)
2727
temple (>= 0.8.0)
2828
tilt
29-
kramdown (2.4.0)
30-
rexml
29+
kramdown (2.5.1)
30+
rexml (>= 3.3.9)
3131
parallel (1.24.0)
3232
parallel_tests (3.13.0)
3333
parallel
@@ -39,31 +39,29 @@ GEM
3939
rake (13.0.6)
4040
rdoc (6.3.4.1)
4141
redcarpet (3.6.0)
42-
rexml (3.3.6)
43-
strscan
44-
rouge (4.2.0)
42+
rexml (3.3.9)
43+
rouge (4.5.1)
4544
safe_yaml (1.0.5)
4645
strings (0.2.1)
4746
strings-ansi (~> 0.2)
4847
unicode-display_width (>= 1.5, < 3.0)
4948
unicode_utils (~> 1.4)
5049
strings-ansi (0.2.0)
51-
strscan (3.1.0)
5250
temple (0.10.3)
5351
test-unit (3.4.9)
5452
power_assert
55-
tilt (2.3.0)
53+
tilt (2.4.0)
5654
tty-color (0.6.0)
5755
tty-cursor (0.7.1)
58-
tty-link (0.1.1)
56+
tty-link (0.2.0)
5957
tty-markdown (0.7.2)
6058
kramdown (>= 1.16.2, < 3.0)
6159
pastel (~> 0.8)
6260
rouge (>= 3.14, < 5.0)
6361
strings (~> 0.2.0)
6462
tty-color (~> 0.5)
6563
tty-screen (~> 0.8)
66-
tty-progressbar (0.18.2)
64+
tty-progressbar (0.18.3)
6765
strings-ansi (~> 0.2)
6866
tty-cursor (~> 0.7)
6967
tty-screen (~> 0.8)
@@ -76,7 +74,7 @@ GEM
7674
tty-spinner (0.9.3)
7775
tty-cursor (~> 0.7)
7876
tty-which (0.5.0)
79-
unicode-display_width (2.5.0)
77+
unicode-display_width (2.6.0)
8078
unicode_utils (1.4.0)
8179
wisper (2.0.1)
8280
yard (0.9.36)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _If you're one of the rare people like me who find this useful, feel free to
1212

1313
<!--README-->
1414

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

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

docs/doc/Array.html

Lines changed: 4 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -263,25 +263,7 @@ <h3 class="signature first" id="cap_first-instance_method">
263263

264264
</ul>
265265

266-
</div><table class="source_code">
267-
<tr>
268-
<td>
269-
<pre class="lines">
270-
271-
272-
31
273-
32
274-
33</pre>
275-
</td>
276-
<td>
277-
<pre class="code"><span class="info file"># File 'lib/doing/array/array.rb', line 31</span>
278-
279-
<span class='kw'>def</span> <span class='id identifier rubyid_cap_first'>cap_first</span>
280-
<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>
281-
<span class='kw'>end</span></pre>
282-
</td>
283-
</tr>
284-
</table>
266+
</div>
285267
</div>
286268

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

322304
</ul>
323305

324-
</div><table class="source_code">
325-
<tr>
326-
<td>
327-
<pre class="lines">
328-
329-
330-
59
331-
60
332-
61</pre>
333-
</td>
334-
<td>
335-
<pre class="code"><span class="info file"># File 'lib/doing/good.rb', line 59</span>
336-
337-
<span class='kw'>def</span> <span class='id identifier rubyid_good?'>good?</span>
338-
<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>
339-
<span class='kw'>end</span></pre>
340-
</td>
341-
</tr>
342-
</table>
306+
</div>
343307
</div>
344308

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

379343
</ul>
380344

381-
</div><table class="source_code">
382-
<tr>
383-
<td>
384-
<pre class="lines">
385-
386-
387-
17
388-
18
389-
19
390-
20
391-
21
392-
22
393-
23
394-
24</pre>
395-
</td>
396-
<td>
397-
<pre class="code"><span class="info file"># File 'lib/doing/array/array.rb', line 17</span>
398-
399-
<span class='kw'>def</span> <span class='id identifier rubyid_utf8'>utf8</span>
400-
<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>
401-
<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>
402-
<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>
403-
<span class='kw'>else</span>
404-
<span class='kw'>self</span>
405-
<span class='kw'>end</span>
406-
<span class='kw'>end</span></pre>
407-
</td>
408-
</tr>
409-
</table>
345+
</div>
410346
</div>
411347

412348
</div>
413349

414350
</div>
415351

416352
<div id="footer">
417-
Generated on Sun Dec 1 11:01:05 2024 by
353+
Generated on Sat Dec 14 15:35:49 2024 by
418354
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
419355
0.9.37 (ruby-3.3.0).
420356
</div>

docs/doc/BooleanTermParser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2>Defined Under Namespace</h2>
105105
</div>
106106

107107
<div id="footer">
108-
Generated on Sun Dec 1 11:01:05 2024 by
108+
Generated on Sat Dec 14 15:35:48 2024 by
109109
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110110
0.9.37 (ruby-3.3.0).
111111
</div>

docs/doc/BooleanTermParser/Clause.html

Lines changed: 4 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -221,27 +221,7 @@ <h3 class="signature first" id="initialize-instance_method">
221221
<div class="tags">
222222

223223

224-
</div><table class="source_code">
225-
<tr>
226-
<td>
227-
<pre class="lines">
228-
229-
230-
42
231-
43
232-
44
233-
45</pre>
234-
</td>
235-
<td>
236-
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 42</span>
237-
238-
<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>
239-
<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>
240-
<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>
241-
<span class='kw'>end</span></pre>
242-
</td>
243-
</tr>
244-
</table>
224+
</div>
245225
</div>
246226

247227
</div>
@@ -270,25 +250,7 @@ <h3 class="signature first" id="operator-instance_method">
270250
<div class="tags">
271251

272252

273-
</div><table class="source_code">
274-
<tr>
275-
<td>
276-
<pre class="lines">
277-
278-
279-
40
280-
41
281-
42</pre>
282-
</td>
283-
<td>
284-
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 40</span>
285-
286-
<span class='kw'>def</span> <span class='id identifier rubyid_operator'>operator</span>
287-
<span class='ivar'>@operator</span>
288-
<span class='kw'>end</span></pre>
289-
</td>
290-
</tr>
291-
</table>
253+
</div>
292254
</div>
293255

294256

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

314276

315-
</div><table class="source_code">
316-
<tr>
317-
<td>
318-
<pre class="lines">
319-
320-
321-
40
322-
41
323-
42</pre>
324-
</td>
325-
<td>
326-
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 40</span>
327-
328-
<span class='kw'>def</span> <span class='id identifier rubyid_term'>term</span>
329-
<span class='ivar'>@term</span>
330-
<span class='kw'>end</span></pre>
331-
</td>
332-
</tr>
333-
</table>
277+
</div>
334278
</div>
335279

336280
</div>
@@ -339,7 +283,7 @@ <h3 class="signature " id="term-instance_method">
339283
</div>
340284

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

docs/doc/BooleanTermParser/Operator.html

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -154,51 +154,15 @@ <h3 class="signature first" id="symbol-class_method">
154154

155155

156156

157-
</h3><table class="source_code">
158-
<tr>
159-
<td>
160-
<pre class="lines">
161-
162-
163-
25
164-
26
165-
27
166-
28
167-
29
168-
30
169-
31
170-
32
171-
33
172-
34
173-
35
174-
36</pre>
175-
</td>
176-
<td>
177-
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 25</span>
178-
179-
<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>
180-
<span class='kw'>case</span> <span class='id identifier rubyid_str'>str</span>
181-
<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>
182-
<span class='symbol'>:must</span>
183-
<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>
184-
<span class='symbol'>:must_not</span>
185-
<span class='kw'>when</span> <span class='kw'>nil</span>
186-
<span class='symbol'>:should</span>
187-
<span class='kw'>else</span>
188-
<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>
189-
<span class='kw'>end</span>
190-
<span class='kw'>end</span></pre>
191-
</td>
192-
</tr>
193-
</table>
157+
</h3>
194158
</div>
195159

196160
</div>
197161

198162
</div>
199163

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

0 commit comments

Comments
 (0)