Skip to content

Commit

Permalink
Merge branch 'release/2.1.85'
Browse files Browse the repository at this point in the history
* release/2.1.85:
  Finishing 2.1.85
  changelog update
  Add todo to example plugins
  Fix error when no match for view/section
  bump yard
  version bump
  • Loading branch information
ttscoff committed Mar 26, 2024
2 parents 16354bb + 0df06ba commit be5e433
Show file tree
Hide file tree
Showing 115 changed files with 396 additions and 350 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 2.1.85

2024-03-26 10:17

#### NEW

- Add todo as an example command plugin

#### FIXED

- Error thrown when trying to guess a section/view when there's no match.

### 2.1.84

2023-08-17 09:49
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
doing (2.1.84)
doing (2.1.85)
chronic (~> 0.10, >= 0.10.2)
deep_merge (~> 1.2, >= 1.2.1)
gli (~> 2.20, >= 2.20.1)
Expand All @@ -21,36 +21,36 @@ GEM
specs:
chronic (0.10.2)
deep_merge (1.2.2)
github-markup (4.0.1)
gli (2.21.0)
github-markup (4.0.2)
gli (2.21.1)
haml (5.0.4)
temple (>= 0.8.0)
tilt
kramdown (2.4.0)
rexml
parallel (1.23.0)
parallel (1.24.0)
parallel_tests (3.13.0)
parallel
parslet (2.0.0)
pastel (0.8.0)
tty-color (~> 0.5)
plist (3.7.0)
plist (3.7.1)
power_assert (2.0.3)
rake (13.0.6)
rake (13.1.0)
rdoc (6.3.3)
redcarpet (3.6.0)
rexml (3.2.5)
rouge (4.1.2)
rexml (3.2.6)
rouge (4.2.0)
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)
temple (0.10.2)
temple (0.10.3)
test-unit (3.4.9)
power_assert
tilt (2.2.0)
tilt (2.3.0)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-link (0.1.1)
Expand All @@ -70,14 +70,14 @@ GEM
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
tty-screen (0.8.2)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
tty-which (0.5.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
wisper (2.0.1)
yard (0.9.35)
yard (0.9.36)

PLATFORMS
ruby
Expand All @@ -91,7 +91,7 @@ DEPENDENCIES
redcarpet (~> 3.5, >= 3.5.1)
test-unit (~> 3.4.4)
tty-spinner (~> 0.9, >= 0.9.3)
yard (~> 0.9, >= 0.9.26)
yard (~> 0.9, >= 0.9.36)

BUNDLED WITH
2.2.17
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.83<!--END VER-->.
The current version of `doing` is <!--VER-->2.1.84<!--END VER-->.

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

Expand Down
6 changes: 3 additions & 3 deletions docs/doc/Array.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Array

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -350,9 +350,9 @@ <h3 class="signature " id="utf8-instance_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:01 2023 by
Generated on Tue Mar 26 10:18:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/BooleanTermParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: BooleanTermParser

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -105,9 +105,9 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:01 2023 by
Generated on Tue Mar 26 10:18:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/BooleanTermParser/Clause.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: BooleanTermParser::Clause

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -283,9 +283,9 @@ <h3 class="signature " id="term-instance_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:02 2023 by
Generated on Tue Mar 26 10:18:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/BooleanTermParser/Operator.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: BooleanTermParser::Operator

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -162,9 +162,9 @@ <h3 class="signature first" id="symbol-class_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:02 2023 by
Generated on Tue Mar 26 10:18:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/BooleanTermParser/Query.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: BooleanTermParser::Query

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -407,9 +407,9 @@ <h3 class="signature " id="to_elasticsearch-instance_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:02 2023 by
Generated on Tue Mar 26 10:18:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/BooleanTermParser/QueryParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: BooleanTermParser::QueryParser

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -125,9 +125,9 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:02 2023 by
Generated on Tue Mar 26 10:18:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/BooleanTermParser/QueryTransformer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: BooleanTermParser::QueryTransformer

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -114,9 +114,9 @@
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:02 2023 by
Generated on Tue Mar 26 10:18:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/doc/Doing.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Doing

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -122,7 +122,7 @@ <h2>
<dt id="VERSION-constant" class="">VERSION =

</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.84</span><span class='tstring_end'>&#39;</span></span></pre></dd>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.85</span><span class='tstring_end'>&#39;</span></span></pre></dd>

</dl>

Expand All @@ -138,9 +138,9 @@ <h2>
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:01 2023 by
Generated on Tue Mar 26 10:18:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/Doing/ArrayCleanup.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Doing::ArrayCleanup

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -306,9 +306,9 @@ <h3 class="signature " id="remove_empty!-instance_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:01 2023 by
Generated on Tue Mar 26 10:18:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/Doing/ArrayNestedHash.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Doing::ArrayNestedHash

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -188,9 +188,9 @@ <h3 class="signature first" id="nested_hash-instance_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:01 2023 by
Generated on Tue Mar 26 10:18:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/Doing/ArrayTags.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Doing::ArrayTags

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -414,9 +414,9 @@ <h3 class="signature " id="to_tags-instance_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:01 2023 by
Generated on Tue Mar 26 10:18:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/Doing/ByDayExport.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Doing::ByDayExport

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -196,9 +196,9 @@ <h3 class="signature " id="settings-class_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:02 2023 by
Generated on Tue Mar 26 10:18:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/Doing/CSVExport.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Doing::CSVExport

&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.36

</title>

Expand Down Expand Up @@ -256,9 +256,9 @@ <h3 class="signature " id="settings-class_method">
</div>

<div id="footer">
Generated on Thu Aug 17 09:53:02 2023 by
Generated on Tue Mar 26 10:18:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.0).
0.9.36 (ruby-3.2.0).
</div>

</div>
Expand Down
Loading

0 comments on commit be5e433

Please sign in to comment.