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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2ba684af2cb04d82680b1551b166a66c9240965a08315e1bed0f179aa7f5193
4
- data.tar.gz: a6dccb80ff60cb197c5be09aefba1c6816cba1bc9725c672d5f876640998ec49
3
+ metadata.gz: f5d3f2157d328785eebfa3fddb445252c451a047dd92c286b18ab967b44aa7d8
4
+ data.tar.gz: d4b7f0f73fb303106683d7dcd5140b692631a76b2b729612f90c91fd7d6d328e
5
5
  SHA512:
6
- metadata.gz: 1d342680a0a8b006152781c9788b8b9aa13b1067834d33d5384af3db96676173adf230bc7faad08201efc56ae7711b334a7ee7fa7384790c4505d92af955e95a
7
- data.tar.gz: aadafe016f745aec459bf077a126d3efdd399a30f4e7f09dcb94f6d720b25b73bf8f6a85dfa3004f96994f5c94dd8056b5ede81548ab514a9f65c33cf24e9ca1
6
+ metadata.gz: e8ba9be13b48982ad607a6aa3f04fc88e36283c4e868ef8833dbadaa17acee817a951b5af5932d57790ade6e2f483287006d4f650ac441b5b8274b65e4e367a3
7
+ data.tar.gz: 383f50193c6b01886d116e5ef11b1c71dbf3641aaf460e23a2cf045b12a9f03d13cdd1a0016ad12a1a4b88240ec741372d834f01c2ed055f90ddc4d9cb1f8123
data/.travis.yml ADDED
@@ -0,0 +1,13 @@
1
+ ---
2
+ language: ruby
3
+ sudo: required
4
+ dist: trusty
5
+ cache: bundler
6
+ rvm:
7
+ - ruby-2.6.4
8
+ - ruby-2.7.0
9
+ - ruby-3.0.1
10
+ install:
11
+ - gem install bundler --version '2.2.29'
12
+ - bundle install
13
+ script: "bundle exec rake parallel:test"
data/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ### 2.1.68
2
+
3
+ 2022-08-08 12:19
4
+
5
+ #### FIXED
6
+
7
+ - Comparison of Doing::Section to string
8
+
9
+ ### 2.1.66
10
+
11
+ 2022-08-08 12:05
12
+
13
+ #### FIXED
14
+
15
+ - Deprecation warning
16
+
17
+ ### 2.1.65
18
+
19
+ 2022-08-08 11:58
20
+
1
21
  ### 2.1.64
2
22
 
3
23
  2022-07-21 09:31
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doing (2.1.64)
4
+ doing (2.1.68)
5
5
  chronic (~> 0.10, >= 0.10.2)
6
6
  deep_merge (~> 1.2, >= 1.2.1)
7
7
  gli (~> 2.20, >= 2.20.1)
@@ -40,7 +40,7 @@ GEM
40
40
  rdoc (6.3.3)
41
41
  redcarpet (3.5.1)
42
42
  rexml (3.2.5)
43
- rouge (3.29.0)
43
+ rouge (3.30.0)
44
44
  safe_yaml (1.0.5)
45
45
  strings (0.2.1)
46
46
  strings-ansi (~> 0.2)
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Brett Terpstra
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # doing
2
2
 
