doing 2.1.64 → 2.1.68

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/.travis.yml +13 -0
  3. data/CHANGELOG.md +20 -0
  4. data/Gemfile.lock +2 -2
  5. data/LICENSE.txt +20 -0
  6. data/README.md +5 -1
  7. data/docs/doc/Array.html +4 -4
  8. data/docs/doc/BooleanTermParser/Clause.html +4 -4
  9. data/docs/doc/BooleanTermParser/Operator.html +4 -4
  10. data/docs/doc/BooleanTermParser/Query.html +4 -4
  11. data/docs/doc/BooleanTermParser/QueryParser.html +4 -4
  12. data/docs/doc/BooleanTermParser/QueryTransformer.html +4 -4
  13. data/docs/doc/BooleanTermParser.html +4 -4
  14. data/docs/doc/Doing/ArrayCleanup.html +4 -4
  15. data/docs/doc/Doing/ArrayNestedHash.html +4 -4
  16. data/docs/doc/Doing/ArrayTags.html +4 -4
  17. data/docs/doc/Doing/CSVExport.html +4 -4
  18. data/docs/doc/Doing/CalendarImport.html +4 -4
  19. data/docs/doc/Doing/Change.html +4 -4
  20. data/docs/doc/Doing/Changes.html +4 -4
  21. data/docs/doc/Doing/ChronifyArray.html +4 -4
  22. data/docs/doc/Doing/ChronifyNumeric.html +4 -4
  23. data/docs/doc/Doing/ChronifyString.html +4 -4
  24. data/docs/doc/Doing/Color.html +4 -4
  25. data/docs/doc/Doing/Completion/BashCompletions.html +4 -4
  26. data/docs/doc/Doing/Completion/FigCompletions.html +4 -4
  27. data/docs/doc/Doing/Completion/FishCompletions.html +4 -4
  28. data/docs/doc/Doing/Completion/StringUtils.html +4 -4
  29. data/docs/doc/Doing/Completion/ZshCompletions.html +4 -4
  30. data/docs/doc/Doing/Completion.html +4 -4
  31. data/docs/doc/Doing/Configuration.html +4 -4
  32. data/docs/doc/Doing/DayOneRenderer.html +4 -4
  33. data/docs/doc/Doing/DayoneExport.html +4 -4
  34. data/docs/doc/Doing/DoingExport.html +4 -4
  35. data/docs/doc/Doing/DoingImport.html +4 -4
  36. data/docs/doc/Doing/Entry.html +4 -4
  37. data/docs/doc/Doing/Errors/DoingNoTraceError.html +4 -4
  38. data/docs/doc/Doing/Errors/DoingRuntimeError.html +4 -4
  39. data/docs/doc/Doing/Errors/DoingStandardError.html +4 -4
  40. data/docs/doc/Doing/Errors/EmptyInput.html +4 -4
  41. data/docs/doc/Doing/Errors/HistoryLimitError.html +4 -4
  42. data/docs/doc/Doing/Errors/InvalidPlugin.html +4 -4
  43. data/docs/doc/Doing/Errors/MissingBackupFile.html +4 -4
  44. data/docs/doc/Doing/Errors/NoResults.html +4 -4
  45. data/docs/doc/Doing/Errors/PluginException.html +4 -4
  46. data/docs/doc/Doing/Errors/UserCancelled.html +4 -4
  47. data/docs/doc/Doing/Errors/WrongCommand.html +4 -4
  48. data/docs/doc/Doing/Errors.html +4 -4
  49. data/docs/doc/Doing/HTMLExport.html +4 -4
  50. data/docs/doc/Doing/Hooks.html +4 -4
  51. data/docs/doc/Doing/Item.html +4 -4
  52. data/docs/doc/Doing/ItemDates.html +4 -4
  53. data/docs/doc/Doing/ItemQuery.html +4 -4
  54. data/docs/doc/Doing/ItemState.html +4 -4
  55. data/docs/doc/Doing/ItemTags.html +4 -4
  56. data/docs/doc/Doing/Items.html +4 -4
  57. data/docs/doc/Doing/JSONExport.html +4 -4
  58. data/docs/doc/Doing/JSONImport.html +4 -4
  59. data/docs/doc/Doing/Logger.html +4 -4
  60. data/docs/doc/Doing/MarkdownExport.html +4 -4
  61. data/docs/doc/Doing/Note.html +4 -4
  62. data/docs/doc/Doing/Pager.html +4 -4
  63. data/docs/doc/Doing/Plugins.html +4 -4
  64. data/docs/doc/Doing/Prompt.html +4 -4
  65. data/docs/doc/Doing/PromptChoose.html +4 -4
  66. data/docs/doc/Doing/PromptFZF.html +4 -4
  67. data/docs/doc/Doing/PromptInput.html +4 -4
  68. data/docs/doc/Doing/PromptSTD.html +4 -4
  69. data/docs/doc/Doing/PromptYN.html +4 -4
  70. data/docs/doc/Doing/Section.html +4 -4
  71. data/docs/doc/Doing/StringHighlight.html +4 -4
  72. data/docs/doc/Doing/StringNormalize.html +4 -4
  73. data/docs/doc/Doing/StringQuery.html +4 -4
  74. data/docs/doc/Doing/StringTags.html +4 -4
  75. data/docs/doc/Doing/StringTransform.html +4 -4
  76. data/docs/doc/Doing/StringTruncate.html +4 -4
  77. data/docs/doc/Doing/StringURL.html +4 -4
  78. data/docs/doc/Doing/SymbolNormalize.html +4 -4
  79. data/docs/doc/Doing/TaskPaperExport.html +4 -4
  80. data/docs/doc/Doing/TemplateExport.html +4 -4
  81. data/docs/doc/Doing/TemplateString.html +4 -4
  82. data/docs/doc/Doing/TimingImport.html +4 -4
  83. data/docs/doc/Doing/Types.html +4 -4
  84. data/docs/doc/Doing/Util/Backup.html +4 -4
  85. data/docs/doc/Doing/Util.html +4 -4
  86. data/docs/doc/Doing/Version.html +4 -4
  87. data/docs/doc/Doing/WWID.html +4 -4
  88. data/docs/doc/Doing.html +5 -5
  89. data/docs/doc/FalseClass.html +4 -4
  90. data/docs/doc/GLI/Commands/Help.html +4 -4
  91. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +4 -4
  92. data/docs/doc/GLI/Commands.html +4 -4
  93. data/docs/doc/GLI.html +4 -4
  94. data/docs/doc/Hash.html +4 -4
  95. data/docs/doc/Numeric.html +4 -4
  96. data/docs/doc/Object.html +4 -4
  97. data/docs/doc/PhraseParser/Operator.html +4 -4
  98. data/docs/doc/PhraseParser/PhraseClause.html +4 -4
  99. data/docs/doc/PhraseParser/Query.html +4 -4
  100. data/docs/doc/PhraseParser/QueryParser.html +4 -4
  101. data/docs/doc/PhraseParser/QueryTransformer.html +4 -4
  102. data/docs/doc/PhraseParser/TermClause.html +4 -4
  103. data/docs/doc/PhraseParser.html +4 -4
  104. data/docs/doc/Status.html +4 -4
  105. data/docs/doc/String.html +4 -4
  106. data/docs/doc/Symbol.html +4 -4
  107. data/docs/doc/Time.html +4 -4
  108. data/docs/doc/TrueClass.html +4 -4
  109. data/docs/doc/_index.html +5 -5
  110. data/docs/doc/file.README.html +9 -5
  111. data/docs/doc/frames.html +1 -1
  112. data/docs/doc/index.html +9 -5
  113. data/docs/doc/top-level-namespace.html +4 -4
  114. data/doing.rdoc +1 -1
  115. data/lib/doing/items/filter.rb +2 -1
  116. data/lib/doing/version.rb +1 -1
  117. metadata +4 -3
  118. data/LICENSE +0 -23
