doing 2.1.88 → 2.1.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +1 -1
  5. data/docs/doc/Array.html +2 -2
  6. data/docs/doc/BooleanTermParser/Clause.html +2 -2
  7. data/docs/doc/BooleanTermParser/Operator.html +2 -2
  8. data/docs/doc/BooleanTermParser/Query.html +2 -2
  9. data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
  10. data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
  11. data/docs/doc/BooleanTermParser.html +2 -2
  12. data/docs/doc/Doing/ArrayCleanup.html +2 -2
  13. data/docs/doc/Doing/ArrayNestedHash.html +2 -2
  14. data/docs/doc/Doing/ArrayTags.html +2 -2
  15. data/docs/doc/Doing/ByDayExport.html +2 -2
  16. data/docs/doc/Doing/CSVExport.html +2 -2
  17. data/docs/doc/Doing/CalendarImport.html +2 -2
  18. data/docs/doc/Doing/Change.html +2 -2
  19. data/docs/doc/Doing/Changes.html +2 -2
  20. data/docs/doc/Doing/ChronifyArray.html +2 -2
  21. data/docs/doc/Doing/ChronifyNumeric.html +2 -2
  22. data/docs/doc/Doing/ChronifyString.html +2 -2
  23. data/docs/doc/Doing/Color.html +2 -2
  24. data/docs/doc/Doing/Completion/BashCompletions.html +2 -2
  25. data/docs/doc/Doing/Completion/FigCompletions.html +2 -2
  26. data/docs/doc/Doing/Completion/FishCompletions.html +2 -2
  27. data/docs/doc/Doing/Completion/StringUtils.html +2 -2
  28. data/docs/doc/Doing/Completion/ZshCompletions.html +2 -2
  29. data/docs/doc/Doing/Completion.html +2 -2
  30. data/docs/doc/Doing/Configuration.html +2 -2
  31. data/docs/doc/Doing/DayOneRenderer.html +2 -2
  32. data/docs/doc/Doing/DayoneExport.html +2 -2
  33. data/docs/doc/Doing/DoingExport.html +2 -2
  34. data/docs/doc/Doing/DoingImport.html +2 -2
  35. data/docs/doc/Doing/Entry.html +2 -2
  36. data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
  37. data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
  38. data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
  39. data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
  40. data/docs/doc/Doing/Errors/HistoryLimitError.html +2 -2
  41. data/docs/doc/Doing/Errors/InvalidPlugin.html +2 -2
  42. data/docs/doc/Doing/Errors/MissingBackupFile.html +2 -2
  43. data/docs/doc/Doing/Errors/NoResults.html +2 -2
  44. data/docs/doc/Doing/Errors/PluginException.html +2 -2
  45. data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
  46. data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
  47. data/docs/doc/Doing/Errors.html +2 -2
  48. data/docs/doc/Doing/HTMLExport.html +2 -2
  49. data/docs/doc/Doing/Hooks.html +2 -2
  50. data/docs/doc/Doing/Item.html +2 -2
  51. data/docs/doc/Doing/ItemDates.html +2 -2
  52. data/docs/doc/Doing/ItemQuery.html +2 -2
  53. data/docs/doc/Doing/ItemState.html +2 -2
  54. data/docs/doc/Doing/ItemTags.html +2 -2
  55. data/docs/doc/Doing/Items.html +2 -2
  56. data/docs/doc/Doing/JSONExport.html +2 -2
  57. data/docs/doc/Doing/JSONImport.html +2 -2
  58. data/docs/doc/Doing/Logger.html +2 -2
  59. data/docs/doc/Doing/MarkdownExport.html +2 -2
  60. data/docs/doc/Doing/Note.html +2 -2
  61. data/docs/doc/Doing/Pager.html +2 -2
  62. data/docs/doc/Doing/Plugins.html +2 -2
  63. data/docs/doc/Doing/Prompt.html +2 -2
  64. data/docs/doc/Doing/PromptChoose.html +2 -2
  65. data/docs/doc/Doing/PromptFZF.html +2 -2
  66. data/docs/doc/Doing/PromptInput.html +2 -2
  67. data/docs/doc/Doing/PromptSTD.html +2 -2
  68. data/docs/doc/Doing/PromptYN.html +2 -2
  69. data/docs/doc/Doing/Section.html +2 -2
  70. data/docs/doc/Doing/StringHighlight.html +2 -2
  71. data/docs/doc/Doing/StringNormalize.html +2 -2
  72. data/docs/doc/Doing/StringQuery.html +2 -2
  73. data/docs/doc/Doing/StringTags.html +2 -2
  74. data/docs/doc/Doing/StringTransform.html +2 -2
  75. data/docs/doc/Doing/StringTruncate.html +2 -2
  76. data/docs/doc/Doing/StringURL.html +2 -2
  77. data/docs/doc/Doing/SymbolNormalize.html +2 -2
  78. data/docs/doc/Doing/TaskPaperExport.html +2 -2
  79. data/docs/doc/Doing/TemplateExport.html +2 -2
  80. data/docs/doc/Doing/TemplateString.html +2 -2
  81. data/docs/doc/Doing/TimingImport.html +2 -2
  82. data/docs/doc/Doing/Types.html +2 -2
  83. data/docs/doc/Doing/Util/Backup.html +2 -2
  84. data/docs/doc/Doing/Util.html +2 -2
  85. data/docs/doc/Doing/Version.html +2 -2
  86. data/docs/doc/Doing/WWID.html +2 -2
  87. data/docs/doc/Doing.html +3 -3
  88. data/docs/doc/FalseClass.html +2 -2
  89. data/docs/doc/GLI/Commands/Help.html +2 -2
  90. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +2 -2
  91. data/docs/doc/GLI/Commands.html +2 -2
  92. data/docs/doc/GLI.html +2 -2
  93. data/docs/doc/Hash.html +2 -2
  94. data/docs/doc/Numeric.html +2 -2
  95. data/docs/doc/Object.html +2 -2
  96. data/docs/doc/PhraseParser/Operator.html +2 -2
  97. data/docs/doc/PhraseParser/PhraseClause.html +2 -2
  98. data/docs/doc/PhraseParser/Query.html +2 -2
  99. data/docs/doc/PhraseParser/QueryParser.html +2 -2
  100. data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
  101. data/docs/doc/PhraseParser/TermClause.html +2 -2
  102. data/docs/doc/PhraseParser.html +2 -2
  103. data/docs/doc/Status.html +2 -2
  104. data/docs/doc/String.html +2 -2
  105. data/docs/doc/Symbol.html +2 -2
  106. data/docs/doc/Time.html +2 -2
  107. data/docs/doc/TrueClass.html +2 -2
  108. data/docs/doc/_index.html +2 -2
  109. data/docs/doc/file.README.html +3 -3
  110. data/docs/doc/index.html +3 -3
  111. data/docs/doc/top-level-namespace.html +2 -2
  112. data/doing.rdoc +1 -1
  113. data/lib/doing/version.rb +1 -1
  114. metadata +3 -3