3
+ [![Gem](https://img.shields.io/gem/v/doing.svg)](https://rubygems.org/gems/howzit)
4
+ [![Travis](https://api.travis-ci.com/ttscoff/doing.svg?branch=develop)](https://travis-ci.org/makenew/ruby-gem)
5
+ [![GitHub license](https://img.shields.io/github/license/ttscoff/doing.svg)](./LICENSE.txt)
6
+
3
7
  **A command line tool for remembering what you were doing and tracking what
4
8
  you've done.**
5
9
 
@@ -8,7 +12,7 @@ _If you're one of the rare people like me who find this useful, feel free to
8
12
 
9
13
  <!--README-->
10
14
 
11
- The current version of `doing` is <!--VER-->2.1.63<!--END VER-->.
15
+ The current version of `doing` is <!--VER-->2.1.64<!--END VER-->.
12
16
 
13
17
  Find all of the documentation in the [doing wiki][wiki].
14
18
 
data/docs/doc/Array.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Array
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
 
@@ -288,9 +288,9 @@ has content</p>
288
288
  </div>
289
289
 
290
290
  <div id="footer">
291
- Generated on Thu Jul 21 09:34:54 2022 by
292
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
293
- 0.9.27 (ruby-3.0.1).
291
+ Generated on Mon Aug 8 12:23:45 2022 by
292
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
293
+ 0.9.28 (ruby-3.0.1).
294
294
  </div>
295
295
 
296
296
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: BooleanTermParser::Clause
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
  Class: BooleanTermParser::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: BooleanTermParser::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
 
@@ -407,9 +407,9 @@
407
407
  </div>
408
408
 
409
409
  <div id="footer">
410
- Generated on Thu Jul 21 09:34:54 2022 by
411
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
412
- 0.9.27 (ruby-3.0.1).
410
+ Generated on Mon Aug 8 12:23:45 2022 by
411
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
412
+ 0.9.28 (ruby-3.0.1).
413
413
  </div>
414
414
 
415
415
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: BooleanTermParser::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
 
@@ -125,9 +125,9 @@ parser. In order to do that, a new &quot;clause&quot; node is added to the parse
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Thu Jul 21 09:34:54 2022 by
129
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.9.27 (ruby-3.0.1).
128
+ Generated on Mon Aug 8 12:23:45 2022 by
129
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
+ 0.9.28 (ruby-3.0.1).
131
131
  </div>
132
132
 
133
133
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: BooleanTermParser::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
  Module: BooleanTermParser
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>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::ArrayCleanup
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
 
@@ -306,9 +306,9 @@ removes empty elements</p>
306
306
  </div>
307
307
 
308
308
  <div id="footer">
309
- Generated on Thu Jul 21 09:34:54 2022 by
310
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
311
- 0.9.27 (ruby-3.0.1).
309
+ Generated on Mon Aug 8 12:23:44 2022 by
310
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
311
+ 0.9.28 (ruby-3.0.1).
312
312
  </div>
313
313
 
314
314
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::ArrayNestedHash
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
 
@@ -188,9 +188,9 @@
188
188
  </div>
189
189
 
190
190
  <div id="footer">
191
- Generated on Thu Jul 21 09:34:54 2022 by
192
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
193
- 0.9.27 (ruby-3.0.1).
191
+ Generated on Mon Aug 8 12:23:44 2022 by
192
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
193
+ 0.9.28 (ruby-3.0.1).
194
194
  </div>
195
195
 
196
196
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::ArrayTags
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
 
@@ -414,9 +414,9 @@ with</p>
414
414
  </div>
415
415
 
416
416
  <div id="footer">
417
- Generated on Thu Jul 21 09:34:53 2022 by
418
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
419
- 0.9.27 (ruby-3.0.1).
417
+ Generated on Mon Aug 8 12:23:44 2022 by
418
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
419
+ 0.9.28 (ruby-3.0.1).
420
420
  </div>
421
421
 
422
422
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Doing::CSVExport
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
 
@@ -256,9 +256,9 @@
256
256
  </div>
257
257
 
258
258
  <div id="footer">
259
- Generated on Thu Jul 21 09:34:54 2022 by
260
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
261
- 0.9.27 (ruby-3.0.1).
259
+ Generated on Mon Aug 8 12:23:45 2022 by
260
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
261
+ 0.9.28 (ruby-3.0.1).
262
262
  </div>
263
263
 
264
264
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Doing::CalendarImport
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
 
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Thu Jul 21 09:34:54 2022 by
226
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.27 (ruby-3.0.1).
225
+ Generated on Mon Aug 8 12:23:45 2022 by
226
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
+ 0.9.28 (ruby-3.0.1).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Doing::Change
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
 
@@ -678,9 +678,9 @@
678
678
  </div>
679
679
 
680
680
  <div id="footer">
681
- Generated on Thu Jul 21 09:34:54 2022 by
682
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
683
- 0.9.27 (ruby-3.0.1).
681
+ Generated on Mon Aug 8 12:23:45 2022 by
682
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
683
+ 0.9.28 (ruby-3.0.1).
684
684
  </div>
685
685
 
686
686
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Doing::Changes
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
 
@@ -458,9 +458,9 @@
458
458
  </div>
459
459
 
460
460
  <div id="footer">
461
- Generated on Thu Jul 21 09:34:54 2022 by
462
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
463
- 0.9.27 (ruby-3.0.1).
461
+ Generated on Mon Aug 8 12:23:45 2022 by
462
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
463
+ 0.9.28 (ruby-3.0.1).
464
464
  </div>
465
465
 
466
466
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::ChronifyArray
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
 
@@ -337,9 +337,9 @@
337
337
  </div>
338
338
 
339
339
  <div id="footer">
340
- Generated on Thu Jul 21 09:34:54 2022 by
341
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
342
- 0.9.27 (ruby-3.0.1).
340
+ Generated on Mon Aug 8 12:23:44 2022 by
341
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
342
+ 0.9.28 (ruby-3.0.1).
343
343
  </div>
344
344
 
345
345
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::ChronifyNumeric
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
 
@@ -261,9 +261,9 @@ hours into days</p>
261
261
  </div>
262
262
 
263
263
  <div id="footer">
264
- Generated on Thu Jul 21 09:34:54 2022 by
265
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
266
- 0.9.27 (ruby-3.0.1).
264
+ Generated on Mon Aug 8 12:23:44 2022 by
265
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
266
+ 0.9.28 (ruby-3.0.1).
267
267
  </div>
268
268
 
269
269
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::ChronifyString
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
 
@@ -672,9 +672,9 @@ array</p>
672
672
  </div>
673
673
 
674
674
  <div id="footer">
675
- Generated on Thu Jul 21 09:34:54 2022 by
676
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
677
- 0.9.27 (ruby-3.0.1).
675
+ Generated on Mon Aug 8 12:23:44 2022 by
676
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
677
+ 0.9.28 (ruby-3.0.1).
678
678
  </div>
679
679
 
680
680
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::Color
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
 
@@ -703,9 +703,9 @@ ANSI-sequences are stripped from the string.</p>
703
703
  </div>
704
704
 
705
705
  <div id="footer">
706
- Generated on Thu Jul 21 09:34:53 2022 by
707
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
708
- 0.9.27 (ruby-3.0.1).
706
+ Generated on Mon Aug 8 12:23:44 2022 by
707
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
708
+ 0.9.28 (ruby-3.0.1).
709
709
  </div>
710
710
 
711
711
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Doing::Completion::BashCompletions
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
 
@@ -435,9 +435,9 @@
435
435
  </div>
436
436
 
437
437
  <div id="footer">
438
- Generated on Thu Jul 21 09:34:54 2022 by
439
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
- 0.9.27 (ruby-3.0.1).
438
+ Generated on Mon Aug 8 12:23:45 2022 by
439
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
+ 0.9.28 (ruby-3.0.1).
441
441
  </div>
442
442
 
443
443
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Doing::Completion::FigCompletions
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
 
@@ -435,9 +435,9 @@
435
435
  </div>
436
436
 
437
437
  <div id="footer">
438
- Generated on Thu Jul 21 09:34:54 2022 by
439
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
- 0.9.27 (ruby-3.0.1).
438
+ Generated on Mon Aug 8 12:23:45 2022 by
439
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
+ 0.9.28 (ruby-3.0.1).
441
441
  </div>
442
442
 
443
443
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Doing::Completion::FishCompletions
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
 
@@ -435,9 +435,9 @@
435
435
  </div>
436
436
 
437
437
  <div id="footer">
438
- Generated on Thu Jul 21 09:34:54 2022 by
439
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
- 0.9.27 (ruby-3.0.1).
438
+ Generated on Mon Aug 8 12:23:45 2022 by
439
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
+ 0.9.28 (ruby-3.0.1).
441
441
  </div>
442
442
 
443
443
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::Completion::StringUtils
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
 
@@ -277,9 +277,9 @@
277
277
  </div>
278
278
 
279
279
  <div id="footer">
280
- Generated on Thu Jul 21 09:34:54 2022 by
281
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
282
- 0.9.27 (ruby-3.0.1).
280
+ Generated on Mon Aug 8 12:23:45 2022 by
281
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
282
+ 0.9.28 (ruby-3.0.1).
283
283
  </div>
284
284
 
285
285
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Doing::Completion::ZshCompletions
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
 
@@ -435,9 +435,9 @@
435
435
  </div>
436
436
 
437
437
  <div id="footer">
438
- Generated on Thu Jul 21 09:34:54 2022 by
439
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
- 0.9.27 (ruby-3.0.1).
438
+ Generated on Mon Aug 8 12:23:45 2022 by
439
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
+ 0.9.28 (ruby-3.0.1).
441
441
  </div>
442
442
 
443
443
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Doing::Completion
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
 
@@ -540,9 +540,9 @@ stdout</p>
540
540
  </div>
541
541
 
542
542
  <div id="footer">
543
- Generated on Thu Jul 21 09:34:53 2022 by
544
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
545
- 0.9.27 (ruby-3.0.1).
543
+ Generated on Mon Aug 8 12:23:44 2022 by
544
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
545
+ 0.9.28 (ruby-3.0.1).
546
546
  </div>
547
547
 
548
548
  </div>