data/docs/doc/Doing.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -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.64</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.68</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 Thu Jul 21 09:34:53 2022 by
142
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
143
- 0.9.27 (ruby-3.0.1).
141
+ Generated on Mon Aug 8 12:23:44 2022 by
142
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
143
+ 0.9.28 (ruby-3.0.1).
144
144
  </div>
145
145
 
146
146
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: FalseClass
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -235,9 +235,9 @@ has content</p>
235
235
  </div>
236
236
 
237
237
  <div id="footer">
238
- Generated on Thu Jul 21 09:34:54 2022 by
239
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
- 0.9.27 (ruby-3.0.1).
238
+ Generated on Mon Aug 8 12:23:45 2022 by
239
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
+ 0.9.28 (ruby-3.0.1).
241
241
  </div>
242
242
 
243
243
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: GLI::Commands::Help
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -175,9 +175,9 @@
175
175
  </div>
176
176
 
177
177
  <div id="footer">
178
- Generated on Thu Jul 21 09:34:54 2022 by
179
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
- 0.9.27 (ruby-3.0.1).
178
+ Generated on Mon Aug 8 12:23:45 2022 by
179
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
+ 0.9.28 (ruby-3.0.1).
181
181
  </div>
182
182
 
183
183
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: GLI::Commands::MarkdownDocumentListener
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -753,9 +753,9 @@
753
753
  </div>
