thor_nested_subcommand 1.0.4 → 1.0.5
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/CHANGELOG.md +7 -0
- data/Gemfile +6 -5
- data/Gemfile.lock +20 -7
- data/lib/thor_nested_subcommand/version.rb +1 -1
- data/lib/thor_nested_subcommand.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1da6ae7ca0a1902091bb92878ce44d362418dbcf5e5db1506f23793309ddd1d
|
|
4
|
+
data.tar.gz: 3f55c772ea8e3bf3e8bd4d6335a0bff287e9081376f226a1abc1298571f306dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 348292d6d3d093c0aba30b549934a2dbb39ca4100bd42c51477b5aff6379cace2b81de7776df0904fcabf9942e58e3ad361776636a9d416fca5a91f6fb631cbd
|
|
7
|
+
data.tar.gz: 2b5f5ae2029ebb7be55d52338e372492aa6e1e3dc4bcf1da578cb3cb90dba68f875e05100771deaf960ce88e3943c4fb448c32df0a65a33718dcc4f58c25122d
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
|
@@ -5,11 +5,12 @@ source 'https://rubygems.org'
|
|
|
5
5
|
# Specify your gem's dependencies in thor_nested_subcommand.gemspec
|
|
6
6
|
gemspec
|
|
7
7
|
|
|
8
|
-
gem 'rake', '~> 13.0'
|
|
9
|
-
gem 'rspec', '~> 3.12'
|
|
10
|
-
gem 'rubocop', '~> 1.58.0'
|
|
11
|
-
|
|
12
8
|
gem 'pry-byebug', '~> 3.9'
|
|
9
|
+
gem 'rake', '~> 13.0'
|
|
13
10
|
gem 'reek', '~> 6.1'
|
|
11
|
+
gem 'rspec', '~> 3.12'
|
|
12
|
+
gem 'rubocop', '~> 1.59.0'
|
|
13
|
+
gem 'rubocop-performance', '~> 1.19'
|
|
14
|
+
gem 'rubocop-rspec', '~> 2.23'
|
|
14
15
|
gem 'simplecov', '~> 0.22.0'
|
|
15
|
-
gem 'thor', '~> 1.
|
|
16
|
+
gem 'thor', '~> 1.3'
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
thor_nested_subcommand (1.0.
|
|
4
|
+
thor_nested_subcommand (1.0.5)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -11,11 +11,11 @@ GEM
|
|
|
11
11
|
coderay (1.1.3)
|
|
12
12
|
diff-lcs (1.5.0)
|
|
13
13
|
docile (1.4.0)
|
|
14
|
-
json (2.7.
|
|
14
|
+
json (2.7.1)
|
|
15
15
|
kwalify (0.7.2)
|
|
16
16
|
language_server-protocol (3.17.0.3)
|
|
17
17
|
method_source (1.0.0)
|
|
18
|
-
parallel (1.
|
|
18
|
+
parallel (1.24.0)
|
|
19
19
|
parser (3.2.2.4)
|
|
20
20
|
ast (~> 2.4.1)
|
|
21
21
|
racc
|
|
@@ -32,7 +32,7 @@ GEM
|
|
|
32
32
|
kwalify (~> 0.7.0)
|
|
33
33
|
parser (~> 3.2.0)
|
|
34
34
|
rainbow (>= 2.0, < 4.0)
|
|
35
|
-
regexp_parser (2.8.
|
|
35
|
+
regexp_parser (2.8.3)
|
|
36
36
|
rexml (3.2.6)
|
|
37
37
|
rspec (3.12.0)
|
|
38
38
|
rspec-core (~> 3.12.0)
|
|
@@ -47,7 +47,7 @@ GEM
|
|
|
47
47
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
48
48
|
rspec-support (~> 3.12.0)
|
|
49
49
|
rspec-support (3.12.1)
|
|
50
|
-
rubocop (1.
|
|
50
|
+
rubocop (1.59.0)
|
|
51
51
|
json (~> 2.3)
|
|
52
52
|
language_server-protocol (>= 3.17.0)
|
|
53
53
|
parallel (~> 1.10)
|
|
@@ -60,6 +60,17 @@ GEM
|
|
|
60
60
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
61
61
|
rubocop-ast (1.30.0)
|
|
62
62
|
parser (>= 3.2.1.0)
|
|
63
|
+
rubocop-capybara (2.19.0)
|
|
64
|
+
rubocop (~> 1.41)
|
|
65
|
+
rubocop-factory_bot (2.24.0)
|
|
66
|
+
rubocop (~> 1.33)
|
|
67
|
+
rubocop-performance (1.20.1)
|
|
68
|
+
rubocop (>= 1.48.1, < 2.0)
|
|
69
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
|
70
|
+
rubocop-rspec (2.25.0)
|
|
71
|
+
rubocop (~> 1.40)
|
|
72
|
+
rubocop-capybara (~> 2.17)
|
|
73
|
+
rubocop-factory_bot (~> 2.22)
|
|
63
74
|
ruby-progressbar (1.13.0)
|
|
64
75
|
simplecov (0.22.0)
|
|
65
76
|
docile (~> 1.1)
|
|
@@ -80,9 +91,11 @@ DEPENDENCIES
|
|
|
80
91
|
rake (~> 13.0)
|
|
81
92
|
reek (~> 6.1)
|
|
82
93
|
rspec (~> 3.12)
|
|
83
|
-
rubocop (~> 1.
|
|
94
|
+
rubocop (~> 1.59.0)
|
|
95
|
+
rubocop-performance (~> 1.19)
|
|
96
|
+
rubocop-rspec (~> 2.23)
|
|
84
97
|
simplecov (~> 0.22.0)
|
|
85
|
-
thor (~> 1.
|
|
98
|
+
thor (~> 1.3)
|
|
86
99
|
thor_nested_subcommand!
|
|
87
100
|
|
|
88
101
|
BUNDLED WITH
|
|
@@ -22,7 +22,7 @@ module ThorNestedSubcommand
|
|
|
22
22
|
# Thor override
|
|
23
23
|
# rubocop:disable Style/OptionHash
|
|
24
24
|
def desc(usage, description, options = {})
|
|
25
|
-
super
|
|
25
|
+
super("#{base_usage} #{usage} ", description, options)
|
|
26
26
|
end
|
|
27
27
|
# rubocop:enable Style/OptionHash
|
|
28
28
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thor_nested_subcommand
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gene M. Angelo, Jr.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |2
|
|
14
14
|
`ThorNestedSubcommand` is a Ruby gem that provides a workaround for the
|