doing 2.1.31pre → 2.1.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +58 -1
  3. data/Dockerfile-2.6 +3 -1
  4. data/Dockerfile-2.7 +4 -2
  5. data/Dockerfile-3.0 +3 -1
  6. data/Gemfile.lock +1 -71
  7. data/README.md +1 -1
  8. data/bash_profile +13 -0
  9. data/bin/commands/config.rb +16 -13
  10. data/bin/commands/done.rb +1 -1
  11. data/bin/commands/grep.rb +2 -29
  12. data/bin/commands/meanwhile.rb +1 -1
  13. data/bin/commands/now.rb +1 -1
  14. data/bin/commands/on.rb +6 -16
  15. data/bin/commands/open.rb +2 -2
  16. data/bin/commands/recent.rb +2 -14
  17. data/bin/commands/rotate.rb +17 -0
  18. data/bin/commands/sections.rb +82 -7
  19. data/bin/commands/show.rb +1 -21
  20. data/bin/commands/since.rb +5 -16
  21. data/bin/commands/tag_dir.rb +27 -3
  22. data/bin/commands/today.rb +3 -28
  23. data/bin/commands/yesterday.rb +2 -35
  24. data/bin/doing +9 -8
  25. data/docs/doc/Array.html +1 -1
  26. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  27. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  28. data/docs/doc/BooleanTermParser/Query.html +1 -1
  29. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  30. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  31. data/docs/doc/BooleanTermParser.html +1 -1
  32. data/docs/doc/Doing/Color.html +1 -1
  33. data/docs/doc/Doing/Completion.html +1 -1
  34. data/docs/doc/Doing/Configuration.html +3 -3
  35. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  36. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  37. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  38. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  39. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  40. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  41. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  42. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  43. data/docs/doc/Doing/Errors.html +1 -1
  44. data/docs/doc/Doing/Hooks.html +1 -1
  45. data/docs/doc/Doing/Item.html +20 -3
  46. data/docs/doc/Doing/Items.html +209 -1
  47. data/docs/doc/Doing/LogAdapter.html +1 -1
  48. data/docs/doc/Doing/Logger.html +1807 -0
  49. data/docs/doc/Doing/Note.html +1 -1
  50. data/docs/doc/Doing/Pager.html +1 -1
  51. data/docs/doc/Doing/Plugins.html +1 -1
  52. data/docs/doc/Doing/Prompt.html +1 -1
  53. data/docs/doc/Doing/Section.html +1 -1
  54. data/docs/doc/Doing/TemplateString.html +1 -1
  55. data/docs/doc/Doing/Types.html +3 -3
  56. data/docs/doc/Doing/Util/Backup.html +1 -1
  57. data/docs/doc/Doing/Util.html +1 -1
  58. data/docs/doc/Doing/WWID.html +3 -53
  59. data/docs/doc/Doing.html +4 -4
  60. data/docs/doc/FalseClass.html +1 -1
  61. data/docs/doc/GLI/Commands/Help.html +1 -1
  62. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  63. data/docs/doc/GLI/Commands.html +1 -1
  64. data/docs/doc/GLI.html +1 -1
  65. data/docs/doc/Hash.html +1 -1
  66. data/docs/doc/Object.html +1 -1
  67. data/docs/doc/PhraseParser/Operator.html +1 -1
  68. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  69. data/docs/doc/PhraseParser/Query.html +1 -1
  70. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  71. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  72. data/docs/doc/PhraseParser/TermClause.html +1 -1
  73. data/docs/doc/PhraseParser.html +1 -1
  74. data/docs/doc/Status.html +1 -1
  75. data/docs/doc/String.html +1 -1
  76. data/docs/doc/Symbol.html +1 -1
  77. data/docs/doc/Time.html +1 -1
  78. data/docs/doc/TrueClass.html +1 -1
  79. data/docs/doc/_index.html +10 -10
  80. data/docs/doc/class_list.html +1 -1
  81. data/docs/doc/file.README.html +2 -2
  82. data/docs/doc/index.html +2 -2
  83. data/docs/doc/method_list.html +407 -383
  84. data/docs/doc/top-level-namespace.html +1 -1
  85. data/docs/index.md +1 -1
  86. data/doing.gemspec +23 -24
  87. data/doing.rdoc +235 -18
  88. data/inputrc +57 -0
  89. data/lib/completion/_doing.zsh +47 -51
  90. data/lib/completion/doing.bash +12 -23
  91. data/lib/completion/doing.fish +39 -12
  92. data/lib/doing/add_options.rb +36 -1
  93. data/lib/doing/changelog/changes.rb +1 -1
  94. data/lib/doing/chronify/string.rb +1 -1
  95. data/lib/doing/completion/bash_completion.rb +1 -1
  96. data/lib/doing/completion/fish_completion.rb +2 -2
  97. data/lib/doing/completion/zsh_completion.rb +10 -4
  98. data/lib/doing/configuration.rb +7 -1
  99. data/lib/doing/item.rb +9 -2
  100. data/lib/doing/items.rb +48 -0
  101. data/lib/doing/{log_adapter.rb → logger.rb} +8 -2
  102. data/lib/doing/plugins/import/calendar_import.rb +1 -1
  103. data/lib/doing/plugins/import/doing_import.rb +1 -1
  104. data/lib/doing/plugins/import/timing_import.rb +1 -1
  105. data/lib/doing/string/tags.rb +1 -1
  106. data/lib/doing/types.rb +2 -2
  107. data/lib/doing/version.rb +1 -1
  108. data/lib/doing/wwid.rb +43 -43
  109. data/lib/doing.rb +4 -4
  110. data/lib/examples/plugins/capture_thing_import.rb +1 -1
  111. data/lib/helpers/threaded_tests.rb +2 -0
  112. metadata +101 -138
  113. data/.yardoc/checksums +0 -30
  114. data/.yardoc/complete +0 -0
  115. data/.yardoc/object_types +0 -0
  116. data/.yardoc/objects/root.dat +0 -0
  117. data/.yardoc/proxy_types +0 -0
  118. data/bin/commands/add_section.rb +0 -15
