doing 2.1.1pre → 2.1.2pre
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.
- checksums.yaml +4 -4
- data/.yardoc/checksums +5 -5
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +13 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bin/doing +61 -11
- data/doc/Array.html +1 -1
- data/doc/Doing/Color.html +1 -1
- data/doc/Doing/Completion.html +1 -1
- data/doc/Doing/Configuration.html +8 -7
- data/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/doc/Doing/Errors/EmptyInput.html +1 -1
- data/doc/Doing/Errors/NoResults.html +1 -1
- data/doc/Doing/Errors/PluginException.html +1 -1
- data/doc/Doing/Errors/UserCancelled.html +1 -1
- data/doc/Doing/Errors/WrongCommand.html +1 -1
- data/doc/Doing/Errors.html +1 -1
- data/doc/Doing/Hooks.html +1 -1
- data/doc/Doing/Item.html +47 -2
- data/doc/Doing/Items.html +1 -1
- data/doc/Doing/LogAdapter.html +1 -1
- data/doc/Doing/Note.html +1 -1
- data/doc/Doing/Pager.html +1 -1
- data/doc/Doing/Plugins.html +1 -1
- data/doc/Doing/Prompt.html +1 -1
- data/doc/Doing/Section.html +1 -1
- data/doc/Doing/Util.html +1 -1
- data/doc/Doing/WWID.html +1 -1
- data/doc/Doing.html +2 -2
- data/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/doc/GLI/Commands.html +1 -1
- data/doc/GLI.html +1 -1
- data/doc/Hash.html +1 -1
- data/doc/Status.html +1 -1
- data/doc/String.html +1 -1
- data/doc/Symbol.html +1 -1
- data/doc/Time.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/method_list.html +257 -249
- data/doc/top-level-namespace.html +1 -1
- data/doing.rdoc +54 -9
- data/lib/completion/doing.bash +18 -18
- data/lib/doing/configuration.rb +19 -8
- data/lib/doing/item.rb +7 -0
- data/lib/doing/plugins/export/template_export.rb +25 -1
- data/lib/doing/prompt.rb +4 -2
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +56 -23
- metadata +2 -2
data/doc/Doing/Section.html
CHANGED
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
</div>
|
|
345
345
|
|
|
346
346
|
<div id="footer">
|
|
347
|
-
Generated on
|
|
347
|
+
Generated on Sun Nov 28 05:27:33 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
|
|
919
|
+
Generated on Sun Nov 28 05:27:33 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
|
|
4447
|
+
Generated on Sun Nov 28 05:27:33 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'>'</span><span class='tstring_content'>2.1.
|
|
122
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>2.1.2pre</span><span class='tstring_end'>'</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
|
|
138
|
+
Generated on Sun Nov 28 05:27:33 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
|
|
756
|
+
Generated on Sun Nov 28 05:27:33 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>
|
data/doc/GLI/Commands.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
108
|
+
Generated on Sun Nov 28 05:27:33 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
|
|
108
|
+
Generated on Sun Nov 28 05:27:33 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
|
|
421
|
+
Generated on Sun Nov 28 05:27:33 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
|
|
319
|
+
Generated on Sun Nov 28 05:27:33 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
|
@@ -2484,7 +2484,7 @@ between characters</p>
|
|
|
2484
2484
|
</div>
|
|
2485
2485
|
|
|
2486
2486
|
<div id="footer">
|
|
2487
|
-
Generated on
|
|
2487
|
+
Generated on Sun Nov 28 05:27:33 2021 by
|
|
2488
2488
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2489
2489
|
0.9.26 (ruby-3.0.1).
|
|
2490
2490
|
</div>
|
data/doc/Symbol.html
CHANGED
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
</div>
|
|
241
241
|
|
|
242
242
|
<div id="footer">
|
|
243
|
-
Generated on
|
|
243
|
+
Generated on Sun Nov 28 05:27:33 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
|
|
175
|
+
Generated on Sun Nov 28 05:27:33 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
|
|
425
|
+
Generated on Sun Nov 28 05:27:33 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 <!--VER-->2.1.
|
|
68
|
+
<p>The current version of <code>doing</code> is <!--VER-->2.1.1<!--END VER-->.</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
|
|
122
|
+
Generated on Sun Nov 28 05:27:33 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 <!--VER-->2.1.
|
|
68
|
+
<p>The current version of <code>doing</code> is <!--VER-->2.1.1<!--END VER-->.</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
|
|
122
|
+
Generated on Sun Nov 28 05:27:33 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>
|