doing 2.1.86 → 2.1.88

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -0
  3. data/Gemfile +3 -0
  4. data/Gemfile.lock +46 -11
  5. data/README.md +1 -1
  6. data/bin/commands/changes.rb +1 -0
  7. data/docs/doc/Array.html +2 -2
  8. data/docs/doc/BooleanTermParser/Clause.html +2 -2
  9. data/docs/doc/BooleanTermParser/Operator.html +2 -2
  10. data/docs/doc/BooleanTermParser/Query.html +2 -2
  11. data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
  12. data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
  13. data/docs/doc/BooleanTermParser.html +2 -2
  14. data/docs/doc/Doing/ArrayCleanup.html +2 -2
  15. data/docs/doc/Doing/ArrayNestedHash.html +2 -2
  16. data/docs/doc/Doing/ArrayTags.html +2 -2
  17. data/docs/doc/Doing/ByDayExport.html +2 -2
  18. data/docs/doc/Doing/CSVExport.html +2 -2
  19. data/docs/doc/Doing/CalendarImport.html +2 -2
  20. data/docs/doc/Doing/Change.html +4 -4
  21. data/docs/doc/Doing/Changes.html +4 -4
  22. data/docs/doc/Doing/ChronifyArray.html +2 -2
  23. data/docs/doc/Doing/ChronifyNumeric.html +2 -2
  24. data/docs/doc/Doing/ChronifyString.html +2 -2
  25. data/docs/doc/Doing/Color.html +2 -2
  26. data/docs/doc/Doing/Completion/BashCompletions.html +2 -2
  27. data/docs/doc/Doing/Completion/FigCompletions.html +2 -2
  28. data/docs/doc/Doing/Completion/FishCompletions.html +2 -2
  29. data/docs/doc/Doing/Completion/StringUtils.html +2 -2
  30. data/docs/doc/Doing/Completion/ZshCompletions.html +2 -2
  31. data/docs/doc/Doing/Completion.html +2 -2
  32. data/docs/doc/Doing/Configuration.html +2 -2
  33. data/docs/doc/Doing/DayOneRenderer.html +2 -2
  34. data/docs/doc/Doing/DayoneExport.html +2 -2
  35. data/docs/doc/Doing/DoingExport.html +2 -2
  36. data/docs/doc/Doing/DoingImport.html +2 -2
  37. data/docs/doc/Doing/Entry.html +2 -2
  38. data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
  39. data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
  40. data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
  41. data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
  42. data/docs/doc/Doing/Errors/HistoryLimitError.html +2 -2
  43. data/docs/doc/Doing/Errors/InvalidPlugin.html +2 -2
  44. data/docs/doc/Doing/Errors/MissingBackupFile.html +2 -2
  45. data/docs/doc/Doing/Errors/NoResults.html +2 -2
  46. data/docs/doc/Doing/Errors/PluginException.html +2 -2
  47. data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
  48. data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
  49. data/docs/doc/Doing/Errors.html +2 -2
  50. data/docs/doc/Doing/HTMLExport.html +2 -2
  51. data/docs/doc/Doing/Hooks.html +2 -2
  52. data/docs/doc/Doing/Item.html +4 -4
  53. data/docs/doc/Doing/ItemDates.html +2 -2
  54. data/docs/doc/Doing/ItemQuery.html +2 -2
  55. data/docs/doc/Doing/ItemState.html +2 -2
  56. data/docs/doc/Doing/ItemTags.html +2 -2
  57. data/docs/doc/Doing/Items.html +2 -2
  58. data/docs/doc/Doing/JSONExport.html +2 -2
  59. data/docs/doc/Doing/JSONImport.html +2 -2
  60. data/docs/doc/Doing/Logger.html +15 -15
  61. data/docs/doc/Doing/MarkdownExport.html +2 -2
  62. data/docs/doc/Doing/Note.html +2 -2
  63. data/docs/doc/Doing/Pager.html +2 -2
  64. data/docs/doc/Doing/Plugins.html +2 -2
  65. data/docs/doc/Doing/Prompt.html +2 -2
  66. data/docs/doc/Doing/PromptChoose.html +2 -2
  67. data/docs/doc/Doing/PromptFZF.html +2 -2
  68. data/docs/doc/Doing/PromptInput.html +2 -2
  69. data/docs/doc/Doing/PromptSTD.html +2 -2
  70. data/docs/doc/Doing/PromptYN.html +2 -2
  71. data/docs/doc/Doing/Section.html +2 -2
  72. data/docs/doc/Doing/StringHighlight.html +2 -2
  73. data/docs/doc/Doing/StringNormalize.html +2 -2
  74. data/docs/doc/Doing/StringQuery.html +2 -2
  75. data/docs/doc/Doing/StringTags.html +2 -2
  76. data/docs/doc/Doing/StringTransform.html +2 -2
  77. data/docs/doc/Doing/StringTruncate.html +2 -2
  78. data/docs/doc/Doing/StringURL.html +2 -2
  79. data/docs/doc/Doing/SymbolNormalize.html +2 -2
  80. data/docs/doc/Doing/TaskPaperExport.html +2 -2
  81. data/docs/doc/Doing/TemplateExport.html +2 -2
  82. data/docs/doc/Doing/TemplateString.html +2 -2
  83. data/docs/doc/Doing/TimingImport.html +2 -2
  84. data/docs/doc/Doing/Types.html +2 -2
  85. data/docs/doc/Doing/Util/Backup.html +2 -2
  86. data/docs/doc/Doing/Util.html +2 -2
  87. data/docs/doc/Doing/Version.html +2 -2
  88. data/docs/doc/Doing/WWID.html +2 -2
  89. data/docs/doc/Doing.html +3 -3
  90. data/docs/doc/FalseClass.html +2 -2
  91. data/docs/doc/GLI/Commands/Help.html +2 -2
  92. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +2 -2
  93. data/docs/doc/GLI/Commands.html +2 -2
  94. data/docs/doc/GLI.html +2 -2
  95. data/docs/doc/Hash.html +2 -2
  96. data/docs/doc/Numeric.html +2 -2
  97. data/docs/doc/Object.html +2 -2
  98. data/docs/doc/PhraseParser/Operator.html +12 -2
  99. data/docs/doc/PhraseParser/PhraseClause.html +3 -3
  100. data/docs/doc/PhraseParser/Query.html +2 -2
  101. data/docs/doc/PhraseParser/QueryParser.html +18 -2
  102. data/docs/doc/PhraseParser/QueryTransformer.html +12 -2
  103. data/docs/doc/PhraseParser/TermClause.html +12 -2
  104. data/docs/doc/PhraseParser.html +2 -2
  105. data/docs/doc/Status.html +2 -2
  106. data/docs/doc/String.html +2 -2
  107. data/docs/doc/Symbol.html +2 -2
  108. data/docs/doc/Time.html +2 -2
  109. data/docs/doc/TrueClass.html +2 -2
  110. data/docs/doc/_index.html +2 -2
  111. data/docs/doc/file.README.html +3 -3
  112. data/docs/doc/index.html +3 -3
  113. data/docs/doc/top-level-namespace.html +2 -2
  114. data/doing.gemspec +8 -5
  115. data/doing.rdoc +1 -1
  116. data/lib/doing/phrase_parser.rb +10 -22
  117. data/lib/doing/version.rb +1 -1
  118. data/lib/doing.rb +0 -1
  119. metadata +79 -6
