thor_nested_subcommand 1.0.1 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8035a39ac6fd5e48537b393197da5bd5ffb1cf3f1f974619b5ffefadf0b8412d
4
- data.tar.gz: ae27a4808832e09816fe75c5ed13898368eb190c629ad9387fa040abb9d5523c
3
+ metadata.gz: 7eb5fb239271ac0a3d7b43371d2f953e1ddb738a749197460ea70ff31c9bd057
4
+ data.tar.gz: 9c8534a9c2fa0030fa7448e01772ab2949fbbe142d22e21f44aeaefc66d9016e
5
5
  SHA512:
6
- metadata.gz: 05cbb586e340e7638b8dc2e4199f174660967d56789a8aa65365679068fcbc2043e2f0fb369c9fed46de5a2cc01ed869444a5f03ae420bc47336fad6318f136b
7
- data.tar.gz: 24ccb048be07036d63c50612675fee900000cc7ea4be0fd44ed9e0a208d4369d4ff060efd541f6f1acc171173bbf7728e97c329883278c212b55c50ad06555c3
6
+ metadata.gz: 6a738e53fb8617cde21f667d5f8681f8d2c2155920dcca35dd0cf8f3ddb1c3d203d93cd8cd8840ad1e3f86abc3b4cab40049ddbdac5ecd648079cb857226b4f7
7
+ data.tar.gz: 7cd4ff30a410fbe613efb3fb433e09d9542a5b0c277534315d5bf0647be08e6bf47f1735ccec886d79658dd0b811219ec50963385edef46d627634ad65d26ca3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.0.3] - 2023-12-02
2
+
3
+ Changes
4
+
5
+ - Update Ruby gems.
6
+
7
+ ## [1.0.2] - 2023-11-01
8
+
9
+ Changes
10
+
11
+ - Update Ruby gems.
12
+
1
13
  ## [1.0.1] - 2022-08-17
2
14
 
3
15
  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.3)
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.6.3)
14
+ json (2.7.0)
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.3)
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.3'
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.3
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-12-02 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.