doing 2.0.7.pre → 2.0.11
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 +20 -0
- data/.yardoc/complete +0 -0
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/.yardoc/proxy_types +0 -0
- data/.yardopts +1 -0
- data/CHANGELOG.md +13 -9
- data/Gemfile.lock +30 -10
- data/README.md +1 -1
- data/Rakefile +8 -1
- data/bin/doing +368 -21
- data/doc/Array.html +135 -0
- data/doc/Doing/Color.html +506 -0
- data/doc/Doing/Configuration.html +680 -0
- data/doc/Doing/Errors/DoingNoTraceError.html +186 -0
- data/doc/Doing/Errors/DoingRuntimeError.html +186 -0
- data/doc/Doing/Errors/DoingStandardError.html +186 -0
- data/doc/Doing/Errors/EmptyInput.html +186 -0
- data/doc/Doing/Errors/NoResults.html +186 -0
- data/doc/Doing/Errors/PluginException.html +248 -0
- data/doc/Doing/Errors/UserCancelled.html +186 -0
- data/doc/Doing/Errors/WrongCommand.html +186 -0
- data/doc/Doing/Errors.html +191 -0
- data/doc/Doing/Hooks.html +364 -0
- data/doc/Doing/Item.html +1385 -0
- data/doc/Doing/Items.html +393 -0
- data/doc/Doing/LogAdapter.html +1650 -0
- data/doc/Doing/Note.html +535 -0
- data/doc/Doing/Pager.html +268 -0
- data/doc/Doing/Plugins.html +849 -0
- data/doc/Doing/Util.html +870 -0
- data/doc/Doing/WWID.html +4827 -0
- data/doc/Doing.html +145 -0
- data/doc/GLI/Commands/MarkdownDocumentListener.html +763 -0
- data/doc/GLI/Commands.html +115 -0
- data/doc/GLI.html +115 -0
- data/doc/Hash.html +332 -0
- data/doc/Status.html +292 -0
- data/doc/String.html +1714 -0
- data/doc/Symbol.html +250 -0
- data/doc/Time.html +182 -0
- data/doc/_index.html +411 -0
- data/doc/class_list.html +51 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +58 -0
- data/doc/css/style.css +497 -0
- data/doc/file.README.html +123 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +17 -0
- data/doc/index.html +123 -0
- data/doc/js/app.js +314 -0
- data/doc/js/full_list.js +216 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +1867 -0
- data/doc/top-level-namespace.html +112 -0
- data/doing.gemspec +5 -1
- data/doing.rdoc +354 -6
- data/example_plugin.rb +6 -6
- data/lib/doing/array.rb +15 -2
- data/lib/doing/configuration.rb +14 -12
- data/lib/doing/errors.rb +1 -1
- data/lib/doing/hash.rb +1 -1
- data/lib/doing/item.rb +113 -23
- data/lib/doing/log_adapter.rb +132 -119
- data/lib/doing/note.rb +1 -1
- data/lib/doing/plugin_manager.rb +5 -5
- data/lib/doing/plugins/export/csv_export.rb +1 -1
- data/lib/doing/plugins/export/template_export.rb +5 -7
- data/lib/doing/plugins/import/calendar_import.rb +8 -2
- data/lib/doing/plugins/import/doing_import.rb +10 -10
- data/lib/doing/plugins/import/timing_import.rb +12 -4
- data/lib/doing/string.rb +96 -21
- data/lib/doing/symbol.rb +9 -5
- data/lib/doing/time.rb +1 -1
- data/lib/doing/util.rb +18 -11
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +510 -368
- data/lib/doing/wwidfile.rb +5 -5
- data/lib/doing.rb +2 -1
- data/lib/examples/plugins/say_export.rb +6 -6
- data/lib/examples/plugins/{templates → wiki_export/templates}/wiki.css +0 -0
- data/lib/examples/plugins/{templates → wiki_export/templates}/wiki.haml +0 -0
- data/lib/examples/plugins/{templates → wiki_export/templates}/wiki_index.haml +0 -0
- data/lib/examples/plugins/{wiki_export.rb → wiki_export/wiki_export.rb} +0 -0
- data/rdocfixer.rb +1 -1
- data/yard_templates/default/method_details/setup.rb +3 -0
- metadata +121 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd5337fb3832570e16b9d3572b931c8484f3fe84547aa2ba5db15a4a0a622713
|
|
4
|
+
data.tar.gz: e9df16fbd231aeba99a1e4976e7e0f96908f7f1bb0e16e385722db1e6de79548
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b30f84f92598bae30f83d476d3989c0fe9a3aff32a7a3e8472be85c235c89e4dfc29f65c3eb9f5cc99076e94d5a00fe93d6291ba00b8e73c823a28407349d07
|
|
7
|
+
data.tar.gz: fe71eb8ab551f9f7a240e49c474ce01abde51182300c9c22a18062b25803dffa427714ee22665f34a98947d1742e68a7c4694a92eefddfc82a274489679fa21f
|
data/.yardoc/checksums
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
lib/doing/hash.rb 516c5a40b713a52f5d2cb73c20df5e84d57c6d66
|
|
2
|
+
lib/doing/item.rb 69ef4f60e970daafed1c708d28ef15dadd09c2e6
|
|
3
|
+
lib/doing/note.rb 84f53a2980a7b23793056e647bbd55a9f04c8cf1
|
|
4
|
+
lib/doing/time.rb d83c862e7fffd841e12150a3d954b445a6003da9
|
|
5
|
+
lib/doing/util.rb 4793f8193d7366e5072d03c96843e1b7fb71f90d
|
|
6
|
+
lib/doing/wwid.rb 21029a7ba3c0414968ff0b1779f58559e0e0a96d
|
|
7
|
+
lib/doing/array.rb 695309e5b659d47ab0383fecf1dc77a74c237e10
|
|
8
|
+
lib/doing/hooks.rb 00feacdbf24dc67951c49ca8c1ca9a568441920e
|
|
9
|
+
lib/doing/pager.rb 2b8099560df739d4a4dd4cfdb0402cd43abc705c
|
|
10
|
+
lib/doing/colors.rb 19cb557b1ea1161304046e5458add75e15357dbb
|
|
11
|
+
lib/doing/errors.rb af07e482a5389924edc2337749c81cda501098f0
|
|
12
|
+
lib/doing/string.rb 0803a7a08bfe3f4328868cb7e2abb546e10013c0
|
|
13
|
+
lib/doing/symbol.rb 1729951e207d6ed30bf17ce719b2230dd495b988
|
|
14
|
+
lib/doing/version.rb 2eed30271513448cebe46be379bca7d28bac86eb
|
|
15
|
+
lib/doing/wwidfile.rb c6b09c62751ae43b3b27aa95cc93601f6e5a49ad
|
|
16
|
+
lib/doing/cli_status.rb 96ebd3cdbeca646dd5c151a56ed07147302ab4d8
|
|
17
|
+
lib/doing/log_adapter.rb 00a4c9f47e8fb6e22019d39717ed61860b804e6b
|
|
18
|
+
lib/doing/configuration.rb 4e4b101901559ecdedffe376fad21359b1870bb0
|
|
19
|
+
lib/doing/plugin_manager.rb fb926e3998bac0b14dd4548b16ece0d32bbe0b9e
|
|
20
|
+
lib/doing/markdown_document_listener.rb 45485f225068a34951ec818a345f642323e5ba35
|
data/.yardoc/complete
ADDED
|
File without changes
|
|
Binary file
|
|
Binary file
|
data/.yardoc/proxy_types
ADDED
|
Binary file
|
data/.yardopts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
--markup-provider=redcarpet --markup=markdown --no-private --exclude=README.md lib/doing/*.rb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,24 @@
|
|
|
1
|
-
### 2.0.
|
|
1
|
+
### 2.0.11
|
|
2
|
+
|
|
3
|
+
#### NEW
|
|
4
|
+
|
|
5
|
+
- Append `/r` to tag transforms to replace original tag
|
|
2
6
|
|
|
3
7
|
#### FIXED
|
|
4
8
|
|
|
5
|
-
-
|
|
9
|
+
- Autotag tag transform fixes
|
|
6
10
|
|
|
7
|
-
### 2.0.
|
|
11
|
+
### 2.0.10
|
|
8
12
|
|
|
9
13
|
#### NEW
|
|
10
14
|
|
|
15
|
+
- Add 'timer_format' config with 'human' option for tag totals
|
|
11
16
|
- If `doing view` and `doing show` are confused, offer option to run the other command
|
|
12
17
|
- `doing completion` to generate shell completion scripts for zsh, bash, and fish
|
|
18
|
+
- --search and --not for cancel command
|
|
19
|
+
- --case flag for commands with --search. Can be (c)ase-sensitive, (i)nsensitive, or (s)mart (default smart, case insensitive unless search string contains uppercase letters)
|
|
20
|
+
- Add `--exact` flag to all commands with `--search` flag to force exact matching without requiring single quote prefix
|
|
21
|
+
- Add `--not` flag to all commands with filters (--tag, --search, --before, etc.) to negate the filter and return entries NOT matched
|
|
13
22
|
|
|
14
23
|
#### IMPROVED
|
|
15
24
|
|
|
@@ -20,16 +29,11 @@
|
|
|
20
29
|
|
|
21
30
|
#### FIXED
|
|
22
31
|
|
|
32
|
+
- Zsh completion not outputting results
|
|
23
33
|
- Remove `--[no]` from non-negatable options
|
|
24
34
|
- `doing plugins -t export -c` not outputting columns
|
|
25
35
|
- View config not respecting tag_order setting
|
|
26
36
|
|
|
27
|
-
### 2.0.5.pre
|
|
28
|
-
|
|
29
|
-
#### NEW
|
|
30
|
-
|
|
31
|
-
- Add 'timer_format' config with 'human' option for tag totals
|
|
32
|
-
|
|
33
37
|
### 2.0.3.pre
|
|
34
38
|
|
|
35
39
|
#### NEW
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
doing (2.0.
|
|
4
|
+
doing (2.0.11)
|
|
5
|
+
amatch (~> 0.4, >= 0.4.0)
|
|
5
6
|
chronic (~> 0.10, >= 0.10.2)
|
|
6
7
|
deep_merge (~> 1.2, >= 1.2.1)
|
|
7
8
|
gli (~> 2.19, >= 2.19.2)
|
|
@@ -11,12 +12,15 @@ PATH
|
|
|
11
12
|
GEM
|
|
12
13
|
remote: http://rubygems.org/
|
|
13
14
|
specs:
|
|
14
|
-
activesupport (6.1.4)
|
|
15
|
+
activesupport (6.1.4.1)
|
|
15
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
17
|
i18n (>= 1.6, < 2)
|
|
17
18
|
minitest (>= 5.1)
|
|
18
19
|
tzinfo (~> 2.0)
|
|
19
20
|
zeitwerk (~> 2.3)
|
|
21
|
+
amatch (0.4.0)
|
|
22
|
+
mize
|
|
23
|
+
tins (~> 1.0)
|
|
20
24
|
aruba (1.0.4)
|
|
21
25
|
childprocess (>= 2.0, < 5.0)
|
|
22
26
|
contracts (~> 0.16.0)
|
|
@@ -61,40 +65,53 @@ GEM
|
|
|
61
65
|
cucumber-messages (~> 13.0, >= 13.0.1)
|
|
62
66
|
deep_merge (1.2.1)
|
|
63
67
|
diff-lcs (1.4.4)
|
|
64
|
-
ffi (1.15.
|
|
68
|
+
ffi (1.15.4)
|
|
69
|
+
github-markup (4.0.0)
|
|
65
70
|
gli (2.20.1)
|
|
66
71
|
haml (5.0.4)
|
|
67
72
|
temple (>= 0.8.0)
|
|
68
73
|
tilt
|
|
69
|
-
i18n (1.8.
|
|
74
|
+
i18n (1.8.11)
|
|
70
75
|
concurrent-ruby (~> 1.0)
|
|
71
76
|
middleware (0.1.0)
|
|
72
77
|
minitest (5.14.4)
|
|
78
|
+
mize (0.4.0)
|
|
79
|
+
protocol (~> 2.0)
|
|
73
80
|
multi_test (0.1.2)
|
|
74
|
-
power_assert (2.0.
|
|
81
|
+
power_assert (2.0.1)
|
|
75
82
|
protobuf-cucumber (3.10.8)
|
|
76
83
|
activesupport (>= 3.2)
|
|
77
84
|
middleware
|
|
78
85
|
thor
|
|
79
86
|
thread_safe
|
|
80
|
-
|
|
81
|
-
|
|
87
|
+
protocol (2.0.0)
|
|
88
|
+
ruby_parser (~> 3.0)
|
|
89
|
+
rake (13.0.6)
|
|
90
|
+
rdoc (6.3.3)
|
|
91
|
+
redcarpet (3.5.1)
|
|
82
92
|
rspec-expectations (3.10.1)
|
|
83
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
84
94
|
rspec-support (~> 3.10.0)
|
|
85
|
-
rspec-support (3.10.
|
|
95
|
+
rspec-support (3.10.3)
|
|
96
|
+
ruby_parser (3.18.1)
|
|
97
|
+
sexp_processor (~> 4.16)
|
|
86
98
|
safe_yaml (1.0.5)
|
|
99
|
+
sexp_processor (4.16.0)
|
|
100
|
+
sync (0.5.0)
|
|
87
101
|
sys-uname (1.2.2)
|
|
88
102
|
ffi (~> 1.1)
|
|
89
103
|
temple (0.8.2)
|
|
90
|
-
test-unit (3.4.
|
|
104
|
+
test-unit (3.4.9)
|
|
91
105
|
power_assert
|
|
92
106
|
thor (1.1.0)
|
|
93
107
|
thread_safe (0.3.6)
|
|
94
108
|
tilt (2.0.10)
|
|
109
|
+
tins (1.29.1)
|
|
110
|
+
sync
|
|
95
111
|
tzinfo (2.0.4)
|
|
96
112
|
concurrent-ruby (~> 1.0)
|
|
97
|
-
|
|
113
|
+
yard (0.9.26)
|
|
114
|
+
zeitwerk (2.5.1)
|
|
98
115
|
|
|
99
116
|
PLATFORMS
|
|
100
117
|
ruby
|
|
@@ -102,9 +119,12 @@ PLATFORMS
|
|
|
102
119
|
DEPENDENCIES
|
|
103
120
|
aruba (~> 1.0.2)
|
|
104
121
|
doing!
|
|
122
|
+
github-markup
|
|
105
123
|
rake (~> 13.0, >= 13.0.1)
|
|
106
124
|
rdoc (~> 6.3.1)
|
|
125
|
+
redcarpet
|
|
107
126
|
test-unit (~> 3.4.4)
|
|
127
|
+
yard
|
|
108
128
|
|
|
109
129
|
BUNDLED WITH
|
|
110
130
|
2.2.17
|
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.0.
|
|
9
|
+
The current version of `doing` is <!--VER-->2.0.10<!--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
|
@@ -5,6 +5,13 @@ require 'rdoc'
|
|
|
5
5
|
require 'rdoc/task'
|
|
6
6
|
require 'rake/testtask'
|
|
7
7
|
require 'open3'
|
|
8
|
+
require 'yard'
|
|
9
|
+
|
|
10
|
+
YARD::Rake::YardocTask.new do |t|
|
|
11
|
+
t.files = ['lib/doing/*.rb']
|
|
12
|
+
t.options = ['--markup-provider=redcarpet', '--markup=markdown', '--no-private', '-p', 'yard_templates']
|
|
13
|
+
# t.stats_options = ['--list-undoc']
|
|
14
|
+
end
|
|
8
15
|
|
|
9
16
|
Rake::RDocTask.new do |rd|
|
|
10
17
|
rd.main = 'README.md'
|
|
@@ -76,4 +83,4 @@ task :bump, :type do |_, args|
|
|
|
76
83
|
File.open(version_file, 'w+') { |f| f.puts content }
|
|
77
84
|
end
|
|
78
85
|
|
|
79
|
-
task default: %i[clobber
|
|
86
|
+
task default: %i[clobber yard package]
|