@@ -802,9 +802,9 @@ of colors and string locations</p>
802
802
  </div>
803
803
 
804
804
  <div id="footer">
805
- Generated on Tue Mar 26 11:00:42 2024 by
805
+ Generated on Sun Jan 12 12:17:22 2025 by
806
806
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
807
- 0.9.36 (ruby-3.2.0).
807
+ 0.9.36 (ruby-3.4.1).
808
808
  </div>
809
809
 
810
810
  </div>
@@ -275,9 +275,9 @@ file</p>
275
275
  </div>
276
276
 
277
277
  <div id="footer">
278
- Generated on Tue Mar 26 11:00:42 2024 by
278
+ Generated on Sun Jan 12 12:17:23 2025 by
279
279
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
280
- 0.9.36 (ruby-3.2.0).
280
+ 0.9.36 (ruby-3.4.1).
281
281
  </div>
282
282
 
283
283
  </div>
@@ -241,9 +241,9 @@
241
241
  </div>
242
242
 
243
243
  <div id="footer">
244
- Generated on Tue Mar 26 11:00:41 2024 by
244
+ Generated on Sun Jan 12 12:17:22 2025 by
245
245
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
246
- 0.9.36 (ruby-3.2.0).
246
+ 0.9.36 (ruby-3.4.1).
247
247
  </div>