@@ -733,7 +733,7 @@ join multiple lines</p>
733
733
  </div>
734
734
 
735
735
  <div id="footer">
736
- Generated on Thu Feb 17 13:05:18 2022 by
736
+ Generated on Mon Feb 21 14:59:53 2022 by
737
737
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
738
738
  0.9.27 (ruby-3.0.1).
739
739
  </div>
@@ -296,7 +296,7 @@ STDOUT</p>
296
296
  </div>
297
297
 
298
298
  <div id="footer">
299
- Generated on Thu Feb 17 13:05:18 2022 by
299
+ Generated on Mon Feb 21 14:59:53 2022 by
300
300
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
301
301
  0.9.27 (ruby-3.0.1).
302
302
  </div>
@@ -1235,7 +1235,7 @@ e.g. :imp =&gt; :import</p>
1235
1235
  </div>
1236
1236
 
1237
1237
  <div id="footer">
1238
- Generated on Thu Feb 17 13:05:18 2022 by
1238
+ Generated on Mon Feb 21 14:59:53 2022 by
1239
1239
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1240
1240
  0.9.27 (ruby-3.0.1).
1241
1241
  </div>
@@ -977,7 +977,7 @@ response if no input</p>
977
977
  </div>
978
978
 
979
979
  <div id="footer">
980
- Generated on Thu Feb 17 13:05:18 2022 by
980
+ Generated on Mon Feb 21 14:59:53 2022 by
981
981
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
982
982
  0.9.27 (ruby-3.0.1).
983
983
  </div>
@@ -344,7 +344,7 @@
344
344
  </div>
345
345
 
346
346
  <div id="footer">
347
- Generated on Thu Feb 17 13:05:18 2022 by
347
+ Generated on Mon Feb 21 14:59:53 2022 by
348
348
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
349
349
  0.9.27 (ruby-3.0.1).
350
350
  </div>
@@ -703,7 +703,7 @@ of colors and string locations</p>
703
703
  </div>
704
704
 
705
705
  <div id="footer">
706
- Generated on Thu Feb 17 13:05:19 2022 by
706
+ Generated on Mon Feb 21 14:59:54 2022 by
707
707
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
708
708
  0.9.27 (ruby-3.0.1).
709
709
  </div>
@@ -140,12 +140,12 @@
140
140
  <dt id="REGEX_RANGE-constant" class="">REGEX_RANGE =
141
141
 
142
142
  </dt>