754
754
 
755
755
  <div id="footer">
756
- Generated on Thu Jul 21 09:34:54 2022 by
757
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
758
- 0.9.27 (ruby-3.0.1).
756
+ Generated on Mon Aug 8 12:23:45 2022 by
757
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
758
+ 0.9.28 (ruby-3.0.1).
759
759
  </div>
760
760
 
761
761
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: GLI::Commands
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Thu Jul 21 09:34:54 2022 by
111
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.27 (ruby-3.0.1).
110
+ Generated on Mon Aug 8 12:23:44 2022 by
111
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
+ 0.9.28 (ruby-3.0.1).
113
113
  </div>
114
114
 
115
115
  </div>
data/docs/doc/GLI.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: GLI
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Thu Jul 21 09:34:54 2022 by
111
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.27 (ruby-3.0.1).
110
+ Generated on Mon Aug 8 12:23:44 2022 by
111
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
+ 0.9.28 (ruby-3.0.1).
113
113
  </div>
114
114
 
115
115
  </div>
data/docs/doc/Hash.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Hash
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -1000,9 +1000,9 @@ keys are symbols</p>
1000
1000
  </div>
1001
1001
 
1002
1002
  <div id="footer">
1003
- Generated on Thu Jul 21 09:34:54 2022 by
1004
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1005
- 0.9.27 (ruby-3.0.1).
1003
+ Generated on Mon Aug 8 12:23:45 2022 by
1004
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1005
+ 0.9.28 (ruby-3.0.1).
1006
1006
  </div>
1007
1007
 
1008
1008
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Numeric
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -214,9 +214,9 @@
214
214
  </div>
215
215
 
216
216
  <div id="footer">
217
- Generated on Thu Jul 21 09:34:54 2022 by
218
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
219
- 0.9.27 (ruby-3.0.1).
217
+ Generated on Mon Aug 8 12:23:45 2022 by
218
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
219
+ 0.9.28 (ruby-3.0.1).
220
220
  </div>
221
221
 
222
222
  </div>
data/docs/doc/Object.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Object
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -193,9 +193,9 @@ has content</p>
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Thu Jul 21 09:34:54 2022 by
197
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
- 0.9.27 (ruby-3.0.1).
196
+ Generated on Mon Aug 8 12:23:45 2022 by
197
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
+ 0.9.28 (ruby-3.0.1).
199
199
  </div>
200
200
 
201
201
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::Operator
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -162,9 +162,9 @@
162
162
  </div>
163
163
 
164
164
  <div id="footer">
165
- Generated on Thu Jul 21 09:34:54 2022 by
166
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
- 0.9.27 (ruby-3.0.1).
165
+ Generated on Mon Aug 8 12:23:45 2022 by
166
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
+ 0.9.28 (ruby-3.0.1).
168
168
  </div>
169
169
 
170
170
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::PhraseClause
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -293,9 +293,9 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Thu Jul 21 09:34:54 2022 by
297
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
- 0.9.27 (ruby-3.0.1).
296
+ Generated on Mon Aug 8 12:23:45 2022 by
297
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
+ 0.9.28 (ruby-3.0.1).
299
299
  </div>
300
300
 
301
301
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::Query
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -485,9 +485,9 @@
485
485
  </div>
486
486
 
487
487
  <div id="footer">
488
- Generated on Thu Jul 21 09:34:54 2022 by
489
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
- 0.9.27 (ruby-3.0.1).
488
+ Generated on Mon Aug 8 12:23:45 2022 by
489
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
+ 0.9.28 (ruby-3.0.1).
491
491
  </div>
492
492
 