248
248
 
249
249
  </div>
@@ -684,9 +684,9 @@ in a hidden directory</p>
684
684
  </div>
685
685
 
686
686
  <div id="footer">
687
- Generated on Tue Mar 26 11:00:42 2024 by
687
+ Generated on Sun Jan 12 12:17:22 2025 by
688
688
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
689
- 0.9.36 (ruby-3.2.0).
689
+ 0.9.36 (ruby-3.4.1).
690
690
  </div>
691
691
 
692
692
  </div>
@@ -982,9 +982,9 @@ the merge</p>
982
982
  </div>
983
983
 
984
984
  <div id="footer">
985
- Generated on Tue Mar 26 11:00:41 2024 by
985
+ Generated on Sun Jan 12 12:17:22 2025 by
986
986
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
987
- 0.9.36 (ruby-3.2.0).
987
+ 0.9.36 (ruby-3.4.1).
988
988
  </div>
989
989
 
990
990
  </div>
@@ -513,9 +513,9 @@
513
513
  </div>
514
514
 
515
515
  <div id="footer">
516
- Generated on Tue Mar 26 11:00:42 2024 by
516
+ Generated on Sun Jan 12 12:17:22 2025 by
517
517
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
518
- 0.9.36 (ruby-3.2.0).
518
+ 0.9.36 (ruby-3.4.1).
519
519
  </div>
520
520
 
521
521
  </div>
@@ -5155,9 +5155,9 @@ json, or text)</p>
5155
5155
  </div>
5156
5156
 
5157
5157
  <div id="footer">
5158
- Generated on Tue Mar 26 11:00:42 2024 by
5158
+ Generated on Sun Jan 12 12:17:22 2025 by
5159
5159
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
5160
- 0.9.36 (ruby-3.2.0).
5160
+ 0.9.36 (ruby-3.4.1).
5161
5161
  </div>
5162
5162
 
5163
5163
  </div>
data/docs/doc/Doing.html CHANGED
@@ -122,7 +122,7 @@ url: <a href="https://brettterpstra.com">https://brettterpstra.com</a></p>
122
122
  <dt id="VERSION-constant" class="">VERSION =
123
123
 
124
124
  </dt>
125
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.86</span><span class='tstring_end'>&#39;</span></span></pre></dd>
125
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.88</span><span class='tstring_end'>&#39;</span></span></pre></dd>
126
126
 
127
127
  </dl>
128
128
 
@@ -138,9 +138,9 @@ url: <a href="https://brettterpstra.com">https://brettterpstra.com</a></p>
138
138
  </div>
139
139
 
140
140
  <div id="footer">
141
- Generated on Tue Mar 26 11:00:41 2024 by
141
+ Generated on Sun Jan 12 12:17:22 2025 by
142
142
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
143
- 0.9.36 (ruby-3.2.0).
143
+ 0.9.36 (ruby-3.4.1).
144
144
  </div>
145
145
 
146
146
  </div>
@@ -235,9 +235,9 @@ has content</p>
235
235
  </div>
236
236
 
237
237
  <div id="footer">
238
- Generated on Tue Mar 26 11:00:42 2024 by
238
+ Generated on Sun Jan 12 12:17:22 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.2.0).
240
+ 0.9.36 (ruby-3.4.1).
241
241
  </div>
242
242
 
243
243
  </div>
@@ -175,9 +175,9 @@
175
175
  </div>
