doing 2.1.16 → 2.1.21

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 (89) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +13 -12
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +136 -53
  6. data/Gemfile.lock +11 -11
  7. data/README.md +1 -1
  8. data/Rakefile +10 -4
  9. data/bin/doing +146 -169
  10. data/docs/doc/Array.html +3 -3
  11. data/docs/doc/BooleanTermParser/Clause.html +3 -3
  12. data/docs/doc/BooleanTermParser/Operator.html +3 -3
  13. data/docs/doc/BooleanTermParser/Query.html +3 -3
  14. data/docs/doc/BooleanTermParser/QueryParser.html +3 -3
  15. data/docs/doc/BooleanTermParser/QueryTransformer.html +3 -3
  16. data/docs/doc/BooleanTermParser.html +3 -3
  17. data/docs/doc/Doing/Color.html +8 -4
  18. data/docs/doc/Doing/Completion.html +3 -3
  19. data/docs/doc/Doing/Configuration.html +7 -5
  20. data/docs/doc/Doing/Errors/DoingNoTraceError.html +3 -3
  21. data/docs/doc/Doing/Errors/DoingRuntimeError.html +3 -3
  22. data/docs/doc/Doing/Errors/DoingStandardError.html +3 -3
  23. data/docs/doc/Doing/Errors/EmptyInput.html +3 -3
  24. data/docs/doc/Doing/Errors/NoResults.html +3 -3
  25. data/docs/doc/Doing/Errors/PluginException.html +3 -3
  26. data/docs/doc/Doing/Errors/UserCancelled.html +3 -3
  27. data/docs/doc/Doing/Errors/WrongCommand.html +3 -3
  28. data/docs/doc/Doing/Errors.html +3 -3
  29. data/docs/doc/Doing/Hooks.html +3 -3
  30. data/docs/doc/Doing/Item.html +121 -3
  31. data/docs/doc/Doing/Items.html +3 -3
  32. data/docs/doc/Doing/LogAdapter.html +3 -3
  33. data/docs/doc/Doing/Note.html +3 -3
  34. data/docs/doc/Doing/Pager.html +3 -3
  35. data/docs/doc/Doing/Plugins.html +3 -3
  36. data/docs/doc/Doing/Prompt.html +3 -3
  37. data/docs/doc/Doing/Section.html +3 -3
  38. data/docs/doc/Doing/TemplateString.html +4 -4
  39. data/docs/doc/Doing/Util/Backup.html +3 -3
  40. data/docs/doc/Doing/Util.html +3 -3
  41. data/docs/doc/Doing/WWID.html +66 -8
  42. data/docs/doc/Doing.html +4 -4
  43. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +3 -3
  44. data/docs/doc/GLI/Commands.html +3 -3
  45. data/docs/doc/GLI.html +3 -3
  46. data/docs/doc/Hash.html +3 -3
  47. data/docs/doc/Numeric.html +3 -3
  48. data/docs/doc/PhraseParser/Operator.html +3 -3
  49. data/docs/doc/PhraseParser/PhraseClause.html +3 -3
  50. data/docs/doc/PhraseParser/Query.html +3 -3
  51. data/docs/doc/PhraseParser/QueryParser.html +3 -3
  52. data/docs/doc/PhraseParser/QueryTransformer.html +3 -3
  53. data/docs/doc/PhraseParser/TermClause.html +3 -3
  54. data/docs/doc/PhraseParser.html +3 -3
  55. data/docs/doc/Status.html +3 -3
  56. data/docs/doc/String.html +230 -17
  57. data/docs/doc/Symbol.html +3 -3
  58. data/docs/doc/Time.html +3 -3
  59. data/docs/doc/_index.html +4 -4
  60. data/docs/doc/file.README.html +4 -4
  61. data/docs/doc/frames.html +1 -1
  62. data/docs/doc/index.html +4 -4
  63. data/docs/doc/method_list.html +311 -239
  64. data/docs/doc/top-level-namespace.html +94 -3
  65. data/doing.gemspec +1 -1
  66. data/doing.rdoc +35 -6
  67. data/lib/completion/_doing.zsh +10 -10
  68. data/lib/completion/doing.bash +16 -16
  69. data/lib/completion/doing.fish +97 -15
  70. data/lib/doing/colors.rb +4 -0
  71. data/lib/doing/completion/fish_completion.rb +80 -11
  72. data/lib/doing/configuration.rb +3 -1
  73. data/lib/doing/hash.rb +1 -1
  74. data/lib/doing/item.rb +51 -0
  75. data/lib/doing/items.rb +3 -1
  76. data/lib/doing/log_adapter.rb +2 -2
  77. data/lib/doing/pager.rb +1 -1
  78. data/lib/doing/plugins/export/dayone_export.rb +1 -1
  79. data/lib/doing/plugins/export/markdown_export.rb +1 -1
  80. data/lib/doing/plugins/export/template_export.rb +2 -0
  81. data/lib/doing/prompt.rb +16 -5
  82. data/lib/doing/string.rb +54 -0
  83. data/lib/doing/string_chronify.rb +55 -17
  84. data/lib/doing/types.rb +19 -0
  85. data/lib/doing/version.rb +1 -1
  86. data/lib/doing/wwid.rb +80 -52
  87. data/lib/examples/commands/later.rb +32 -0
  88. data/lib/helpers/threaded_tests.rb +250 -0
  89. metadata +9 -6
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: GLI::Commands
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -105,9 +105,9 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Tue Jan 18 02:48:57 2022 by
108
+ Generated on Thu Jan 20 12:10:33 2022 by
109
109
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
- 0.9.26 (ruby-3.0.1).
110
+ 0.9.27 (ruby-3.0.1).
111
111
  </div>
