doing 2.1.2pre → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +5 -5
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +16 -27
  6. data/Gemfile.lock +1 -1
  7. data/README.md +1 -1
  8. data/Rakefile +2 -0
  9. data/doc/Array.html +1 -1
  10. data/doc/Doing/Color.html +1 -1
  11. data/doc/Doing/Completion.html +1 -1
  12. data/doc/Doing/Configuration.html +43 -94
  13. data/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  14. data/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  15. data/doc/Doing/Errors/DoingStandardError.html +1 -1
  16. data/doc/Doing/Errors/EmptyInput.html +1 -1
  17. data/doc/Doing/Errors/NoResults.html +1 -1
  18. data/doc/Doing/Errors/PluginException.html +1 -1
  19. data/doc/Doing/Errors/UserCancelled.html +1 -1
  20. data/doc/Doing/Errors/WrongCommand.html +1 -1
  21. data/doc/Doing/Errors.html +1 -1
  22. data/doc/Doing/Hooks.html +1 -1
  23. data/doc/Doing/Item.html +2 -17
  24. data/doc/Doing/Items.html +1 -1
  25. data/doc/Doing/LogAdapter.html +1 -1
  26. data/doc/Doing/Note.html +1 -1
  27. data/doc/Doing/Pager.html +1 -1
  28. data/doc/Doing/Plugins.html +1 -1
  29. data/doc/Doing/Prompt.html +36 -18
  30. data/doc/Doing/Section.html +1 -1
  31. data/doc/Doing/Util.html +1 -1
  32. data/doc/Doing/WWID.html +1 -1
  33. data/doc/Doing.html +2 -2
  34. data/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  35. data/doc/GLI/Commands.html +1 -1
  36. data/doc/GLI.html +1 -1
  37. data/doc/Hash.html +1 -1
  38. data/doc/Status.html +1 -1
  39. data/doc/String.html +35 -1
  40. data/doc/Symbol.html +1 -1
  41. data/doc/Time.html +1 -1
  42. data/doc/_index.html +1 -1
  43. data/doc/file.README.html +2 -2
  44. data/doc/index.html +2 -2
  45. data/doc/method_list.html +238 -238
  46. data/doc/top-level-namespace.html +1 -1
  47. data/doing.rdoc +1 -1
  48. data/lib/doing/configuration.rb +5 -8
  49. data/lib/doing/item.rb +1 -1
  50. data/lib/doing/plugins/export/template_export.rb +4 -1
  51. data/lib/doing/prompt.rb +9 -9
  52. data/lib/doing/string.rb +31 -1
  53. data/lib/doing/version.rb +1 -1
  54. metadata +4 -4
@@ -419,27 +419,12 @@
419
419
  <span class='name'>opt</span>
420
420
 
421
421
 
422
- <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
422
+ <span class='type'></span>
423
423
 
424
424
 
425
425
 
426
426
  &mdash;
427
- <div class='inline'><p>options</p>
428
- </div>
429
-
430
- </li>
431
-
432
- <li>
433
-
434
- <span class='name'>include_section</span>
435
-
436
-
437
- <span class='type'>(<tt>Boolean</tt>)</span>
438
-
439
-
440
-
441
- &mdash;
442
- <div class='inline'><p>include section</p>
427
+ <div class='inline'><p>Additional options</p>
443
428
  </div>
444
429
 
445
430
  </li>
@@ -454,6 +439,18 @@
454
439
  <p class="tag_title">Options Hash (<tt>**opt</tt>):</p>
455
440
  <ul class="option">
456
441
 
442
+ <li>
443
+ <span class="name">:include_section</span>
444
+ <span class="type">(<tt>Boolean</tt>)</span>
445
+ <span class="default">
446
+
447
+ </span>
448
+
449
+ &mdash; <div class='inline'><p>Include section name for each item in menu</p>
450
+ </div>
451
+
452
+ </li>
453
+
457
454
  <li>
458
455
  <span class="name">:header</span>