176
176
 
177
177
  <div id="footer">
178
- Generated on Tue Mar 26 11:00:42 2024 by
178
+ Generated on Sun Jan 12 12:17:22 2025 by
179
179
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
- 0.9.36 (ruby-3.2.0).
180
+ 0.9.36 (ruby-3.4.1).
181
181
  </div>
182
182
 
183
183
  </div>
@@ -753,9 +753,9 @@
753
753
  </div>
754
754
 
755
755
  <div id="footer">
756
- Generated on Tue Mar 26 11:00:42 2024 by
756
+ Generated on Sun Jan 12 12:17:23 2025 by
757
757
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
758
- 0.9.36 (ruby-3.2.0).
758
+ 0.9.36 (ruby-3.4.1).
759
759
  </div>
760
760
 
761
761
  </div>
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Tue Mar 26 11:00:42 2024 by
110
+ Generated on Sun Jan 12 12:17:22 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.36 (ruby-3.2.0).
112
+ 0.9.36 (ruby-3.4.1).
113
113
  </div>
114
114
 
115
115
  </div>
data/docs/doc/GLI.html CHANGED
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Tue Mar 26 11:00:42 2024 by
110
+ Generated on Sun Jan 12 12:17:22 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.36 (ruby-3.2.0).
112
+ 0.9.36 (ruby-3.4.1).
113
113
  </div>
114
114
 
115
115
  </div>
data/docs/doc/Hash.html CHANGED
@@ -1000,9 +1000,9 @@ keys are symbols</p>
1000
1000
  </div>
1001
1001
 
1002
1002
  <div id="footer">
1003
- Generated on Tue Mar 26 11:00:42 2024 by
1003
+ Generated on Sun Jan 12 12:17:22 2025 by
1004
1004
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1005
- 0.9.36 (ruby-3.2.0).
1005
+ 0.9.36 (ruby-3.4.1).
1006
1006
  </div>
1007
1007
 
1008
1008
  </div>
@@ -214,9 +214,9 @@
214
214
  </div>
215
215
 
216
216
  <div id="footer">
217
- Generated on Tue Mar 26 11:00:42 2024 by
217
+ Generated on Sun Jan 12 12:17:22 2025 by
218
218
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
219
- 0.9.36 (ruby-3.2.0).
219
+ 0.9.36 (ruby-3.4.1).
220
220
  </div>
221
221
 
222
222
  </div>
data/docs/doc/Object.html CHANGED
@@ -193,9 +193,9 @@ has content</p>
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Tue Mar 26 11:00:42 2024 by
196
+ Generated on Sun Jan 12 12:17:22 2025 by
197
197
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
- 0.9.36 (ruby-3.2.0).
198
+ 0.9.36 (ruby-3.4.1).
199
199
  </div>
200
200
 
201
201
  </div>
@@ -99,8 +99,18 @@
99
99
 
100
100
  </div>
101
101
 
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
+ <p>Represents an operator</p>
102
105
 
103
106
 
107
+ </div>
108
+ </div>
109
+ <div class="tags">
110
+
111
+
112
+ </div>
113
+
104
114
 
105
115
 
106
116
 
@@ -162,9 +172,9 @@
162
172
  </div>
163
173
 
164
174
  <div id="footer">
165
- Generated on Tue Mar 26 11:00:42 2024 by
175
+ Generated on Sun Jan 12 12:17:22 2025 by
166
176
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
- 0.9.36 (ruby-3.2.0).
177
+ 0.9.36 (ruby-3.4.1).
168
178
  </div>
169
179
 
170
180
  </div>
@@ -101,7 +101,7 @@
101
101
 
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
104
- <p>Phrase</p>
104
+ <p>Represents a phrase clause</p>
105
105
 
106
106
 
107
107
  </div>
@@ -293,9 +293,9 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Tue Mar 26 11:00:42 2024 by
296
+ Generated on Sun Jan 12 12:17:22 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.2.0).
298
+ 0.9.36 (ruby-3.4.1).
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 Tue Mar 26 11:00:42 2024 by
488
+ Generated on Sun Jan 12 12:17:22 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.2.0).
490
+ 0.9.36 (ruby-3.4.1).
491
491
  </div>
