doing 2.0.9.pre → 2.0.15
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 +21 -1
- data/Gemfile.lock +20 -10
- data/README.md +1 -1
- data/Rakefile +10 -1
- data/bin/doing +106 -38
- 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 +6 -1
- data/doing.rdoc +16 -16
- data/example_plugin.rb +6 -6
- data/lib/completion/_doing.zsh +24 -20
- data/lib/completion/doing.bash +41 -30
- data/lib/completion/doing.fish +50 -1
- data/lib/doing/array.rb +15 -2
- data/lib/doing/configuration.rb +14 -12
- data/lib/doing/hash.rb +1 -1
- data/lib/doing/item.rb +104 -19
- 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 +1 -1
- data/lib/doing/plugins/import/doing_import.rb +4 -4
- data/lib/doing/plugins/import/timing_import.rb +5 -3
- data/lib/doing/string.rb +77 -24
- 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 +513 -372
- data/lib/doing/wwidfile.rb +5 -5
- data/lib/doing.rb +2 -1
- data/lib/examples/plugins/say_export.rb +6 -6
- data/rdocfixer.rb +1 -1
- data/yard_templates/default/method_details/setup.rb +3 -0
- metadata +111 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c03e8b3f5d8a08d11bf11b6303a515074a3af443fd04b5168f186f0f18b390f
|
|
4
|
+
data.tar.gz: 374e1564d045b98b58c287f10a9508c4ac5887cf61b0273ed18b7103a96aa179
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cc8476e9b0cfdf54b9f534c580a1681282647ddac116b8c7d3ed23bb70eae9d2cedcac2b7dc47da613e73a37cd1169f81a40ad204a8e0224e0c61bf6cf19b89
|
|
7
|
+
data.tar.gz: 334671030e776716fe4bb92fd311720fdc7ce17d2291c16e1eae76f2071dec907dd381978f85e144b3075d71bfb5a26f42e4d0934301a21b8c2fb580d4cb81ac
|
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,4 +1,24 @@
|
|
|
1
|
-
### 2.0.
|
|
1
|
+
### 2.0.15
|
|
2
|
+
|
|
3
|
+
- Test release to validate git flow automation
|
|
4
|
+
|
|
5
|
+
### 2.0.13
|
|
6
|
+
|
|
7
|
+
#### FIXED
|
|
8
|
+
|
|
9
|
+
- Remove amatch gem dependency due to compatibility issues with Windows systems (also removes `--fuzzy` option from all search commands)
|
|
10
|
+
|
|
11
|
+
### 2.0.11
|
|
12
|
+
|
|
13
|
+
#### NEW
|
|
14
|
+
|
|
15
|
+
- Append `/r` to tag transforms to replace original tag
|
|
16
|
+
|
|
17
|
+
#### FIXED
|
|
18
|
+
|
|
19
|
+
- Autotag tag transform fixes
|
|
20
|
+
|
|
21
|
+
### 2.0.10
|
|
2
22
|
|
|
3
23
|
#### NEW
|
|
4
24
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
doing (2.0.
|
|
4
|
+
doing (2.0.15)
|
|
5
5
|
chronic (~> 0.10, >= 0.10.2)
|
|
6
6
|
deep_merge (~> 1.2, >= 1.2.1)
|
|
7
7
|
gli (~> 2.19, >= 2.19.2)
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: http://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (6.1.4)
|
|
14
|
+
activesupport (6.1.4.1)
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
16
|
i18n (>= 1.6, < 2)
|
|
17
17
|
minitest (>= 5.1)
|
|
@@ -61,40 +61,46 @@ GEM
|
|
|
61
61
|
cucumber-messages (~> 13.0, >= 13.0.1)
|
|
62
62
|
deep_merge (1.2.1)
|
|
63
63
|
diff-lcs (1.4.4)
|
|
64
|
-
ffi (1.15.
|
|
64
|
+
ffi (1.15.4)
|
|
65
|
+
github-markup (4.0.0)
|
|
65
66
|
gli (2.20.1)
|
|
66
67
|
haml (5.0.4)
|
|
67
68
|
temple (>= 0.8.0)
|
|
68
69
|
tilt
|
|
69
|
-
i18n (1.8.
|
|
70
|
+
i18n (1.8.11)
|
|
70
71
|
concurrent-ruby (~> 1.0)
|
|
71
72
|
middleware (0.1.0)
|
|
72
73
|
minitest (5.14.4)
|
|
73
74
|
multi_test (0.1.2)
|
|
74
|
-
|
|
75
|
+
parallel (1.21.0)
|
|
76
|
+
parallel_tests (3.7.3)
|
|
77
|
+
parallel
|
|
78
|
+
power_assert (2.0.1)
|
|
75
79
|
protobuf-cucumber (3.10.8)
|
|
76
80
|
activesupport (>= 3.2)
|
|
77
81
|
middleware
|
|
78
82
|
thor
|
|
79
83
|
thread_safe
|
|
80
|
-
rake (13.0.
|
|
81
|
-
rdoc (6.3.
|
|
84
|
+
rake (13.0.6)
|
|
85
|
+
rdoc (6.3.3)
|
|
86
|
+
redcarpet (3.5.1)
|
|
82
87
|
rspec-expectations (3.10.1)
|
|
83
88
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
84
89
|
rspec-support (~> 3.10.0)
|
|
85
|
-
rspec-support (3.10.
|
|
90
|
+
rspec-support (3.10.3)
|
|
86
91
|
safe_yaml (1.0.5)
|
|
87
92
|
sys-uname (1.2.2)
|
|
88
93
|
ffi (~> 1.1)
|
|
89
94
|
temple (0.8.2)
|
|
90
|
-
test-unit (3.4.
|
|
95
|
+
test-unit (3.4.9)
|
|
91
96
|
power_assert
|
|
92
97
|
thor (1.1.0)
|
|
93
98
|
thread_safe (0.3.6)
|
|
94
99
|
tilt (2.0.10)
|
|
95
100
|
tzinfo (2.0.4)
|
|
96
101
|
concurrent-ruby (~> 1.0)
|
|
97
|
-
|
|
102
|
+
yard (0.9.26)
|
|
103
|
+
zeitwerk (2.5.1)
|
|
98
104
|
|
|
99
105
|
PLATFORMS
|
|
100
106
|
ruby
|
|
@@ -102,9 +108,13 @@ PLATFORMS
|
|
|
102
108
|
DEPENDENCIES
|
|
103
109
|
aruba (~> 1.0.2)
|
|
104
110
|
doing!
|
|
111
|
+
github-markup
|
|
112
|
+
parallel_tests
|
|
105
113
|
rake (~> 13.0, >= 13.0.1)
|
|
106
114
|
rdoc (~> 6.3.1)
|
|
115
|
+
redcarpet
|
|
107
116
|
test-unit (~> 3.4.4)
|
|
117
|
+
yard
|
|
108
118
|
|
|
109
119
|
BUNDLED WITH
|
|
110
120
|
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.14<!--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,15 @@ require 'rdoc'
|
|
|
5
5
|
require 'rdoc/task'
|
|
6
6
|
require 'rake/testtask'
|
|
7
7
|
require 'open3'
|
|
8
|
+
require 'yard'
|
|
9
|
+
require 'parallel_tests'
|
|
10
|
+
require 'parallel_tests/tasks'
|
|
11
|
+
|
|
12
|
+
YARD::Rake::YardocTask.new do |t|
|
|
13
|
+
t.files = ['lib/doing/*.rb']
|
|
14
|
+
t.options = ['--markup-provider=redcarpet', '--markup=markdown', '--no-private', '-p', 'yard_templates']
|
|
15
|
+
# t.stats_options = ['--list-undoc']
|
|
16
|
+
end
|
|
8
17
|
|
|
9
18
|
Rake::RDocTask.new do |rd|
|
|
10
19
|
rd.main = 'README.md'
|
|
@@ -76,4 +85,4 @@ task :bump, :type do |_, args|
|
|
|
76
85
|
File.open(version_file, 'w+') { |f| f.puts content }
|
|
77
86
|
end
|
|
78
87
|
|
|
79
|
-
task default: %i[clobber
|
|
88
|
+
task default: %i[clobber yard package]
|