doing 2.1.6pre → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +6 -6
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +34 -18
  6. data/Gemfile.lock +1 -1
  7. data/README.md +1 -1
  8. data/bin/doing +17 -0
  9. data/docs/doc/Array.html +1 -1
  10. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  11. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  12. data/docs/doc/BooleanTermParser/Query.html +1 -1
  13. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  14. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  15. data/docs/doc/BooleanTermParser.html +1 -1
  16. data/docs/doc/Doing/Color.html +1 -1
  17. data/docs/doc/Doing/Completion.html +1 -1
  18. data/docs/doc/Doing/Configuration.html +2 -1
  19. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  20. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  21. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  22. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  23. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  24. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  25. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  26. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  27. data/docs/doc/Doing/Errors.html +1 -1
  28. data/docs/doc/Doing/Hooks.html +1 -1
  29. data/docs/doc/Doing/Item.html +1 -1
  30. data/docs/doc/Doing/Items.html +1 -1
  31. data/docs/doc/Doing/LogAdapter.html +1 -1
  32. data/docs/doc/Doing/Note.html +1 -1
  33. data/docs/doc/Doing/Pager.html +1 -1
  34. data/docs/doc/Doing/Plugins.html +1 -1
  35. data/docs/doc/Doing/Prompt.html +132 -18
  36. data/docs/doc/Doing/Section.html +1 -1
  37. data/docs/doc/Doing/TemplateString.html +1 -1
  38. data/docs/doc/Doing/Util/Backup.html +79 -2
  39. data/docs/doc/Doing/Util.html +1 -1
  40. data/docs/doc/Doing/WWID.html +38 -70
  41. data/docs/doc/Doing.html +2 -2
  42. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  43. data/docs/doc/GLI/Commands.html +1 -1
  44. data/docs/doc/GLI.html +1 -1
  45. data/docs/doc/Hash.html +1 -1
  46. data/docs/doc/PhraseParser/Operator.html +1 -1
  47. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  48. data/docs/doc/PhraseParser/Query.html +1 -1
  49. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  50. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  51. data/docs/doc/PhraseParser/TermClause.html +1 -1
  52. data/docs/doc/PhraseParser.html +1 -1
  53. data/docs/doc/Status.html +1 -1
  54. data/docs/doc/String.html +1 -1
  55. data/docs/doc/Symbol.html +1 -1
  56. data/docs/doc/Time.html +1 -1
  57. data/docs/doc/_index.html +1 -1
  58. data/docs/doc/file.README.html +2 -2
  59. data/docs/doc/index.html +2 -2
  60. data/docs/doc/method_list.html +345 -305
  61. data/docs/doc/top-level-namespace.html +1 -1
  62. data/docs/index.md +1 -1
  63. data/doing.rdoc +1 -1
  64. data/lib/doing/configuration.rb +1 -0
  65. data/lib/doing/log_adapter.rb +1 -0
  66. data/lib/doing/prompt.rb +47 -8
  67. data/lib/doing/util_backup.rb +23 -4
  68. data/lib/doing/version.rb +1 -1
  69. data/lib/doing/wwid.rb +59 -30
  70. metadata +4 -5
  71. data/lib/helpers/fuzzyfilefinder +0 -0
@@ -162,7 +162,7 @@
162
162
  </div>
163
163
 
164
164
  <div id="footer">
165
- Generated on Mon Dec 20 15:39:46 2021 by
165
+ Generated on Tue Dec 21 12:36:35 2021 by
166
166
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
167
  0.9.26 (ruby-3.0.1).
168
168
  </div>
@@ -293,7 +293,7 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Mon Dec 20 15:39:46 2021 by
296
+ Generated on Tue Dec 21 12:36:35 2021 by
297
297
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
298
  0.9.26 (ruby-3.0.1).
299
299
  </div>
@@ -485,7 +485,7 @@
485
485
  </div>
486
486
 
487
487
  <div id="footer">
488
- Generated on Mon Dec 20 15:39:46 2021 by
488
+ Generated on Tue Dec 21 12:36:35 2021 by
489
489
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
490
  0.9.26 (ruby-3.0.1).