@@ -172,9 +172,9 @@
172
172
  </div>
173
173
 
174
174
  <div id="footer">
175
- Generated on Sun Jan 12 12:17:22 2025 by
175
+ Generated on Mon May 19 04:38:01 2025 by
176
176
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
177
- 0.9.36 (ruby-3.4.1).
177
+ 0.9.36 (ruby-3.4.4).
178
178
  </div>
179
179
 
180
180
  </div>
@@ -293,9 +293,9 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Sun Jan 12 12:17:22 2025 by
296
+ Generated on Mon May 19 04:38:01 2025 by
297
297
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
- 0.9.36 (ruby-3.4.1).
298
+ 0.9.36 (ruby-3.4.4).
299
299
  </div>
300
300
 
301
301
  </div>
@@ -485,9 +485,9 @@
485
485
  </div>
486
486
 
487
487
  <div id="footer">
488
- Generated on Sun Jan 12 12:17:22 2025 by
488
+ Generated on Mon May 19 04:38:01 2025 by
489
489
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
- 0.9.36 (ruby-3.4.1).
490
+ 0.9.36 (ruby-3.4.4).
491
491
  </div>
492
492
 
493
493
  </div>
@@ -142,9 +142,9 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
142
142
  </div>
143
143
 
144
144
  <div id="footer">
145
- Generated on Sun Jan 12 12:17:22 2025 by
145
+ Generated on Mon May 19 04:38:01 2025 by
146
146
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
147
- 0.9.36 (ruby-3.4.1).
147
+ 0.9.36 (ruby-3.4.4).
148
148
  </div>
149
149
 
150
150
  </div>
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sun Jan 12 12:17:22 2025 by
127
+ Generated on Mon May 19 04:38:01 2025 by
128
128
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.36 (ruby-3.4.1).
129
+ 0.9.36 (ruby-3.4.4).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -293,9 +293,9 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Sun Jan 12 12:17:22 2025 by
296
+ Generated on Mon May 19 04:38:01 2025 by
297
297
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
- 0.9.36 (ruby-3.4.1).
298
+ 0.9.36 (ruby-3.4.4).
299
299
  </div>
300
300
 
301
301
  </div>
@@ -105,9 +105,9 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Sun Jan 12 12:17:22 2025 by
108
+ Generated on Mon May 19 04:38:00 2025 by
109
109
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
- 0.9.36 (ruby-3.4.1).
110
+ 0.9.36 (ruby-3.4.4).
111
111
  </div>
112
112
 
113
113
  </div>
data/docs/doc/Status.html CHANGED
@@ -316,9 +316,9 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Sun Jan 12 12:17:22 2025 by
319
+ Generated on Mon May 19 04:38:00 2025 by
320
320
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
- 0.9.36 (ruby-3.4.1).
321
+ 0.9.36 (ruby-3.4.4).
322
322
  </div>
323
323
 
324
324
  </div>
data/docs/doc/String.html CHANGED
@@ -679,9 +679,9 @@ be recognized, e.g. %greensomething still finds
679
679
  </div>
680
680
 