143
- <dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^\S+</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#REGEX_RANGE_INDICATOR-constant" title="Doing::Types::REGEX_RANGE_INDICATOR (constant)">REGEX_RANGE_INDICATOR</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>+\S+</span><span class='regexp_end'>/i</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
143
+ <dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^\S+.*?</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#REGEX_RANGE_INDICATOR-constant" title="Doing::Types::REGEX_RANGE_INDICATOR (constant)">REGEX_RANGE_INDICATOR</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>\S+.*?$</span><span class='regexp_end'>/i</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
144
144
 
145
145
  <dt id="REGEX_TIME_RANGE-constant" class="">REGEX_TIME_RANGE =
146
146
 
147
147
  </dt>
148
- <dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#REGEX_CLOCK-constant" title="Doing::Types::REGEX_CLOCK (constant)">REGEX_CLOCK</a></span></span><span class='embexpr_end'>}</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#REGEX_RANGE_INDICATOR-constant" title="Doing::Types::REGEX_RANGE_INDICATOR (constant)">REGEX_RANGE_INDICATOR</a></span></span><span class='embexpr_end'>}</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#REGEX_CLOCK-constant" title="Doing::Types::REGEX_CLOCK (constant)">REGEX_CLOCK</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>$</span><span class='regexp_end'>/i</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
148
+ <dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#REGEX_CLOCK-constant" title="Doing::Types::REGEX_CLOCK (constant)">REGEX_CLOCK</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>(?:</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#REGEX_RANGE_INDICATOR-constant" title="Doing::Types::REGEX_RANGE_INDICATOR (constant)">REGEX_RANGE_INDICATOR</a></span></span><span class='embexpr_end'>}</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#REGEX_CLOCK-constant" title="Doing::Types::REGEX_CLOCK (constant)">REGEX_CLOCK</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>)?$</span><span class='regexp_end'>/i</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
149
149
 
150
150
  <dt id="InvalidExportType-constant" class="">InvalidExportType =
151
151
 
@@ -236,7 +236,7 @@
236
236
  </div>
237
237
 
238
238
  <div id="footer">
239
- Generated on Thu Feb 17 13:05:18 2022 by
239
+ Generated on Mon Feb 21 14:59:53 2022 by
240
240
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
241
241
  0.9.27 (ruby-3.0.1).
242
242
  </div>
@@ -836,7 +836,7 @@ in a hidden directory</p>
836
836
  </div>
837
837
 
838
838
  <div id="footer">
839
- Generated on Thu Feb 17 13:05:18 2022 by
839
+ Generated on Mon Feb 21 14:59:53 2022 by
840
840
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
841
841
  0.9.27 (ruby-3.0.1).
842
842
  </div>
@@ -925,7 +925,7 @@ other_hash - the other hash whose values will be persisted after the merge</p>
925
925
  </div>
926
926
 
927
927
  <div id="footer">
928
- Generated on Thu Feb 17 13:05:18 2022 by
928
+ Generated on Mon Feb 21 14:59:53 2022 by
929
929
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
930
930
  0.9.27 (ruby-3.0.1).
931
931
  </div>
@@ -152,32 +152,6 @@
152
152
  <span class="summary_desc"><div class='inline'><p>Returns the value of attribute additional_configs.</p>
153
153
  </div></span>
154
154
 
155
- </li>
156
-
157
-
158
- <li class="public ">
159
- <span class="summary_signature">
160
-
161
- <a href="#auto_tag-instance_method" title="#auto_tag (instance method)">#<strong>auto_tag</strong> &#x21d2; Object </a>
162
-
163
-
164
-
165
- </span>
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
- <span class="summary_desc"><div class='inline'><p>Returns the value of attribute auto_tag.</p>
179
- </div></span>
180
-
181
155
  </li>
182
156
 
183
157
 
@@ -201,7 +175,7 @@
201
175
 
202
176
 
203
177
 
204
- <span class="summary_desc"><div class='inline'><p>Returns the value of attribute config.</p>
178
+ <span class="summary_desc"><div class='inline'><p>For backwards compatibility where @wwid.config was accessed instead of Doing.config.settings.</p>
205
179
  </div></span>
206
180
 
207
181
  </li>
@@ -1588,30 +1562,6 @@
1588
1562
  <div class="tags">
1589
1563
 
1590
1564
 