459
456
  <span class="type">(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
@@ -461,6 +458,9 @@
461
458
 
462
459
  </span>
463
460
 
461
+ &mdash; <div class='inline'><p>A custom header string</p>
462
+ </div>
463
+
464
464
  </li>
465
465
 
466
466
  <li>
@@ -470,6 +470,9 @@
470
470
 
471
471
  </span>
472
472
 
473
+ &mdash; <div class='inline'><p>A custom prompt string</p>
474
+ </div>
475
+
473
476
  </li>
474
477
 
475
478
  <li>
@@ -479,6 +482,9 @@
479
482
 
480
483
  </span>
481
484
 
485
+ &mdash; <div class='inline'><p>Initial query</p>
486
+ </div>
487
+
482
488
  </li>
483
489
 
484
490
  <li>
@@ -488,6 +494,9 @@
488
494
 
489
495
  </span>
490
496
 
497
+ &mdash; <div class='inline'><p>Show menu even if there&#39;s only one option</p>
498
+ </div>
499
+
491
500
  </li>
492
501
 
493
502
  <li>
@@ -497,6 +506,9 @@
497
506
 
498
507
  </span>
499
508
 
509
+ &mdash; <div class='inline'><p>Show menu</p>
510
+ </div>
511
+
500
512
  </li>
501
513
 
502
514
  <li>
@@ -506,6 +518,9 @@
506
518
 
507
519
  </span>
508
520
 
521
+ &mdash; <div class='inline'><p>Sort options</p>
522
+ </div>
523
+
509
524
  </li>
510
525
 
511
526
  <li>
@@ -515,6 +530,9 @@
515
530
 
516
531
  </span>
517
532
 
533
+ &mdash; <div class='inline'><p>Allow multiple selections</p>
534
+ </div>
535
+
518
536
  </li>
519
537
 
520
538
  <li>
@@ -664,7 +682,7 @@ response if no input</p>
664
682
  </div>
665
683
 
666
684
  <div id="footer">
667
- Generated on Sun Nov 28 05:27:33 2021 by
685
+ Generated on Thu Dec 16 11:02:40 2021 by
668
686
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
669
687
  0.9.26 (ruby-3.0.1).
670
688
  </div>
@@ -344,7 +344,7 @@
344
344
  </div>
345
345
 
346
346
  <div id="footer">
347
- Generated on Sun Nov 28 05:27:33 2021 by
347
+ Generated on Thu Dec 16 11:02:40 2021 by
348
348
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
349
349
  0.9.26 (ruby-3.0.1).
350
350
  </div>
data/doc/Doing/Util.html CHANGED
@@ -916,7 +916,7 @@ other_hash - the other hash whose values will be persisted after the merge</p>
916
916
  </div>
917
917
 
918
918
  <div id="footer">
919
- Generated on Sun Nov 28 05:27:33 2021 by
919
+ Generated on Thu Dec 16 11:02:39 2021 by
920
920
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
921
921
  0.9.26 (ruby-3.0.1).
922
922
  </div>
data/doc/Doing/WWID.html CHANGED
@@ -4444,7 +4444,7 @@ json, or text)</p>
4444
4444
  </div>
4445
4445
 
4446
4446
  <div id="footer">
4447
- Generated on Sun Nov 28 05:27:33 2021 by
4447
+ Generated on Thu Dec 16 11:02:40 2021 by
4448
4448
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4449
4449
  0.9.26 (ruby-3.0.1).
4450
4450
  </div>
data/doc/Doing.html CHANGED
@@ -119,7 +119,7 @@
119
119
  <dt id="VERSION-constant" class="">VERSION =
120
120
 
121
121
  </dt>
122
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.2pre</span><span class='tstring_end'>&#39;</span></span></pre></dd>
122
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.3</span><span class='tstring_end'>&#39;</span></span></pre></dd>
123
123
 
124
124
  </dl>
125
125
 
@@ -135,7 +135,7 @@
135
135
  </div>
136
136
 
137
137
  <div id="footer">
138
- Generated on Sun Nov 28 05:27:33 2021 by
138
+ Generated on Thu Dec 16 11:02:39 2021 by
139
139
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
140
140
  0.9.26 (ruby-3.0.1).
141
141
  </div>
@@ -753,7 +753,7 @@
753
753
  </div>
754
754
 
755
755
  <div id="footer">
756
- Generated on Sun Nov 28 05:27:33 2021 by
756
+ Generated on Thu Dec 16 11:02:40 2021 by
757
757
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
758
758
  0.9.26 (ruby-3.0.1).