493
493
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::QueryParser
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -126,9 +126,9 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Thu Jul 21 09:34:54 2022 by
130
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
- 0.9.27 (ruby-3.0.1).
129
+ Generated on Mon Aug 8 12:23:45 2022 by
130
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
+ 0.9.28 (ruby-3.0.1).
132
132
  </div>
133
133
 
134
134
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::QueryTransformer
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -114,9 +114,9 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Jul 21 09:34:54 2022 by
118
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.27 (ruby-3.0.1).
117
+ Generated on Mon Aug 8 12:23:45 2022 by
118
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
+ 0.9.28 (ruby-3.0.1).
120
120
  </div>
121
121
 
122
122
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::TermClause
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -283,9 +283,9 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Thu Jul 21 09:34:54 2022 by
287
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
- 0.9.27 (ruby-3.0.1).
286
+ Generated on Mon Aug 8 12:23:45 2022 by
287
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
+ 0.9.28 (ruby-3.0.1).
289
289
  </div>
290
290
 
291
291
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: PhraseParser
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -105,9 +105,9 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Thu Jul 21 09:34:54 2022 by
109
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
- 0.9.27 (ruby-3.0.1).
108
+ Generated on Mon Aug 8 12:23:44 2022 by
109
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
+ 0.9.28 (ruby-3.0.1).
111
111
  </div>
112
112
 
113
113
  </div>
data/docs/doc/Status.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Status
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -316,9 +316,9 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Thu Jul 21 09:34:53 2022 by
320
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
- 0.9.27 (ruby-3.0.1).
319
+ Generated on Mon Aug 8 12:23:44 2022 by
320
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
+ 0.9.28 (ruby-3.0.1).
322
322
  </div>
323
323
 
324
324
  </div>
data/docs/doc/String.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: String
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -679,9 +679,9 @@ be recognized, e.g. %greensomething still finds
679
679
  </div>
680
680
 
681
681
  <div id="footer">
682
- Generated on Thu Jul 21 09:34:54 2022 by
683
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
684
- 0.9.27 (ruby-3.0.1).
682
+ Generated on Mon Aug 8 12:23:45 2022 by
683
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
684
+ 0.9.28 (ruby-3.0.1).
685
685
  </div>
686
686
 
687
687
  </div>
data/docs/doc/Symbol.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Symbol
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -127,9 +127,9 @@
127
127
  </div>
128
128
 
129
129
  <div id="footer">
130
- Generated on Thu Jul 21 09:34:54 2022 by
131
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
- 0.9.27 (ruby-3.0.1).
130
+ Generated on Mon Aug 8 12:23:45 2022 by
131
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
+ 0.9.28 (ruby-3.0.1).
133
133
  </div>
134
134
 
135
135
  </div>
data/docs/doc/Time.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Time
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -411,9 +411,9 @@ entries get month/day/year/time</p>
411
411
  </div>
412
412
 
413
413
  <div id="footer">
414
- Generated on Thu Jul 21 09:34:54 2022 by
415
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
416
- 0.9.27 (ruby-3.0.1).
414
+ Generated on Mon Aug 8 12:23:45 2022 by
415
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
416
+ 0.9.28 (ruby-3.0.1).
417
417
  </div>
418
418
 
419
419
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TrueClass
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -235,9 +235,9 @@ has content</p>
235
235
  </div>
236
236
 
237
237
  <div id="footer">
238
- Generated on Thu Jul 21 09:34:54 2022 by
239
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
- 0.9.27 (ruby-3.0.1).
238
+ Generated on Mon Aug 8 12:23:45 2022 by
239
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
+ 0.9.28 (ruby-3.0.1).
241
241
  </div>
242
242
 
243
243
  </div>
data/docs/doc/_index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.27
7
+ Documentation by YARD 0.9.28
8
8
 
9
9
  </title>
10
10
 
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.27</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.28</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -954,9 +954,9 @@
954
954
  </div>
955
955
 
956
956
  <div id="footer">
957
- Generated on Thu Jul 21 09:34:53 2022 by
958
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
959
- 0.9.27 (ruby-3.0.1).
957
+ Generated on Mon Aug 8 12:23:44 2022 by
958
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
959
+ 0.9.28 (ruby-3.0.1).
960
960
  </div>
961
961
 
962
962
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -59,6 +59,10 @@
59
59
 