491
491
  </div>
@@ -126,7 +126,7 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Mon Dec 20 15:39:46 2021 by
129
+ Generated on Tue Dec 21 12:36:35 2021 by
130
130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
131
  0.9.26 (ruby-3.0.1).
132
132
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Mon Dec 20 15:39:46 2021 by
117
+ Generated on Tue Dec 21 12:36:35 2021 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.26 (ruby-3.0.1).
120
120
  </div>
@@ -283,7 +283,7 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Mon Dec 20 15:39:46 2021 by
286
+ Generated on Tue Dec 21 12:36:35 2021 by
287
287
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
288
  0.9.26 (ruby-3.0.1).
289
289
  </div>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Mon Dec 20 15:39:45 2021 by
108
+ Generated on Tue Dec 21 12:36:35 2021 by
109
109
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.26 (ruby-3.0.1).
111
111
  </div>
data/docs/doc/Status.html CHANGED
@@ -316,7 +316,7 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Mon Dec 20 15:39:45 2021 by
319
+ Generated on Tue Dec 21 12:36:35 2021 by
320
320
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
321
  0.9.26 (ruby-3.0.1).
322
322
  </div>
data/docs/doc/String.html CHANGED
@@ -2790,7 +2790,7 @@ be recognized, e.g. %greensomething still finds
2790
2790
  </div>
2791
2791
 
2792
2792
  <div id="footer">
2793
- Generated on Mon Dec 20 15:39:46 2021 by
2793
+ Generated on Tue Dec 21 12:36:35 2021 by
2794
2794
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2795
2795
  0.9.26 (ruby-3.0.1).
2796
2796
  </div>
data/docs/doc/Symbol.html CHANGED
@@ -274,7 +274,7 @@
274
274
  </div>
275
275
 
276
276
  <div id="footer">
277
- Generated on Mon Dec 20 15:39:46 2021 by
277
+ Generated on Tue Dec 21 12:36:35 2021 by
278
278
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
279
279
  0.9.26 (ruby-3.0.1).
280
280
  </div>
data/docs/doc/Time.html CHANGED
@@ -240,7 +240,7 @@
240
240
  </div>
241
241
 
242
242
  <div id="footer">
243
- Generated on Mon Dec 20 15:39:46 2021 by
243
+ Generated on Tue Dec 21 12:36:35 2021 by
244
244
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
245
245
  0.9.26 (ruby-3.0.1).
246
246
  </div>
data/docs/doc/_index.html CHANGED
@@ -550,7 +550,7 @@
550
550
  </div>
551
551
 
552
552
  <div id="footer">
553
- Generated on Mon Dec 20 15:39:45 2021 by
553
+ Generated on Tue Dec 21 12:36:35 2021 by
554
554
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
555
555
  0.9.26 (ruby-3.0.1).
556
556
  </div>
@@ -65,7 +65,7 @@
65
65
 
66
66
  <!--README-->
67
67
 
68
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.5&lt;!--END VER--&gt;.</p>
68
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.8&lt;!--END VER--&gt;.</p>
69
69
 
70
70
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
71
71
 
@@ -123,7 +123,7 @@ download 117 %
123
123
  </div></div>
124
124
 
125
125
  <div id="footer">
126
- Generated on Mon Dec 20 15:39:45 2021 by
126
+ Generated on Tue Dec 21 12:36:35 2021 by
127
127
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
128
128
  0.9.26 (ruby-3.0.1).
129
129
  </div>
data/docs/doc/index.html CHANGED
@@ -65,7 +65,7 @@
65
65
 
66
66
  <!--README-->
67
67
 
68
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.5&lt;!--END VER--&gt;.</p>
68
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.8&lt;!--END VER--&gt;.</p>
69
69
 
70
70
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
71
71
 
@@ -123,7 +123,7 @@ download 117 %
123
123
  </div></div>
124
124
 
125
125
  <div id="footer">
126
- Generated on Mon Dec 20 15:39:45 2021 by
126
+ Generated on Tue Dec 21 12:36:35 2021 by
127
127
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
128
128
  0.9.26 (ruby-3.0.1).
129
129
  </div>