759
759
  </div>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Sun Nov 28 05:27:33 2021 by
108
+ Generated on Thu Dec 16 11:02:40 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/doc/GLI.html CHANGED
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Sun Nov 28 05:27:33 2021 by
108
+ Generated on Thu Dec 16 11:02:40 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/doc/Hash.html CHANGED
@@ -418,7 +418,7 @@
418
418
  </div>
419
419
 
420
420
  <div id="footer">
421
- Generated on Sun Nov 28 05:27:33 2021 by
421
+ Generated on Thu Dec 16 11:02:40 2021 by
422
422
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
423
423
  0.9.26 (ruby-3.0.1).
424
424
  </div>
data/doc/Status.html CHANGED
@@ -316,7 +316,7 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Sun Nov 28 05:27:33 2021 by
319
+ Generated on Thu Dec 16 11:02:40 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/doc/String.html CHANGED
@@ -764,6 +764,28 @@
764
764
 
765
765
 
766
766
 
767
+ <span class="summary_desc"><div class='inline'></div></span>
768
+
769
+ </li>
770
+
771
+
772
+ <li class="public ">
773
+ <span class="summary_signature">
774
+
775
+ <a href="#simple_wrap-instance_method" title="#simple_wrap (instance method)">#<strong>simple_wrap</strong>(width) &#x21d2; Object </a>
776
+
777
+
778
+
779
+ </span>
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
767
789
  <span class="summary_desc"><div class='inline'></div></span>
768
790
 
769
791
  </li>
@@ -1896,6 +1918,18 @@ may not render the same style.</p>
1896
1918
 
1897
1919
 
1898
1920
 
1921
+ </h3>
1922
+ </div>
1923
+
1924
+ <div class="method_details ">
1925
+ <h3 class="signature " id="simple_wrap-instance_method">
1926
+
1927
+ #<strong>simple_wrap</strong>(width) &#x21d2; <tt>Object</tt>
1928
+
1929
+
1930
+
1931
+
1932
+
1899
1933
  </h3>
1900
1934
  </div>
1901
1935
 
@@ -2484,7 +2518,7 @@ between characters</p>
2484
2518
  </div>
2485
2519
 
2486
2520
  <div id="footer">
2487
- Generated on Sun Nov 28 05:27:33 2021 by
2521
+ Generated on Thu Dec 16 11:02:40 2021 by
2488
2522
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2489
2523
  0.9.26 (ruby-3.0.1).
2490
2524
  </div>
data/doc/Symbol.html CHANGED
@@ -240,7 +240,7 @@
240
240
  </div>
241
241
 
242
242
  <div id="footer">
243
- Generated on Sun Nov 28 05:27:33 2021 by
243
+ Generated on Thu Dec 16 11:02:40 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/doc/Time.html CHANGED
@@ -172,7 +172,7 @@
172
172
  </div>
173
173
 
174
174
  <div id="footer">
175
- Generated on Sun Nov 28 05:27:33 2021 by
175
+ Generated on Thu Dec 16 11:02:40 2021 by
176
176
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
177
177
  0.9.26 (ruby-3.0.1).
178
178
  </div>
data/doc/_index.html CHANGED
@@ -422,7 +422,7 @@
422
422
  </div>
423
423
 
424
424
  <div id="footer">
425
- Generated on Sun Nov 28 05:27:33 2021 by
425
+ Generated on Thu Dec 16 11:02:39 2021 by
426
426
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
427
427
  0.9.26 (ruby-3.0.1).
428
428
  </div>
data/doc/file.README.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.1&lt;!--END VER--&gt;.</p>
68
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.2&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
 
@@ -119,7 +119,7 @@ download 117 %
119
119
  </div></div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Sun Nov 28 05:27:33 2021 by
122
+ Generated on Thu Dec 16 11:02:39 2021 by
123
123
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.9.26 (ruby-3.0.1).
125
125
  </div>
data/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.1&lt;!--END VER--&gt;.</p>
68
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.2&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
 
@@ -119,7 +119,7 @@ download 117 %
119
119
  </div></div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Sun Nov 28 05:27:33 2021 by
122
+ Generated on Thu Dec 16 11:02:39 2021 by
123
123
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.9.26 (ruby-3.0.1).
125
125
  </div>