112
112
 
113
113
  </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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -105,9 +105,9 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Tue Jan 18 02:48:57 2022 by
108
+ Generated on Thu Jan 20 12:10:33 2022 by
109
109
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
- 0.9.26 (ruby-3.0.1).
110
+ 0.9.27 (ruby-3.0.1).
111
111
  </div>
112
112
 
113
113
  </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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -418,9 +418,9 @@
418
418
  </div>
419
419
 
420
420
  <div id="footer">
421
- Generated on Tue Jan 18 02:48:57 2022 by
421
+ Generated on Thu Jan 20 12:10:33 2022 by
422
422
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
423
- 0.9.26 (ruby-3.0.1).
423
+ 0.9.27 (ruby-3.0.1).
424
424
  </div>
425
425
 
426
426
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Numeric
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -269,9 +269,9 @@
269
269
  </div>
270
270
 
271
271
  <div id="footer">
272
- Generated on Tue Jan 18 02:48:58 2022 by
272
+ Generated on Thu Jan 20 12:10:33 2022 by
273
273
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
274
- 0.9.26 (ruby-3.0.1).
274
+ 0.9.27 (ruby-3.0.1).
275
275
  </div>
276
276
 
277
277
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::Operator
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -162,9 +162,9 @@
162
162
  </div>
163
163
 
164
164
  <div id="footer">