1591
- </div>
1592
- </div>
1593
-
1594
-
1595
- <span id="auto_tag=-instance_method"></span>
1596
- <div class="method_details ">
1597
- <h3 class="signature " id="auto_tag-instance_method">
1598
-
1599
- #<strong>auto_tag</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1600
-
1601
-
1602
-
1603
-
1604
-
1605
- </h3><div class="docstring">
1606
- <div class="discussion">
1607
- <p>Returns the value of attribute auto_tag.</p>
1608
-
1609
-
1610
- </div>
1611
- </div>
1612
- <div class="tags">
1613
-
1614
-
1615
1565
  </div>
1616
1566
  </div>
1617
1567
 
@@ -1628,7 +1578,7 @@
1628
1578
 
1629
1579
  </h3><div class="docstring">
1630
1580
  <div class="discussion">
1631
- <p>Returns the value of attribute config.</p>
1581
+ <p>For backwards compatibility where @wwid.config was accessed instead of Doing.config.settings</p>
1632
1582
 
1633
1583
 
1634
1584
  </div>
@@ -4766,7 +4716,7 @@ json, or text)</p>
4766
4716
  </div>
4767
4717
 
4768
4718
  <div id="footer">
4769
- Generated on Thu Feb 17 13:05:18 2022 by
4719
+ Generated on Mon Feb 21 14:59:53 2022 by
4770
4720
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4771
4721
  0.9.27 (ruby-3.0.1).
4772
4722
  </div>
data/docs/doc/Doing.html CHANGED
@@ -79,7 +79,7 @@
79
79
  <dl>
80
80
  <dt>Defined in:</dt>
81
81
  <dd>lib/doing/colors.rb<span class="defines">,<br />
82
- lib/doing/good.rb,<br /> lib/doing/hash.rb,<br /> lib/doing/item.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/wwid.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/items.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/types.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/prompt.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/normalize.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/log_adapter.rb,<br /> lib/doing/util_backup.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/template_string.rb</span>
82
+ lib/doing/good.rb,<br /> lib/doing/hash.rb,<br /> lib/doing/item.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/wwid.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/items.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/types.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/logger.rb,<br /> lib/doing/prompt.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/normalize.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/util_backup.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/template_string.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -103,7 +103,7 @@
103
103
 
104
104
 
105
105
 
106
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Doing/Configuration.html" title="Doing::Configuration (class)">Configuration</a></span>, <span class='object_link'><a href="Doing/Item.html" title="Doing::Item (class)">Item</a></span>, <span class='object_link'><a href="Doing/Items.html" title="Doing::Items (class)">Items</a></span>, <span class='object_link'><a href="Doing/LogAdapter.html" title="Doing::LogAdapter (class)">LogAdapter</a></span>, <span class='object_link'><a href="Doing/Note.html" title="Doing::Note (class)">Note</a></span>, <span class='object_link'><a href="Doing/Section.html" title="Doing::Section (class)">Section</a></span>, <span class='object_link'><a href="Doing/TemplateString.html" title="Doing::TemplateString (class)">TemplateString</a></span>, <span class='object_link'><a href="Doing/WWID.html" title="Doing::WWID (class)">WWID</a></span>
106
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Doing/Configuration.html" title="Doing::Configuration (class)">Configuration</a></span>, <span class='object_link'><a href="Doing/Item.html" title="Doing::Item (class)">Item</a></span>, <span class='object_link'><a href="Doing/Items.html" title="Doing::Items (class)">Items</a></span>, <span class='object_link'><a href="Doing/Logger.html" title="Doing::Logger (class)">Logger</a></span>, <span class='object_link'><a href="Doing/Note.html" title="Doing::Note (class)">Note</a></span>, <span class='object_link'><a href="Doing/Section.html" title="Doing::Section (class)">Section</a></span>, <span class='object_link'><a href="Doing/TemplateString.html" title="Doing::TemplateString (class)">TemplateString</a></span>, <span class='object_link'><a href="Doing/WWID.html" title="Doing::WWID (class)">WWID</a></span>
107
107
 
108
108
 
109
109
  </p>
@@ -119,7 +119,7 @@
119
119
  <dt id="VERSION-constant" class="">VERSION =
120
120
 
121
121
  </dt>
122
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.31pre</span><span class='tstring_end'>&#39;</span></span></pre></dd>
122
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.35</span><span class='tstring_end'>&#39;</span></span></pre></dd>
123
123
 
124
124
  </dl>
125
125
 
@@ -135,7 +135,7 @@
135
135
  </div>
136
136
 
137
137
  <div id="footer">
