thor_nested_subcommand 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8035a39ac6fd5e48537b393197da5bd5ffb1cf3f1f974619b5ffefadf0b8412d
4
- data.tar.gz: ae27a4808832e09816fe75c5ed13898368eb190c629ad9387fa040abb9d5523c
3
+ metadata.gz: 868acb8db6810b78c2b008a377878de6dbd8d7821d892d71d914ea396132a400
4
+ data.tar.gz: e2555b7be2c8e8c66afe0bd70b2eedc1ddff13a241503bc39ac1684256da3804
5
5
  SHA512:
6
- metadata.gz: 05cbb586e340e7638b8dc2e4199f174660967d56789a8aa65365679068fcbc2043e2f0fb369c9fed46de5a2cc01ed869444a5f03ae420bc47336fad6318f136b
7
- data.tar.gz: 24ccb048be07036d63c50612675fee900000cc7ea4be0fd44ed9e0a208d4369d4ff060efd541f6f1acc171173bbf7728e97c329883278c212b55c50ad06555c3
6
+ metadata.gz: c60616ccbd36b5316853f9d4e24922442291dc55a9122f307de017813b465e03a9f0637ed37258378ebd8357bca1c575e244732295f9a97e28811c5762b3ab9b
7
+ data.tar.gz: eba49a8963bcea1db6863ebe5908c9a151b4d048cc2fc82c7588aabef65a160ac460408f49a1be9cb91c8a292524b28328c0632c1afc9457a23cd52eb39bb9d8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.0.2] - 2023-11-01
2
+
3
+ Changes
4
+
5
+ - Update Ruby gems.
6
+
1
7
  ## [1.0.1] - 2022-08-17
2
8
 
3
9
  Changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- thor_nested_subcommand (1.0.1)
4
+ thor_nested_subcommand (1.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -15,7 +15,7 @@ GEM
15
15
  kwalify (0.7.2)
16
16
  method_source (1.0.0)
17
17
  parallel (1.23.0)
18
- parser (3.2.2.3)
18
+ parser (3.2.2.4)
19
19
  ast (~> 2.4.1)
20
20
  racc
21
21
  pry (0.14.2)
@@ -24,14 +24,14 @@ GEM
24
24
  pry-byebug (3.10.1)
25
25
  byebug (~> 11.0)
26
26
  pry (>= 0.13, < 0.15)
27
- racc (1.7.1)
27
+ racc (1.7.2)
28
28
  rainbow (3.1.1)
29
- rake (13.0.6)
29
+ rake (13.1.0)
30
30
  reek (6.1.4)
31
31
  kwalify (~> 0.7.0)
32
32
  parser (~> 3.2.0)
33
33
  rainbow (>= 2.0, < 4.0)
34
- regexp_parser (2.8.1)
34
+ regexp_parser (2.8.2)
35
35
  rexml (3.2.6)
36
36
  rspec (3.12.0)
37
37
  rspec-core (~> 3.12.0)
@@ -56,7 +56,7 @@ GEM
56
56
  rubocop-ast (>= 1.24.1, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 1.4.0, < 3.0)
59
- rubocop-ast (1.29.0)
59
+ rubocop-ast (1.30.0)
60
60
  parser (>= 3.2.1.0)
61
61
  ruby-progressbar (1.13.0)
62
62
  simplecov (0.22.0)
@@ -65,11 +65,12 @@ GEM
65
65
  simplecov_json_formatter (~> 0.1)
66
66
  simplecov-html (0.12.3)
67
67
  simplecov_json_formatter (0.1.4)
68
- thor (1.2.2)
69
- unicode-display_width (2.4.2)
68
+ thor (1.3.0)
69
+ unicode-display_width (2.5.0)
70
70
 
71
71
  PLATFORMS
72
72
  x86_64-darwin-19
73
+ x86_64-darwin-21
73
74
  x86_64-linux
74
75
 
75
76
  DEPENDENCIES
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ThorNestedSubcommand
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
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.1
4
+ version: 1.0.2
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-08-17 00:00:00.000000000 Z
11
+ date: 2023-11-01 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
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
- rubygems_version: 3.3.22
68
+ rubygems_version: 3.2.15
69
69
  signing_key:
70
70
  specification_version: 4
71
71
  summary: A workaround for the Thor gem bug that displays nested subcommand help incorrectly.