165
- Generated on Tue Jan 18 02:48:58 2022 by
165
+ Generated on Thu Jan 20 12:10:33 2022 by
166
166
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
- 0.9.26 (ruby-3.0.1).
167
+ 0.9.27 (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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -293,9 +293,9 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Tue Jan 18 02:48:58 2022 by
296
+ Generated on Thu Jan 20 12:10:33 2022 by
297
297
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
- 0.9.26 (ruby-3.0.1).
298
+ 0.9.27 (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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -485,9 +485,9 @@
485
485
  </div>
486
486
 
487
487
  <div id="footer">
488
- Generated on Tue Jan 18 02:48:58 2022 by
488
+ Generated on Thu Jan 20 12:10:33 2022 by
489
489
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
- 0.9.26 (ruby-3.0.1).
490
+ 0.9.27 (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.26
9
+ &mdash; Documentation by YARD 0.9.27
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 Tue Jan 18 02:48:58 2022 by
129
+ Generated on Thu Jan 20 12:10:33 2022 by
130
130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
- 0.9.26 (ruby-3.0.1).
131
+ 0.9.27 (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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -114,9 +114,9 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jan 18 02:48:58 2022 by
117
+ Generated on Thu Jan 20 12:10:33 2022 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.26 (ruby-3.0.1).
119
+ 0.9.27 (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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -283,9 +283,9 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Tue Jan 18 02:48:58 2022 by
286
+ Generated on Thu Jan 20 12:10:33 2022 by
287
287
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
- 0.9.26 (ruby-3.0.1).
288
+ 0.9.27 (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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -105,9 +105,9 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Tue Jan 18 02:48:57 2022 by
108
+ Generated on Thu Jan 20 12:10:33 2022 by
109
109
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
- 0.9.26 (ruby-3.0.1).
110
+ 0.9.27 (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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -316,9 +316,9 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Tue Jan 18 02:48:57 2022 by
319
+ Generated on Thu Jan 20 12:10:33 2022 by
320
320
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
- 0.9.26 (ruby-3.0.1).
321
+ 0.9.27 (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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -411,6 +411,50 @@
411
411
  <span class="summary_desc"><div class='inline'><p>Convert (chronify) natural language dates within configured date tags (tags whose value is expected to be a date).</p>
412
412
  </div></span>
413
413
 
414
+ </li>
415
+
416
+
417
+ <li class="public ">
418
+ <span class="summary_signature">
419
+
420
+ <a href="#highlight_search-instance_method" title="#highlight_search (instance method)">#<strong>highlight_search</strong>(search, distance: nil, negate: false, case_type: nil) &#x21d2; Object </a>
421
+
422
+
423
+
424
+ </span>
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+ <span class="summary_desc"><div class='inline'></div></span>
435
+
436
+ </li>
437
+
438
+
439
+ <li class="public ">
440
+ <span class="summary_signature">
441
+
442
+ <a href="#highlight_search!-instance_method" title="#highlight_search! (instance method)">#<strong>highlight_search!</strong>(search, distance: nil, negate: false, case_type: nil) &#x21d2; Object </a>
443
+
444
+
445
+
446
+ </span>
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+ <span class="summary_desc"><div class='inline'></div></span>
457
+
414
458
  </li>
415
459
 
416
460
 
@@ -479,6 +523,50 @@
479
523
  <span class="summary_desc"><div class='inline'><p>Test if line should be ignored.</p>
480
524
  </div></span>
481
525
 
526
+ </li>
527
+
528
+
529
+ <li class="public ">
530
+ <span class="summary_signature">
531
+
532
+ <a href="#ignore_case-instance_method" title="#ignore_case (instance method)">#<strong>ignore_case</strong>(search, case_type) &#x21d2; Object </a>
533
+
534
+
535
+
536
+ </span>
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+ <span class="summary_desc"><div class='inline'></div></span>
547
+
548
+ </li>
549
+
550
+
551
+ <li class="public ">
552
+ <span class="summary_signature">
553
+
554
+ <a href="#is_range%3F-instance_method" title="#is_range? (instance method)">#<strong>is_range?</strong> &#x21d2; Boolean </a>
555
+
556
+
557
+
558
+ </span>
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+ <span class="summary_desc"><div class='inline'></div></span>
569
+
482
570
  </li>
483
571
 
484
572
 
@@ -1023,6 +1111,28 @@
1023
1111
  <span class="summary_desc"><div class='inline'><p>Convert DD:HH:MM to a natural language string.</p>
1024
1112
  </div></span>
1025
1113
 
1114
+ </li>
1115
+
1116
+
1117
+ <li class="public ">
1118
+ <span class="summary_signature">
1119
+
1120
+ <a href="#to_bool-instance_method" title="#to_bool (instance method)">#<strong>to_bool</strong> &#x21d2; Object </a>
1121
+
1122
+
1123
+
1124
+ </span>
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+ <span class="summary_desc"><div class='inline'></div></span>
1135
+
1026
1136
  </li>
1027
1137
 
1028
1138
 
@@ -1046,6 +1156,28 @@
1046
1156
  <span class="summary_desc"><div class='inline'><p>Pluralize a string based on quantity.</p>
1047
1157
  </div></span>
1048
1158
 
1159
+ </li>
1160
+
1161
+
1162
+ <li class="public ">
1163
+ <span class="summary_signature">
1164
+
1165
+ <a href="#to_phrase_query-instance_method" title="#to_phrase_query (instance method)">#<strong>to_phrase_query</strong>(query) &#x21d2; Object </a>
1166
+
1167
+
1168
+
1169
+ </span>
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ <span class="summary_desc"><div class='inline'></div></span>
1180
+
1049
1181
  </li>
1050
1182
 
1051
1183
 
@@ -1649,7 +1781,7 @@ arbitrary time range</p>
1649
1781
  <li>
1650
1782
 
1651
1783
 
1652
- <span class='type'>(<tt>InvalidTimeExpression</tt>)</span>
1784
+ <span class='type'>(<tt>Errors::InvalidTimeExpression</tt>)</span>
1653
1785
 
1654
1786
 
1655
1787
 
@@ -1870,6 +2002,30 @@ consider date_tags</p>
1870
2002
 
1871
2003
 
1872
2004
  </div>
2005
+ </div>
2006
+
2007
+ <div class="method_details ">
2008
+ <h3 class="signature " id="highlight_search-instance_method">
2009
+
2010
+ #<strong>highlight_search</strong>(search, distance: nil, negate: false, case_type: nil) &#x21d2; <tt>Object</tt>
2011
+
2012
+
2013
+
2014
+
2015
+
2016
+ </h3>
2017
+ </div>
2018
+
2019
+ <div class="method_details ">
2020
+ <h3 class="signature " id="highlight_search!-instance_method">
2021
+
2022
+ #<strong>highlight_search!</strong>(search, distance: nil, negate: false, case_type: nil) &#x21d2; <tt>Object</tt>
2023
+
2024
+
2025
+
2026
+
2027
+
2028
+ </h3>
1873
2029
  </div>
1874
2030
 
1875
2031
  <div class="method_details ">
@@ -2010,6 +2166,52 @@ consider date_tags</p>
2010
2166
 
2011
2167
  </ul>
2012
2168
 
2169
+ </div>
2170
+ </div>
2171
+
2172
+ <div class="method_details ">
2173
+ <h3 class="signature " id="ignore_case-instance_method">
2174
+
2175
+ #<strong>ignore_case</strong>(search, case_type) &#x21d2; <tt>Object</tt>
2176
+
2177
+
2178
+
2179
+
2180
+
2181
+ </h3>
2182
+ </div>
2183
+
2184
+ <div class="method_details ">
2185
+ <h3 class="signature " id="is_range?-instance_method">
2186
+
2187
+ #<strong>is_range?</strong> &#x21d2; <tt>Boolean</tt>
2188
+
2189
+
2190
+
2191
+
2192
+
2193
+ </h3><div class="docstring">
2194
+ <div class="discussion">
2195
+
2196
+
2197
+ </div>
2198
+ </div>
2199
+ <div class="tags">
2200
+
2201
+ <p class="tag_title">Returns:</p>
2202
+ <ul class="return">
2203
+
2204
+ <li>
2205
+
2206
+
2207
+ <span class='type'>(<tt>Boolean</tt>)</span>
2208
+
2209
+
2210
+
2211
+ </li>
2212
+
2213
+ </ul>
2214
+
2013
2215
  </div>
2014
2216
  </div>
2015
2217
 
@@ -2771,19 +2973,6 @@ given, end time is nil.</p>
2771
2973
  array</p>
2772
2974
  </div>
2773
2975
 
2774
- </li>
2775
-
2776
- </ul>
2777
- <p class="tag_title">Raises:</p>
2778
- <ul class="raise">
2779
-
2780
- <li>
2781
-
2782
-
2783
- <span class='type'>(<tt>InvalidTimeExpression</tt>)</span>
2784
-
2785
-
2786
-
2787
2976
  </li>
2788
2977
 
2789
2978
  </ul>
@@ -3021,6 +3210,18 @@ array</p>
3021
3210
 
3022
3211
 
3023
3212
  </div>
3213
+ </div>
3214
+
3215
+ <div class="method_details ">
3216
+ <h3 class="signature " id="to_bool-instance_method">
3217
+
3218
+ #<strong>to_bool</strong> &#x21d2; <tt>Object</tt>
3219
+
3220
+
3221
+
3222
+
3223
+
3224
+ </h3>
3024
3225
  </div>
3025
3226
 
3026
3227
  <div class="method_details ">
@@ -3063,6 +3264,18 @@ object the string represents</p>
3063
3264
 
3064
3265
 
3065
3266
  </div>
3267
+ </div>
3268
+
3269
+ <div class="method_details ">
3270
+ <h3 class="signature " id="to_phrase_query-instance_method">
3271
+
3272
+ #<strong>to_phrase_query</strong>(query) &#x21d2; <tt>Object</tt>
3273
+
3274
+
3275
+
3276
+
3277
+
3278
+ </h3>
3066
3279
  </div>
3067
3280
 
3068
3281
  <div class="method_details ">
@@ -3629,9 +3842,9 @@ Uses \S (non-whitespace) instead of . (any character)</p>
3629
3842
  </div>
3630
3843
 
3631
3844
  <div id="footer">
3632
- Generated on Tue Jan 18 02:48:58 2022 by
3845
+ Generated on Thu Jan 20 12:10:33 2022 by
3633
3846
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3634
- 0.9.26 (ruby-3.0.1).
3847
+ 0.9.27 (ruby-3.0.1).
3635
3848
  </div>
3636
3849
 
3637
3850
  </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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -308,9 +308,9 @@
308
308
  </div>
309
309
 
310
310
  <div id="footer">
311
- Generated on Tue Jan 18 02:48:58 2022 by
311
+ Generated on Thu Jan 20 12:10:33 2022 by
312
312
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
313
- 0.9.26 (ruby-3.0.1).
313
+ 0.9.27 (ruby-3.0.1).
314
314
  </div>
315
315
 
316
316
  </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.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -240,9 +240,9 @@
240
240
  </div>
241
241
 
242
242
  <div id="footer">
243
- Generated on Tue Jan 18 02:48:57 2022 by
243
+ Generated on Thu Jan 20 12:10:33 2022 by
244
244
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
245
- 0.9.26 (ruby-3.0.1).
245
+ 0.9.27 (ruby-3.0.1).
246
246
  </div>
247
247
 
248
248
  </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.26
7
+ Documentation by YARD 0.9.27
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.26</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.27</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -555,9 +555,9 @@
555
555
  </div>
556
556
 
557
557
  <div id="footer">
558
- Generated on Tue Jan 18 02:48:57 2022 by
558
+ Generated on Thu Jan 20 12:10:33 2022 by
559
559
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
560
- 0.9.26 (ruby-3.0.1).
560
+ 0.9.27 (ruby-3.0.1).
561
561
  </div>
562
562
 
563
563
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -67,7 +67,7 @@ you&#39;ve done.</strong></p>
67
67
 
68
68
  <!--README-->
69
69
 
70
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.15&lt;!--END VER--&gt;.</p>
70
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.20&lt;!--END VER--&gt;.</p>
71
71
 
72
72
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
73
73
 
@@ -149,9 +149,9 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
149
149
  </div></div>
150
150
 
151
151
  <div id="footer">
152
- Generated on Tue Jan 18 02:48:57 2022 by
152
+ Generated on Thu Jan 20 12:10:33 2022 by
153
153
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
- 0.9.26 (ruby-3.0.1).
154
+ 0.9.27 (ruby-3.0.1).
155
155
  </div>
156
156
 
157
157
  </div>