138
- Generated on Thu Feb 17 13:05:18 2022 by
138
+ Generated on Mon Feb 21 14:59:53 2022 by
139
139
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
140
140
  0.9.27 (ruby-3.0.1).
141
141
  </div>
@@ -225,7 +225,7 @@ has content</p>
225
225
  </div>
226
226
 
227
227
  <div id="footer">
228
- Generated on Thu Feb 17 13:05:18 2022 by
228
+ Generated on Mon Feb 21 14:59:53 2022 by
229
229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
230
230
  0.9.27 (ruby-3.0.1).
231
231
  </div>
@@ -175,7 +175,7 @@
175
175
  </div>
176
176
 
177
177
  <div id="footer">
178
- Generated on Thu Feb 17 13:05:19 2022 by
178
+ Generated on Mon Feb 21 14:59:54 2022 by
179
179
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
180
  0.9.27 (ruby-3.0.1).
181
181
  </div>
@@ -753,7 +753,7 @@
753
753
  </div>
754
754
 
755
755
  <div id="footer">
756
- Generated on Thu Feb 17 13:05:19 2022 by
756
+ Generated on Mon Feb 21 14:59:54 2022 by
757
757
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
758
758
  0.9.27 (ruby-3.0.1).
759
759
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Thu Feb 17 13:05:18 2022 by
110
+ Generated on Mon Feb 21 14:59:53 2022 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.27 (ruby-3.0.1).
113
113
  </div>
data/docs/doc/GLI.html CHANGED
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Thu Feb 17 13:05:18 2022 by
110
+ Generated on Mon Feb 21 14:59:53 2022 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.27 (ruby-3.0.1).
113
113
  </div>
data/docs/doc/Hash.html CHANGED
@@ -516,7 +516,7 @@
516
516
  </div>
517
517
 
518
518
  <div id="footer">
519
- Generated on Thu Feb 17 13:05:18 2022 by
519
+ Generated on Mon Feb 21 14:59:53 2022 by
520
520
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
521
521
  0.9.27 (ruby-3.0.1).
522
522
  </div>
data/docs/doc/Object.html CHANGED
@@ -193,7 +193,7 @@ has content</p>
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Thu Feb 17 13:05:18 2022 by
196
+ Generated on Mon Feb 21 14:59:53 2022 by
197
197
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
198
  0.9.27 (ruby-3.0.1).
199
199
  </div>
@@ -162,7 +162,7 @@
162
162
  </div>
163
163
 
164
164
  <div id="footer">
165
- Generated on Thu Feb 17 13:05:18 2022 by
165
+ Generated on Mon Feb 21 14:59:53 2022 by
166
166
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
167
  0.9.27 (ruby-3.0.1).
168
168
  </div>
@@ -293,7 +293,7 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Thu Feb 17 13:05:19 2022 by
296
+ Generated on Mon Feb 21 14:59:53 2022 by
297
297
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
298
  0.9.27 (ruby-3.0.1).
299
299
  </div>
@@ -485,7 +485,7 @@
485
485
  </div>
486
486
 
487
487
  <div id="footer">
488
- Generated on Thu Feb 17 13:05:19 2022 by
488
+ Generated on Mon Feb 21 14:59:53 2022 by
489
489
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
490
  0.9.27 (ruby-3.0.1).
491
491
  </div>
@@ -126,7 +126,7 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Thu Feb 17 13:05:18 2022 by
129
+ Generated on Mon Feb 21 14:59:53 2022 by
130
130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
131
  0.9.27 (ruby-3.0.1).
132
132
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Feb 17 13:05:18 2022 by
117
+ Generated on Mon Feb 21 14:59:53 2022 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.27 (ruby-3.0.1).
120
120
  </div>
@@ -283,7 +283,7 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Thu Feb 17 13:05:18 2022 by
286
+ Generated on Mon Feb 21 14:59:53 2022 by
287
287
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
288
  0.9.27 (ruby-3.0.1).
289
289
  </div>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Thu Feb 17 13:05:18 2022 by
108
+ Generated on Mon Feb 21 14:59:53 2022 by
109
109
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.27 (ruby-3.0.1).
111
111
  </div>
data/docs/doc/Status.html CHANGED
@@ -316,7 +316,7 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Thu Feb 17 13:05:18 2022 by
319
+ Generated on Mon Feb 21 14:59:53 2022 by
320
320
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
321
  0.9.27 (ruby-3.0.1).
322
322
  </div>
