doing 2.1.6 → 2.1.10
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 +9 -9
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +33 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +12 -1
- data/bin/doing +29 -2
- data/docs/doc/Array.html +1 -1
- data/docs/doc/BooleanTermParser/Clause.html +1 -1
- data/docs/doc/BooleanTermParser/Operator.html +1 -1
- data/docs/doc/BooleanTermParser/Query.html +1 -1
- data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
- data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +1 -1
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +2 -2
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
- data/docs/doc/Doing/Errors/NoResults.html +1 -1
- data/docs/doc/Doing/Errors/PluginException.html +1 -1
- data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
- data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +1 -1
- data/docs/doc/Doing/Items.html +1 -1
- data/docs/doc/Doing/LogAdapter.html +1 -1
- data/docs/doc/Doing/Note.html +1 -1
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- data/docs/doc/Doing/Prompt.html +132 -18
- data/docs/doc/Doing/Section.html +1 -1
- data/docs/doc/Doing/TemplateString.html +2 -2
- data/docs/doc/Doing/Util/Backup.html +79 -2
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/WWID.html +90 -77
- data/docs/doc/Doing.html +2 -2
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +1 -1
- data/docs/doc/PhraseParser/Operator.html +1 -1
- data/docs/doc/PhraseParser/PhraseClause.html +1 -1
- data/docs/doc/PhraseParser/Query.html +1 -1
- data/docs/doc/PhraseParser/QueryParser.html +1 -1
- data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
- data/docs/doc/PhraseParser/TermClause.html +1 -1
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +1 -1
- data/docs/doc/String.html +97 -1
- data/docs/doc/Symbol.html +36 -2
- data/docs/doc/Time.html +1 -1
- data/docs/doc/_index.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +299 -235
- data/docs/doc/top-level-namespace.html +1 -1
- data/docs/index.md +1 -1
- data/doing.rdoc +9 -2
- data/generate_completions.sh +1 -3
- data/lib/completion/_doing.zsh +1 -1
- data/lib/completion/doing.bash +2 -2
- data/lib/completion/doing.fish +2 -1
- data/lib/doing/completion/bash_completion.rb +2 -2
- data/lib/doing/completion/fish_completion.rb +2 -2
- data/lib/doing/completion/zsh_completion.rb +2 -2
- data/lib/doing/completion.rb +12 -2
- data/lib/doing/configuration.rb +1 -1
- data/lib/doing/log_adapter.rb +1 -0
- data/lib/doing/prompt.rb +47 -8
- data/lib/doing/string.rb +20 -0
- data/lib/doing/symbol.rb +4 -0
- data/lib/doing/util_backup.rb +22 -3
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +75 -45
- data/scripts/generate_bash_completions.rb +2 -2
- metadata +2 -3
- data/lib/helpers/fuzzyfilefinder +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c60c7dbce3b8c11e37f56b4072c1685a87df9f8c77e937cc17dbb3672001939
|
4
|
+
data.tar.gz: 66a9906024cc16f65159207d608c741a83300c95dd99a3fae6ac3c50d0848aa9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 389ec0da4647c43291f2611111e0ccafd4e50855d3e9772ea67a3c564b858d509aece9d302b194789a27f400991e9eb91829dae26ad628b4acbb22def1578c8b
|
7
|
+
data.tar.gz: cfb58baff7b8485dfaee0d68e81566e6ab72871275edb597d49cab9645b08ff8bcfd1bd028fcbc9911ceaec6ef4e92b0e50532499e5ecd3fb30a389f49da4e13
|
data/.yardoc/checksums
CHANGED
@@ -3,23 +3,23 @@ lib/doing/item.rb fcf106fb43a1a979d5213c8ac47161d9f6d8635f
|
|
3
3
|
lib/doing/note.rb bbadd9e34e6dc43a2af1110a5107f46c39d2547f
|
4
4
|
lib/doing/time.rb 4411af636082d3abf6f6402a7d6c9038d96a9ead
|
5
5
|
lib/doing/util.rb 33ad79455893213a0f2993edec0e158526657f09
|
6
|
-
lib/doing/wwid.rb
|
6
|
+
lib/doing/wwid.rb bca76421c6d5f85fd6ff19063a79189b2accf255
|
7
7
|
lib/doing/array.rb a17004c4811d239932254f9ed94a6eb10456c8e8
|
8
8
|
lib/doing/hooks.rb 00feacdbf24dc67951c49ca8c1ca9a568441920e
|
9
9
|
lib/doing/items.rb 0860a0ac7269f59de994ae900c980e49359dc8d5
|
10
10
|
lib/doing/pager.rb 230c10dea5e9c68b5709a0f4cb088c76970965e4
|
11
11
|
lib/doing/colors.rb 9a628d48c821313c502deedc5b61a046a2bf79ef
|
12
12
|
lib/doing/errors.rb af07e482a5389924edc2337749c81cda501098f0
|
13
|
-
lib/doing/prompt.rb
|
14
|
-
lib/doing/string.rb
|
15
|
-
lib/doing/symbol.rb
|
13
|
+
lib/doing/prompt.rb a78b6f4488fe58b5653ce541a88d24559661459c
|
14
|
+
lib/doing/string.rb 7cbe3e0bd136c52f7b12d4d6133afe20fe204be2
|
15
|
+
lib/doing/symbol.rb 309799458a1bc715c2707307c9a62ab26086275e
|
16
16
|
lib/doing/section.rb 206e119cf818f1e76798753e611180fe77bc299a
|
17
|
-
lib/doing/version.rb
|
17
|
+
lib/doing/version.rb 08de25ee059d2e8eae4b3e1b3dac66e0d48461e6
|
18
18
|
lib/doing/cli_status.rb dbedd454c4cbbd0fed9ef30120f6ec85d18b9356
|
19
|
-
lib/doing/completion.rb
|
20
|
-
lib/doing/log_adapter.rb
|
21
|
-
lib/doing/util_backup.rb
|
22
|
-
lib/doing/configuration.rb
|
19
|
+
lib/doing/completion.rb c658e7dc7898fb022a21b2bd77bedb958ca3b067
|
20
|
+
lib/doing/log_adapter.rb 6cf0c9a405d17449643e54d35a04897b1da44eaf
|
21
|
+
lib/doing/util_backup.rb 4441a22bdc81e7bba2eb259c522ef819d1b99616
|
22
|
+
lib/doing/configuration.rb a9aad93aac92f4c5edcde3440654d9e836238364
|
23
23
|
lib/doing/phrase_parser.rb 8f1789d7cf8326d8cc231b4a21505a93f8de20d2
|
24
24
|
lib/doing/plugin_manager.rb cb16a82c3182ef7008359670ab96ff6b39270ccc
|
25
25
|
lib/doing/string_chronify.rb ccbb08389d2139c7121203f8585864e3026d1526
|
data/.yardoc/object_types
CHANGED
Binary file
|
data/.yardoc/objects/root.dat
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1
|
+
### 2.1.10
|
2
|
+
|
3
|
+
#### NEW
|
4
|
+
|
5
|
+
- --age (oldest|newest) option for view command
|
6
|
+
|
7
|
+
### 2.1.9
|
8
|
+
|
9
|
+
#### IMPROVED
|
10
|
+
|
11
|
+
- Only attempt to install fzf if it doesn't exist on the system. In case of errors, this means a user can manually install fzf and still be able to access --interactive options
|
12
|
+
|
13
|
+
#### FIXED
|
14
|
+
|
15
|
+
- Rotate command only archiving half of requested items
|
16
|
+
- Frozen string error in doing import plugin
|
17
|
+
|
18
|
+
### 2.1.8
|
19
|
+
|
20
|
+
#### NEW
|
21
|
+
|
22
|
+
- Hidden command `doing commands_accepting` which shows all commands that accept a given option, e.g. `doing commands_accepting search` shows all commands that take a search filter
|
23
|
+
- Hidden command `doing changelog` which outputs a paginated, formatted version of the change history.
|
24
|
+
|
25
|
+
#### IMPROVED
|
26
|
+
|
27
|
+
- The output of `doing template --list` now shows the file type of each template
|
28
|
+
- Output templates can now be saved to a default location/filename using `doing template html --save`
|
29
|
+
|
30
|
+
#### FIXED
|
31
|
+
|
32
|
+
- Error running `doing recent` on certain older ruby versions
|
33
|
+
|
1
34
|
### 2.1.6
|
2
35
|
|
3
36
|
#### NEW
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -6,7 +6,7 @@ _If you're one of the rare people like me who find this useful, feel free to [bu
|
|
6
6
|
|
7
7
|
<!--README-->
|
8
8
|
|
9
|
-
The current version of `doing` is <!--VER-->2.1.
|
9
|
+
The current version of `doing` is <!--VER-->2.1.9<!--END VER-->.
|
10
10
|
|
11
11
|
Find all of the documentation in the [doing wiki](https://github.com/ttscoff/doing/wiki).
|
12
12
|
|
data/Rakefile
CHANGED
@@ -73,7 +73,18 @@ end
|
|
73
73
|
|
74
74
|
desc 'Development version check'
|
75
75
|
task :ver do
|
76
|
-
|
76
|
+
gver = `git ver`
|
77
|
+
cver = IO.read(File.join(File.dirname(__FILE__), 'CHANGELOG.md')).match(/^#+ (\d+\.\d+\.\d+(\w+)?)/)[1]
|
78
|
+
res = `grep VERSION lib/doing/version.rb`
|
79
|
+
version = res.match(/VERSION *= *['"](\d+\.\d+\.\d+(\w+)?)/)[1]
|
80
|
+
puts "git tag: #{gver}"
|
81
|
+
puts "version.rb: #{version}"
|
82
|
+
puts "changelog: #{cver}"
|
83
|
+
end
|
84
|
+
|
85
|
+
desc 'Changelog version check'
|
86
|
+
task :cver do
|
87
|
+
puts IO.read(File.join(File.dirname(__FILE__), 'CHANGELOG.md')).match(/^#+ (\d+\.\d+\.\d+(\w+)?)/)[1]
|
77
88
|
end
|
78
89
|
|
79
90
|
desc 'Bump incremental version number'
|
data/bin/doing
CHANGED
@@ -61,6 +61,7 @@ Doing.logger.benchmark(:configure, :start)
|
|
61
61
|
config = Doing.config
|
62
62
|
Doing.logger.benchmark(:configure, :finish)
|
63
63
|
|
64
|
+
config.settings['backup_dir'] = ENV['DOING_BACKUP_DIR'] if ENV['DOING_BACKUP_DIR']
|
64
65
|
settings = config.settings
|
65
66
|
wwid.config = settings
|
66
67
|
|
@@ -826,7 +827,7 @@ command %i[done did] do |c|
|
|
826
827
|
is_new = false
|
827
828
|
|
828
829
|
if args.empty?
|
829
|
-
last_entry = wwid.filter_items([], opt: {unfinished: options[:unfinished], section: section, count: 1, age:
|
830
|
+
last_entry = wwid.filter_items([], opt: { unfinished: options[:unfinished], section: section, count: 1, age: :newest }).max_by { |item| item.date }
|
830
831
|
|
831
832
|
unless last_entry
|
832
833
|
Doing.logger.debug('Skipped:', options[:unfinished] ? 'No unfinished entry' : 'Last entry already @done')
|
@@ -1804,7 +1805,10 @@ command :show do |c|
|
|
1804
1805
|
end
|
1805
1806
|
end
|
1806
1807
|
|
1808
|
+
options[:age] ||= :newest
|
1809
|
+
|
1807
1810
|
opt = options.dup
|
1811
|
+
opt[:age] = options[:age].normalize_age(:newest) if options[:age]
|
1808
1812
|
opt[:sort_tags] = options[:tag_sort] =~ /^n/i
|
1809
1813
|
opt[:count] = options[:count].to_i
|
1810
1814
|
opt[:highlight] = true
|
@@ -2404,7 +2408,7 @@ command :completion do |c|
|
|
2404
2408
|
|
2405
2409
|
c.desc 'Shell to generate for (bash, zsh, fish)'
|
2406
2410
|
c.arg_name 'SHELL'
|
2407
|
-
c.flag %i[t type], must_match: /^[bzf](?:[ai]?sh)
|
2411
|
+
c.flag %i[t type], must_match: /^(?:[bzf](?:[ai]?sh)?|all)$/i, default_value: 'zsh'
|
2408
2412
|
|
2409
2413
|
c.desc 'File to write output to'
|
2410
2414
|
c.arg_name 'PATH'
|
@@ -2437,6 +2441,10 @@ command :view do |c|
|
|
2437
2441
|
c.arg_name 'FORMAT'
|
2438
2442
|
c.flag %i[o output]
|
2439
2443
|
|
2444
|
+
c.desc 'Age (oldest|newest)'
|
2445
|
+
c.arg_name 'AGE'
|
2446
|
+
c.flag %i[age], default_value: 'newest'
|
2447
|
+
|
2440
2448
|
c.desc 'Show time intervals on @done tasks'
|
2441
2449
|
c.switch %i[t times], default_value: true, negatable: true
|
2442
2450
|
|
@@ -2613,7 +2621,10 @@ command :view do |c|
|
|
2613
2621
|
search.sub!(/^'?/, "'") if options[:exact]
|
2614
2622
|
end
|
2615
2623
|
|
2624
|
+
options[:age] ||= :newest
|
2625
|
+
|
2616
2626
|
opts = options.dup
|
2627
|
+
opts[:age] = options[:age].normalize_age(:newest)
|
2617
2628
|
opts[:view_template] = title
|
2618
2629
|
opts[:count] = count
|
2619
2630
|
opts[:format] = date_format
|
@@ -3215,6 +3226,22 @@ command :commands_accepting do |c|
|
|
3215
3226
|
end
|
3216
3227
|
end
|
3217
3228
|
|
3229
|
+
command :install_fzf do |c|
|
3230
|
+
c.desc 'Force reinstall'
|
3231
|
+
c.switch %i[r reinstall], default_value: false
|
3232
|
+
|
3233
|
+
c.desc 'Uninstall'
|
3234
|
+
c.switch %i[u uninstall], default_value: false, negatable: false
|
3235
|
+
|
3236
|
+
c.action do |g, o, a|
|
3237
|
+
if o[:uninstall]
|
3238
|
+
Doing::Prompt.uninstall_fzf
|
3239
|
+
else
|
3240
|
+
Doing.logger.warn('fzf:', 'force reinstall') if o[:reinstall]
|
3241
|
+
res = Doing::Prompt.install_fzf(force: o[:reinstall])
|
3242
|
+
end
|
3243
|
+
end
|
3244
|
+
end
|
3218
3245
|
|
3219
3246
|
desc 'Import entries from an external source'
|
3220
3247
|
long_desc "Imports entries from other sources. Available plugins: #{Doing::Plugins.plugin_names(type: :import, separator: ', ')}"
|
data/docs/doc/Array.html
CHANGED
@@ -540,7 +540,7 @@ with</p>
|
|
540
540
|
</div>
|
541
541
|
|
542
542
|
<div id="footer">
|
543
|
-
Generated on
|
543
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
544
544
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
545
545
|
0.9.26 (ruby-3.0.1).
|
546
546
|
</div>
|
@@ -283,7 +283,7 @@
|
|
283
283
|
</div>
|
284
284
|
|
285
285
|
<div id="footer">
|
286
|
-
Generated on
|
286
|
+
Generated on Tue Dec 21 14:44:17 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>
|
@@ -162,7 +162,7 @@
|
|
162
162
|
</div>
|
163
163
|
|
164
164
|
<div id="footer">
|
165
|
-
Generated on
|
165
|
+
Generated on Tue Dec 21 14:44:17 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>
|
@@ -407,7 +407,7 @@
|
|
407
407
|
</div>
|
408
408
|
|
409
409
|
<div id="footer">
|
410
|
-
Generated on
|
410
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
411
411
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
412
412
|
0.9.26 (ruby-3.0.1).
|
413
413
|
</div>
|
@@ -125,7 +125,7 @@ parser. In order to do that, a new "clause" node is added to the parse
|
|
125
125
|
</div>
|
126
126
|
|
127
127
|
<div id="footer">
|
128
|
-
Generated on
|
128
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
129
129
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
130
|
0.9.26 (ruby-3.0.1).
|
131
131
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Tue Dec 21 14:44:17 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>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Tue Dec 21 14:44:17 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/Doing/Color.html
CHANGED
@@ -508,7 +508,7 @@ ANSI-sequences are stripped from the string.</p>
|
|
508
508
|
</div>
|
509
509
|
|
510
510
|
<div id="footer">
|
511
|
-
Generated on
|
511
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
512
512
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
513
513
|
0.9.26 (ruby-3.0.1).
|
514
514
|
</div>
|
@@ -206,7 +206,7 @@ stdout</p>
|
|
206
206
|
</div>
|
207
207
|
|
208
208
|
<div id="footer">
|
209
|
-
Generated on
|
209
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
210
210
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
211
211
|
0.9.26 (ruby-3.0.1).
|
212
212
|
</div>
|
@@ -142,8 +142,8 @@
|
|
142
142
|
<span class='rbrace'>}</span><span class='comma'>,</span>
|
143
143
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>doing_file</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>~/.local/share/doing/what_was_i_doing.md</span><span class='tstring_end'>'</span></span><span class='comma'>,</span>
|
144
144
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>backup_dir</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>~/.local/share/doing/doing_backup</span><span class='tstring_end'>'</span></span><span class='comma'>,</span>
|
145
|
-
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>current_section</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Currently</span><span class='tstring_end'>'</span></span><span class='comma'>,</span>
|
146
145
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>history_size</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='int'>15</span><span class='comma'>,</span>
|
146
|
+
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>current_section</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Currently</span><span class='tstring_end'>'</span></span><span class='comma'>,</span>
|
147
147
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>paginate</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='kw'>false</span><span class='comma'>,</span>
|
148
148
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>never_time</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span>
|
149
149
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>never_finish</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span>
|
@@ -1101,7 +1101,7 @@ matched, first match wins)</p>
|
|
1101
1101
|
</div>
|
1102
1102
|
|
1103
1103
|
<div id="footer">
|
1104
|
-
Generated on
|
1104
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
1105
1105
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1106
1106
|
0.9.26 (ruby-3.0.1).
|
1107
1107
|
</div>
|
@@ -176,7 +176,7 @@
|
|
176
176
|
</div>
|
177
177
|
|
178
178
|
<div id="footer">
|
179
|
-
Generated on
|
179
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
180
180
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
181
181
|
0.9.26 (ruby-3.0.1).
|
182
182
|
</div>
|
@@ -176,7 +176,7 @@
|
|
176
176
|
</div>
|
177
177
|
|
178
178
|
<div id="footer">
|
179
|
-
Generated on
|
179
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
180
180
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
181
181
|
0.9.26 (ruby-3.0.1).
|
182
182
|
</div>
|
@@ -176,7 +176,7 @@
|
|
176
176
|
</div>
|
177
177
|
|
178
178
|
<div id="footer">
|
179
|
-
Generated on
|
179
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
180
180
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
181
181
|
0.9.26 (ruby-3.0.1).
|
182
182
|
</div>
|
@@ -176,7 +176,7 @@
|
|
176
176
|
</div>
|
177
177
|
|
178
178
|
<div id="footer">
|
179
|
-
Generated on
|
179
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
180
180
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
181
181
|
0.9.26 (ruby-3.0.1).
|
182
182
|
</div>
|
@@ -176,7 +176,7 @@
|
|
176
176
|
</div>
|
177
177
|
|
178
178
|
<div id="footer">
|
179
|
-
Generated on
|
179
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
180
180
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
181
181
|
0.9.26 (ruby-3.0.1).
|
182
182
|
</div>
|
@@ -238,7 +238,7 @@
|
|
238
238
|
</div>
|
239
239
|
|
240
240
|
<div id="footer">
|
241
|
-
Generated on
|
241
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
242
242
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
243
243
|
0.9.26 (ruby-3.0.1).
|
244
244
|
</div>
|
@@ -176,7 +176,7 @@
|
|
176
176
|
</div>
|
177
177
|
|
178
178
|
<div id="footer">
|
179
|
-
Generated on
|
179
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
180
180
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
181
181
|
0.9.26 (ruby-3.0.1).
|
182
182
|
</div>
|
@@ -176,7 +176,7 @@
|
|
176
176
|
</div>
|
177
177
|
|
178
178
|
<div id="footer">
|
179
|
-
Generated on
|
179
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
180
180
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
181
181
|
0.9.26 (ruby-3.0.1).
|
182
182
|
</div>
|
data/docs/doc/Doing/Errors.html
CHANGED
@@ -181,7 +181,7 @@
|
|
181
181
|
</div>
|
182
182
|
|
183
183
|
<div id="footer">
|
184
|
-
Generated on
|
184
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
185
185
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
186
186
|
0.9.26 (ruby-3.0.1).
|
187
187
|
</div>
|
data/docs/doc/Doing/Hooks.html
CHANGED
@@ -354,7 +354,7 @@
|
|
354
354
|
</div>
|
355
355
|
|
356
356
|
<div id="footer">
|
357
|
-
Generated on
|
357
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
358
358
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
359
359
|
0.9.26 (ruby-3.0.1).
|
360
360
|
</div>
|
data/docs/doc/Doing/Item.html
CHANGED
@@ -1754,7 +1754,7 @@ type (:sensitive,
|
|
1754
1754
|
</div>
|
1755
1755
|
|
1756
1756
|
<div id="footer">
|
1757
|
-
Generated on
|
1757
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
1758
1758
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1759
1759
|
0.9.26 (ruby-3.0.1).
|
1760
1760
|
</div>
|
data/docs/doc/Doing/Items.html
CHANGED
@@ -826,7 +826,7 @@ specified section</p>
|
|
826
826
|
</div>
|
827
827
|
|
828
828
|
<div id="footer">
|
829
|
-
Generated on
|
829
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
830
830
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
831
831
|
0.9.26 (ruby-3.0.1).
|
832
832
|
</div>
|
@@ -1797,7 +1797,7 @@ message (optional)</p>
|
|
1797
1797
|
</div>
|
1798
1798
|
|
1799
1799
|
<div id="footer">
|
1800
|
-
Generated on
|
1800
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
1801
1801
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1802
1802
|
0.9.26 (ruby-3.0.1).
|
1803
1803
|
</div>
|
data/docs/doc/Doing/Note.html
CHANGED
@@ -627,7 +627,7 @@ content</p>
|
|
627
627
|
</div>
|
628
628
|
|
629
629
|
<div id="footer">
|
630
|
-
Generated on
|
630
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
631
631
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
632
632
|
0.9.26 (ruby-3.0.1).
|
633
633
|
</div>
|
data/docs/doc/Doing/Pager.html
CHANGED
@@ -296,7 +296,7 @@ STDOUT</p>
|
|
296
296
|
</div>
|
297
297
|
|
298
298
|
<div id="footer">
|
299
|
-
Generated on
|
299
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
300
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
301
301
|
0.9.26 (ruby-3.0.1).
|
302
302
|
</div>
|
data/docs/doc/Doing/Plugins.html
CHANGED
@@ -1235,7 +1235,7 @@ e.g. :imp => :import</p>
|
|
1235
1235
|
</div>
|
1236
1236
|
|
1237
1237
|
<div id="footer">
|
1238
|
-
Generated on
|
1238
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
1239
1239
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1240
1240
|
0.9.26 (ruby-3.0.1).
|
1241
1241
|
</div>
|