492
492
 
493
493
  </div>
@@ -114,6 +114,22 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
114
114
 
115
115
 
116
116
  </div>
117
+
118
+ <h2>
119
+ Constant Summary
120
+ <small><a href="#" class="constants_summary_toggle">collapse</a></small>
121
+ </h2>
122
+
123
+ <dl class="constants">
124
+
125
+ <dt id="CLAUSE_TYPES-constant" class="">CLAUSE_TYPES =
126
+
127
+ </dt>
128
+ <dd><pre class="code"><span class='qsymbols_beg'>%i[</span><span class='tstring_content'>should</span><span class='words_sep'> </span><span class='tstring_content'>must</span><span class='words_sep'> </span><span class='tstring_content'>must_not</span><span class='tstring_end'>]</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
129
+
130
+ </dl>
131
+
132
+
117
133
 
118
134
 
119
135
 
@@ -126,9 +142,9 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
126
142
  </div>
127
143
 
128
144
  <div id="footer">
129
- Generated on Tue Mar 26 11:00:42 2024 by
145
+ Generated on Sun Jan 12 12:17:22 2025 by
130
146
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
- 0.9.36 (ruby-3.2.0).
147
+ 0.9.36 (ruby-3.4.1).
132
148
  </div>
133
149
 
134
150
  </div>
@@ -101,8 +101,18 @@
101
101
 
102
102
  </div>
103
103
 
104
+ <h2>Overview</h2><div class="docstring">
105
+ <div class="discussion">
106
+ <p>Transforms the parsed query into a Query object</p>
104
107
 
105
108
 
109
+ </div>
110
+ </div>
111
+ <div class="tags">
112
+
113
+
114
+ </div>
115
+
106
116
 
107
117
 
108
118
 
@@ -114,9 +124,9 @@
114
124
  </div>
115
125
 
116
126
  <div id="footer">
117
- Generated on Tue Mar 26 11:00:42 2024 by
127
+ Generated on Sun Jan 12 12:17:22 2025 by
118
128
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.36 (ruby-3.2.0).
129
+ 0.9.36 (ruby-3.4.1).
120
130
  </div>
121
131
 
122
132
  </div>
@@ -99,7 +99,17 @@
99
99
 
100
100
  </div>
101
101
 
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
+ <p>Represents a term clause</p>
105
+
106
+
107
+ </div>
108
+ </div>
109
+ <div class="tags">
110
+
102
111
 
112
+ </div>
103
113
 
104
114
 
105
115
 
@@ -283,9 +293,9 @@
283
293
  </div>
284
294
 
285
295
  <div id="footer">
286
- Generated on Tue Mar 26 11:00:42 2024 by
296
+ Generated on Sun Jan 12 12:17:22 2025 by
287
297
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
- 0.9.36 (ruby-3.2.0).
298
+ 0.9.36 (ruby-3.4.1).
289
299
  </div>
290
300
 
291
301
  </div>