60
60
  <div id="content"><div id='filecontents'><h1 id="doing">doing</h1>
61
61
 
62
+ <p><a href="https://rubygems.org/gems/howzit"><img src="https://img.shields.io/gem/v/doing.svg" alt="Gem"></a>
63
+ <a href="https://travis-ci.org/makenew/ruby-gem"><img src="https://api.travis-ci.com/ttscoff/doing.svg?branch=develop" alt="Travis"></a>
64
+ <a href="./LICENSE.txt"><img src="https://img.shields.io/github/license/ttscoff/doing.svg" alt="GitHub license"></a></p>
65
+
62
66
  <p><strong>A command line tool for remembering what you were doing and tracking what
63
67
  you&#39;ve done.</strong></p>
64
68
 
@@ -67,7 +71,7 @@ you&#39;ve done.</strong></p>
67
71
 
68
72
  <!--README-->
69
73
 
70
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.63&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.64&lt;!--END VER--&gt;.</p>
71
75
 
72
76
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
73
77
 
@@ -149,9 +153,9 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
149
153
  </div></div>
150
154
 
151
155
  <div id="footer">
152
- Generated on Thu Jul 21 09:34:53 2022 by
153
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
- 0.9.27 (ruby-3.0.1).
156
+ Generated on Mon Aug 8 12:23:44 2022 by
157
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
+ 0.9.28 (ruby-3.0.1).
155
159
  </div>
156
160
 
157
161
  </div>
data/docs/doc/frames.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>Documentation by YARD 0.9.27</title>
5
+ <title>Documentation by YARD 0.9.28</title>
6
6
  </head>
7
7
  <script type="text/javascript">
8
8
  var match = unescape(window.location.hash).match(/^#!(.+)/);
data/docs/doc/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -59,6 +59,10 @@
59
59
 
60
60
  <div id="content"><div id='filecontents'><h1 id="doing">doing</h1>
61
61
 
62
+ <p><a href="https://rubygems.org/gems/howzit"><img src="https://img.shields.io/gem/v/doing.svg" alt="Gem"></a>
63
+ <a href="https://travis-ci.org/makenew/ruby-gem"><img src="https://api.travis-ci.com/ttscoff/doing.svg?branch=develop" alt="Travis"></a>
64
+ <a href="./LICENSE.txt"><img src="https://img.shields.io/github/license/ttscoff/doing.svg" alt="GitHub license"></a></p>
65
+
62
66
  <p><strong>A command line tool for remembering what you were doing and tracking what
63
67
  you&#39;ve done.</strong></p>
64
68
 
@@ -67,7 +71,7 @@ you&#39;ve done.</strong></p>
67
71
 
68
72
  <!--README-->
69
73
 
70
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.63&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.64&lt;!--END VER--&gt;.</p>
71
75
 
72
76
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
73
77
 
@@ -149,9 +153,9 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
149
153
  </div></div>
150
154
 
151
155
  <div id="footer">
152
- Generated on Thu Jul 21 09:34:53 2022 by
153
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
- 0.9.27 (ruby-3.0.1).
156
+ Generated on Mon Aug 8 12:23:44 2022 by
157
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
+ 0.9.28 (ruby-3.0.1).
155
159
  </div>
156
160
 
157
161
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Top Level Namespace
8
8
 
9
- &mdash; Documentation by YARD 0.9.27
9
+ &mdash; Documentation by YARD 0.9.28
10
10
 
11
11
  </title>
12
12
 
@@ -216,9 +216,9 @@
216
216
  </div>
217
217
 
218
218
  <div id="footer">
219
- Generated on Thu Jul 21 09:34:53 2022 by
220
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
221
- 0.9.27 (ruby-3.0.1).
219
+ Generated on Mon Aug 8 12:23:44 2022 by
220
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
221
+ 0.9.28 (ruby-3.0.1).
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.64
8
+ v2.1.68
9
9
 
10
10
  === Global Options
11
11
  === --config_file arg
@@ -10,7 +10,8 @@ module Doing
10
10
  # @return [Items] Array of items
11
11
  #
12
12
  def in_section(section)
13
- if section =~ /^all$/i
13
+ sect = section.is_a?(Section) ? section.title : section
14
+ if sect =~ /^all$/i
14
15
  dup
15
16
  else
16
17
  items = Items.new.concat(select { |item| !item.nil? && item.section == section })