681
681
  <div id="footer">
682
- Generated on Sun Jan 12 12:17:22 2025 by
682
+ Generated on Mon May 19 04:38:00 2025 by
683
683
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
684
- 0.9.36 (ruby-3.4.1).
684
+ 0.9.36 (ruby-3.4.4).
685
685
  </div>
686
686
 
687
687
  </div>
data/docs/doc/Symbol.html CHANGED
@@ -127,9 +127,9 @@
127
127
  </div>
128
128
 
129
129
  <div id="footer">
130
- Generated on Sun Jan 12 12:17:22 2025 by
130
+ Generated on Mon May 19 04:38:00 2025 by
131
131
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
- 0.9.36 (ruby-3.4.1).
132
+ 0.9.36 (ruby-3.4.4).
133
133
  </div>
134
134
 
135
135
  </div>
data/docs/doc/Time.html CHANGED
@@ -411,9 +411,9 @@ entries get month/day/year/time</p>
411
411
  </div>
412
412
 
413
413
  <div id="footer">
414
- Generated on Sun Jan 12 12:17:22 2025 by
414
+ Generated on Mon May 19 04:38:00 2025 by
415
415
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
416
- 0.9.36 (ruby-3.4.1).
416
+ 0.9.36 (ruby-3.4.4).
417
417
  </div>
418
418
 
419
419
  </div>
@@ -235,9 +235,9 @@ has content</p>
235
235
  </div>
236
236
 
237
237
  <div id="footer">
238
- Generated on Sun Jan 12 12:17:22 2025 by
238
+ Generated on Mon May 19 04:38:00 2025 by
239
239
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
- 0.9.36 (ruby-3.4.1).
240
+ 0.9.36 (ruby-3.4.4).
241
241
  </div>
242
242
 
243
243
  </div>
data/docs/doc/_index.html CHANGED
@@ -961,9 +961,9 @@
961
961
  </div>
962
962
 
963
963
  <div id="footer">
964
- Generated on Sun Jan 12 12:17:22 2025 by
964
+ Generated on Mon May 19 04:38:00 2025 by
965
965
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
966
- 0.9.36 (ruby-3.4.1).
966
+ 0.9.36 (ruby-3.4.4).
967
967
  </div>
968
968
 
969
969
  </div>
@@ -71,7 +71,7 @@ you&#39;ve done.</strong></p>
71
71
 
72
72
  <!--README-->
73
73
 
74
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.87&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.88&lt;!--END VER--&gt;.</p>
75
75
 
76
76
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
77
77
 
@@ -153,9 +153,9 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
153
153
  </div></div>
154
154
 
155
155
  <div id="footer">
156
- Generated on Sun Jan 12 12:17:22 2025 by
156
+ Generated on Mon May 19 04:38:00 2025 by
157
157
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
- 0.9.36 (ruby-3.4.1).
158
+ 0.9.36 (ruby-3.4.4).
159
159
  </div>
160
160
 
161
161
  </div>
data/docs/doc/index.html CHANGED
@@ -71,7 +71,7 @@ you&#39;ve done.</strong></p>
71
71
 
72
72
  <!--README-->
73
73
 
74
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.87&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.88&lt;!--END VER--&gt;.</p>
75
75
 
76
76
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
77
77
 
@@ -153,9 +153,9 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
153
153
  </div></div>
154
154
 
155
155
  <div id="footer">
156
- Generated on Sun Jan 12 12:17:22 2025 by
156
+ Generated on Mon May 19 04:38:00 2025 by
157
157
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
- 0.9.36 (ruby-3.4.1).
158
+ 0.9.36 (ruby-3.4.4).
159
159
  </div>
160
160
 
161
161
  </div>
@@ -216,9 +216,9 @@
216
216
  </div>
217
217
 
218
218
  <div id="footer">
219
- Generated on Sun Jan 12 12:17:22 2025 by
219
+ Generated on Mon May 19 04:38:00 2025 by
220
220
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
221
- 0.9.36 (ruby-3.4.1).
221
+ 0.9.36 (ruby-3.4.4).
222
222
  </div>
223
223
 
224
224
  </div>
data/doing.rdoc CHANGED
@@ -5,7 +5,7 @@ record of what you've been doing, complete with tag-based time tracking. The
5
5
  command line tool allows you to add entries, annotate with tags and notes, and
6
6
  view your entries with myriad options, with a focus on a "natural" language syntax.
7
7
 
8
- v2.1.88
8
+ v2.1.89
9
9
 
10
10
  === Global Options
11
11
  === --config_file arg
data/lib/doing/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Doing
2
- VERSION = '2.1.88'
2
+ VERSION = '2.1.89'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doing
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.88
4
+ version: 2.1.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: github-markup
@@ -941,7 +941,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
941
941
  - !ruby/object:Gem::Version
942
942
  version: '0'
943
943
  requirements: []
944
- rubygems_version: 3.6.2
944
+ rubygems_version: 3.6.7
945
945
  specification_version: 4
946
946
  summary: A command line tool for managing What Was I Doing reminders
947
947
  test_files: []