@@ -105,9 +105,9 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Tue Mar 26 11:00:42 2024 by
108
+ Generated on Sun Jan 12 12:17:22 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.2.0).
110
+ 0.9.36 (ruby-3.4.1).
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 Tue Mar 26 11:00:42 2024 by
319
+ Generated on Sun Jan 12 12:17:22 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.2.0).
321
+ 0.9.36 (ruby-3.4.1).
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 Tue Mar 26 11:00:42 2024 by
682
+ Generated on Sun Jan 12 12:17:22 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.2.0).
684
+ 0.9.36 (ruby-3.4.1).
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 Tue Mar 26 11:00:42 2024 by
130
+ Generated on Sun Jan 12 12:17:22 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.2.0).
132
+ 0.9.36 (ruby-3.4.1).
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 Tue Mar 26 11:00:42 2024 by
414
+ Generated on Sun Jan 12 12:17:22 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.2.0).
416
+ 0.9.36 (ruby-3.4.1).
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 Tue Mar 26 11:00:42 2024 by
238
+ Generated on Sun Jan 12 12:17:22 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.2.0).
240
+ 0.9.36 (ruby-3.4.1).
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 Tue Mar 26 11:00:41 2024 by
964
+ Generated on Sun Jan 12 12:17:22 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.2.0).
966
+ 0.9.36 (ruby-3.4.1).
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.85&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.87&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 Tue Mar 26 11:00:41 2024 by
156
+ Generated on Sun Jan 12 12:17:22 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.2.0).
158
+ 0.9.36 (ruby-3.4.1).
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.85&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.87&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 Tue Mar 26 11:00:41 2024 by
156
+ Generated on Sun Jan 12 12:17:22 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.2.0).
158
+ 0.9.36 (ruby-3.4.1).
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 Tue Mar 26 11:00:41 2024 by
219
+ Generated on Sun Jan 12 12:17:22 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.2.0).
221
+ 0.9.36 (ruby-3.4.1).
222
222
  </div>
223
223
 
224
224
  </div>
data/doing.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ensure we require the local version and not one we might have installed already
2
- require File.join([File.dirname(__FILE__), 'lib', 'doing', 'version.rb'])
3
- spec = Gem::Specification.new do |s|
2
+ require './lib/doing/version'
3
+ Gem::Specification.new do |s|
4
4
  s.name = 'doing'
5
5
  s.version = Doing::VERSION
6
6
  s.author = 'Brett Terpstra'
@@ -14,9 +14,7 @@ spec = Gem::Specification.new do |s|
14
14
  'what they accomplished at 2 in the morning.'
15
15
  ].join(' ')
16
16
  s.license = 'MIT'
17
- s.files = Dir.chdir(File.expand_path('..', __FILE__)) do
18
- `git ls-files -z`.split("\x0").reject { |f| f.strip =~ %r{^((test|spec|features)/|\.git|buildnotes)} }
19
- end
17
+ s.files = `git ls-files -z`.split("\x0").reject { |f| f.strip =~ %r{^((test|spec|features)/|\.git|buildnotes)} }
20
18
  s.require_paths << 'lib'
21
19
  s.extra_rdoc_files = ['README.md']
22
20
  s.rdoc_options << '--title' << 'doing' << '--main' << 'README.md' << '--markup' << 'markdown'
@@ -30,12 +28,17 @@ spec = Gem::Specification.new do |s|
30
28
  s.add_development_dependency('test-unit', '~> 3.4.4')
31
29
  s.add_development_dependency('tty-spinner', '~> 0.9', '>= 0.9.3')
32
30
  s.add_development_dependency('yard', '~> 0.9', '>= 0.9.36')
31
+ s.add_runtime_dependency('base64', '~> 0.2')
33
32
  s.add_runtime_dependency('chronic', '~> 0.10', '>= 0.10.2')
33
+ s.add_runtime_dependency('csv', '~> 3.3')
34
34
  s.add_runtime_dependency('deep_merge', '~> 1.2', '>= 1.2.1')
35
35
  s.add_runtime_dependency('gli', '~> 2.20', '>= 2.20.1')
36
36
  s.add_runtime_dependency('haml', '~>5.0.0', '>= 5.0.0')
37
+ s.add_runtime_dependency('logger', '~> 1.4', '>= 1.4.2')
38
+ s.add_runtime_dependency('ostruct', '~> 0.6')
37
39
  s.add_runtime_dependency('parslet', '~> 2.0', '>= 2.0.0')
38
40
  s.add_runtime_dependency('plist', '~> 3.6', '>= 3.6.0')
41
+ s.add_runtime_dependency('reline', '~> 0.6')
39
42
  s.add_runtime_dependency('safe_yaml', '~> 1.0')
40
43
  s.add_runtime_dependency('tty-link', '~> 0.1', '>= 0.1.1')
41
44
  s.add_runtime_dependency('tty-markdown', '~> 0.7', '>= 0.7.0')
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.86
8
+ v2.1.88
9
9
 
10
10
  === Global Options
11
11
  === --config_file arg