data/docs/doc/String.html CHANGED
@@ -1129,7 +1129,7 @@ be recognized, e.g. %greensomething still finds
1129
1129
  </div>
1130
1130
 
1131
1131
  <div id="footer">
1132
- Generated on Thu Feb 17 13:05:18 2022 by
1132
+ Generated on Mon Feb 21 14:59:53 2022 by
1133
1133
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1134
1134
  0.9.27 (ruby-3.0.1).
1135
1135
  </div>
data/docs/doc/Symbol.html CHANGED
@@ -342,7 +342,7 @@
342
342
  </div>
343
343
 
344
344
  <div id="footer">
345
- Generated on Thu Feb 17 13:05:18 2022 by
345
+ Generated on Mon Feb 21 14:59:53 2022 by
346
346
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
347
347
  0.9.27 (ruby-3.0.1).
348
348
  </div>
data/docs/doc/Time.html CHANGED
@@ -240,7 +240,7 @@
240
240
  </div>
241
241
 
242
242
  <div id="footer">
243
- Generated on Thu Feb 17 13:05:18 2022 by
243
+ Generated on Mon Feb 21 14:59:53 2022 by
244
244
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
245
245
  0.9.27 (ruby-3.0.1).
246
246
  </div>
@@ -225,7 +225,7 @@ has content</p>
225
225
  </div>
226
226
 
227
227
  <div id="footer">
228
- Generated on Thu Feb 17 13:05:18 2022 by
228
+ Generated on Mon Feb 21 14:59:53 2022 by
229
229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
230
230
  0.9.27 (ruby-3.0.1).
231
231
  </div>
data/docs/doc/_index.html CHANGED
@@ -293,7 +293,7 @@
293
293
  <ul>
294
294
 
295
295
  <li>
296
- <span class='object_link'><a href="Doing/LogAdapter.html" title="Doing::LogAdapter (class)">LogAdapter</a></span>
296
+ <span class='object_link'><a href="Doing/Logger.html" title="Doing::Logger (class)">Logger</a></span>
297
297
 
298
298
  <small>(Doing)</small>
299
299
 
@@ -350,16 +350,16 @@
350
350
  </li>
351
351
 
352
352
  <li>
353
- <span class='object_link'><a href="BooleanTermParser/Operator.html" title="BooleanTermParser::Operator (class)">Operator</a></span>
353
+ <span class='object_link'><a href="PhraseParser/Operator.html" title="PhraseParser::Operator (class)">Operator</a></span>
354
354
 
355
- <small>(BooleanTermParser)</small>
355
+ <small>(PhraseParser)</small>
356
356
 
357
357
  </li>
358
358
 
359
359
  <li>
360
- <span class='object_link'><a href="PhraseParser/Operator.html" title="PhraseParser::Operator (class)">Operator</a></span>
360
+ <span class='object_link'><a href="BooleanTermParser/Operator.html" title="BooleanTermParser::Operator (class)">Operator</a></span>
361
361
 
362
- <small>(PhraseParser)</small>
362
+ <small>(BooleanTermParser)</small>
363
363
 
364
364
  </li>
365
365
 
@@ -420,16 +420,16 @@
420
420
  <ul>
421
421
 
422
422
  <li>
423
- <span class='object_link'><a href="BooleanTermParser/Query.html" title="BooleanTermParser::Query (class)">Query</a></span>
423
+ <span class='object_link'><a href="PhraseParser/Query.html" title="PhraseParser::Query (class)">Query</a></span>
424
424
 
425
- <small>(BooleanTermParser)</small>
425
+ <small>(PhraseParser)</small>
426
426
 
427
427
  </li>
428
428
 
429
429
  <li>
430
- <span class='object_link'><a href="PhraseParser/Query.html" title="PhraseParser::Query (class)">Query</a></span>
430
+ <span class='object_link'><a href="BooleanTermParser/Query.html" title="BooleanTermParser::Query (class)">Query</a></span>
431
431
 
432
- <small>(PhraseParser)</small>
432
+ <small>(BooleanTermParser)</small>
433
433
 
434
434
  </li>
435
435
 
@@ -589,7 +589,7 @@
589
589
  </div>
590
590
 
591
591
  <div id="footer">
592
- Generated on Thu Feb 17 13:05:18 2022 by
592
+ Generated on Mon Feb 21 14:59:53 2022 by
593
593
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
594
594
  0.9.27 (ruby-3.0.1).
595
595
  </div>