thor_nested_subcommand 1.0.7 → 1.0.9

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: 066251f725d5e5bb4cb76627dfdc603ec2349cc4c6ce7a4305e01eb951a4b47a
4
- data.tar.gz: 5ed957a93b55ec1d0620e22ddf406f84fbccc8f99f8ef212fffaf1eb23bce4ce
3
+ metadata.gz: 5de0ee6bcdbee5dc9783f124014e7cd780097089523670ee3e52566c9899f172
4
+ data.tar.gz: 38a8624c4874247a2c322832fba9d441d17279c1e78abded0782ed81454be7d9
5
5
  SHA512:
6
- metadata.gz: e23a79492c3582a627e2ba16a313b068c6bcb7387b04feb908d4ca8c2aa538e55b574e082c2f418b19da6e6cf2dd2f3fdc53acbf6a638951f27199f5a09f56d1
7
- data.tar.gz: 7ddf3edfd07e592bef2d3ef9f936c6d0f0e11faa402d975aaa144199246294eff9468a8e145955a119640b5f556a9757946d5119105361f141baf21040f77779
6
+ metadata.gz: eeb1558816011afaa600a9668fc3150802260b21e761d64f23e8d038c0081a0febb92d7668282cd169f31ac7285f421fe211a8bb3a6ab07b2cdd9fc34e0b6559
7
+ data.tar.gz: 42cb0903f269ea23c724bdad65085c9e05179b0c1a425a5b756fbcdf9c78b0e218dea9c5357dcbb847da09c34a0f333f1a4976d28d28d7deff9a5a866d6a9c2f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [1.0.9] - 2024-08-03
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+ - Patch rexml security vulnerability.
7
+
8
+ ## [1.0.8] - 2024-02-18
9
+
10
+ Changes
11
+
12
+ - Update ruby gems.
13
+
1
14
  ## [1.0.7] - 2024-01-17
2
15
 
3
16
  Changes
data/Gemfile CHANGED
@@ -5,12 +5,22 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in thor_nested_subcommand.gemspec
6
6
  gemspec
7
7
 
8
- gem 'pry-byebug', '~> 3.9'
9
- gem 'rake', '~> 13.0'
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'
15
- gem 'simplecov', '~> 0.22.0'
16
- gem 'thor', '~> 1.3'
8
+ gem 'bundler', '~> 2.5', '>= 2.5.3'
9
+ gem 'rake', '>= 13.0', '< 14.0'
10
+
11
+ group :development do
12
+ gem 'reek', '>= 6.1', '< 7.0'
13
+ gem 'rubocop', '>= 1.35', '< 2.0'
14
+ gem 'rubocop-performance', '>= 1.14', '< 2.0'
15
+ gem 'rubocop-rspec', '>= 2.12', '< 3.0'
16
+ end
17
+
18
+ group :test do
19
+ gem 'rspec', '>= 3.12', '< 4.0'
20
+ gem 'simplecov', '~> 0.22.0'
21
+ end
22
+
23
+ group :development, :test do
24
+ gem 'pry-byebug', '>= 3.9', '< 4.0'
25
+ gem 'thor', '~> 1.3'
26
+ end
data/Gemfile.lock CHANGED
@@ -1,31 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- thor_nested_subcommand (1.0.7)
4
+ thor_nested_subcommand (1.0.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
- bigdecimal (3.1.5)
10
+ bigdecimal (3.1.8)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- concurrent-ruby (1.2.3)
14
- diff-lcs (1.5.0)
15
- docile (1.4.0)
16
- dry-configurable (1.1.0)
13
+ concurrent-ruby (1.3.3)
14
+ diff-lcs (1.5.1)
15
+ docile (1.4.1)
16
+ dry-configurable (1.2.0)
17
17
  dry-core (~> 1.0, < 2)
18
18
  zeitwerk (~> 2.6)
19
19
  dry-core (1.0.1)
20
20
  concurrent-ruby (~> 1.0)
21
21
  zeitwerk (~> 2.6)
22
- dry-inflector (1.0.0)
22
+ dry-inflector (1.1.0)
23
23
  dry-initializer (3.1.1)
24
24
  dry-logic (1.5.0)
25
25
  concurrent-ruby (~> 1.0)
26
26
  dry-core (~> 1.0, < 2)
27
27
  zeitwerk (~> 2.6)
28
- dry-schema (1.13.3)
28
+ dry-schema (1.13.4)
29
29
  concurrent-ruby (~> 1.0)
30
30
  dry-configurable (~> 1.0, >= 1.0.1)
31
31
  dry-core (~> 1.0, < 2)
@@ -40,11 +40,11 @@ GEM
40
40
  dry-inflector (~> 1.0)
41
41
  dry-logic (~> 1.4)
42
42
  zeitwerk (~> 2.6)
43
- json (2.7.1)
43
+ json (2.7.2)
44
44
  language_server-protocol (3.17.0.3)
45
- method_source (1.0.0)
46
- parallel (1.24.0)
47
- parser (3.2.2.4)
45
+ method_source (1.1.0)
46
+ parallel (1.25.1)
47
+ parser (3.3.4.0)
48
48
  ast (~> 2.4.1)
49
49
  racc
50
50
  pry (0.14.2)
@@ -53,53 +53,57 @@ GEM
53
53
  pry-byebug (3.10.1)
54
54
  byebug (~> 11.0)
55
55
  pry (>= 0.13, < 0.15)
56
- racc (1.7.3)
56
+ racc (1.8.1)
57
57
  rainbow (3.1.1)
58
- rake (13.1.0)
59
- reek (6.2.0)
58
+ rake (13.2.1)
59
+ reek (6.3.0)
60
60
  dry-schema (~> 1.13.0)
61
- parser (~> 3.2.0)
61
+ parser (~> 3.3.0)
62
62
  rainbow (>= 2.0, < 4.0)
63
63
  rexml (~> 3.1)
64
- regexp_parser (2.9.0)
65
- rexml (3.2.6)
66
- rspec (3.12.0)
67
- rspec-core (~> 3.12.0)
68
- rspec-expectations (~> 3.12.0)
69
- rspec-mocks (~> 3.12.0)
70
- rspec-core (3.12.2)
71
- rspec-support (~> 3.12.0)
72
- rspec-expectations (3.12.3)
64
+ regexp_parser (2.9.2)
65
+ rexml (3.3.4)
66
+ strscan
67
+ rspec (3.13.0)
68
+ rspec-core (~> 3.13.0)
69
+ rspec-expectations (~> 3.13.0)
70
+ rspec-mocks (~> 3.13.0)
71
+ rspec-core (3.13.0)
72
+ rspec-support (~> 3.13.0)
73
+ rspec-expectations (3.13.1)
73
74
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.12.0)
75
- rspec-mocks (3.12.6)
75
+ rspec-support (~> 3.13.0)
76
+ rspec-mocks (3.13.1)
76
77
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.12.0)
78
- rspec-support (3.12.1)
79
- rubocop (1.59.0)
78
+ rspec-support (~> 3.13.0)
79
+ rspec-support (3.13.1)
80
+ rubocop (1.65.1)
80
81
  json (~> 2.3)
81
82
  language_server-protocol (>= 3.17.0)
82
83
  parallel (~> 1.10)
83
- parser (>= 3.2.2.4)
84
+ parser (>= 3.3.0.2)
84
85
  rainbow (>= 2.2.2, < 4.0)
85
- regexp_parser (>= 1.8, < 3.0)
86
+ regexp_parser (>= 2.4, < 3.0)
86
87
  rexml (>= 3.2.5, < 4.0)
87
- rubocop-ast (>= 1.30.0, < 2.0)
88
+ rubocop-ast (>= 1.31.1, < 2.0)
88
89
  ruby-progressbar (~> 1.7)
89
90
  unicode-display_width (>= 2.4.0, < 3.0)
90
- rubocop-ast (1.30.0)
91
- parser (>= 3.2.1.0)
92
- rubocop-capybara (2.20.0)
91
+ rubocop-ast (1.31.3)
92
+ parser (>= 3.3.1.0)
93
+ rubocop-capybara (2.21.0)
93
94
  rubocop (~> 1.41)
94
- rubocop-factory_bot (2.25.1)
95
- rubocop (~> 1.41)
96
- rubocop-performance (1.20.2)
95
+ rubocop-factory_bot (2.26.1)
96
+ rubocop (~> 1.61)
97
+ rubocop-performance (1.21.1)
97
98
  rubocop (>= 1.48.1, < 2.0)
98
- rubocop-ast (>= 1.30.0, < 2.0)
99
- rubocop-rspec (2.26.1)
99
+ rubocop-ast (>= 1.31.1, < 2.0)
100
+ rubocop-rspec (2.31.0)
100
101
  rubocop (~> 1.40)
101
102
  rubocop-capybara (~> 2.17)
102
103
  rubocop-factory_bot (~> 2.22)
104
+ rubocop-rspec_rails (~> 2.28)
105
+ rubocop-rspec_rails (2.29.1)
106
+ rubocop (~> 1.61)
103
107
  ruby-progressbar (1.13.0)
104
108
  simplecov (0.22.0)
105
109
  docile (~> 1.1)
@@ -107,9 +111,10 @@ GEM
107
111
  simplecov_json_formatter (~> 0.1)
108
112
  simplecov-html (0.12.3)
109
113
  simplecov_json_formatter (0.1.4)
110
- thor (1.3.0)
114
+ strscan (3.1.0)
115
+ thor (1.3.1)
111
116
  unicode-display_width (2.5.0)
112
- zeitwerk (2.6.12)
117
+ zeitwerk (2.6.17)
113
118
 
114
119
  PLATFORMS
115
120
  x86_64-darwin-19
@@ -117,16 +122,17 @@ PLATFORMS
117
122
  x86_64-linux
118
123
 
119
124
  DEPENDENCIES
120
- pry-byebug (~> 3.9)
121
- rake (~> 13.0)
122
- reek (~> 6.1)
123
- rspec (~> 3.12)
124
- rubocop (~> 1.59.0)
125
- rubocop-performance (~> 1.19)
126
- rubocop-rspec (~> 2.23)
125
+ bundler (~> 2.5, >= 2.5.3)
126
+ pry-byebug (>= 3.9, < 4.0)
127
+ rake (>= 13.0, < 14.0)
128
+ reek (>= 6.1, < 7.0)
129
+ rspec (>= 3.12, < 4.0)
130
+ rubocop (>= 1.35, < 2.0)
131
+ rubocop-performance (>= 1.14, < 2.0)
132
+ rubocop-rspec (>= 2.12, < 3.0)
127
133
  simplecov (~> 0.22.0)
128
134
  thor (~> 1.3)
129
135
  thor_nested_subcommand!
130
136
 
131
137
  BUNDLED WITH
132
- 2.3.22
138
+ 2.5.6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- [![Ruby](https://github.com/gangelo/thor_nested_subcommand/actions/workflows/ruby.yml/badge.svg?refresh=1)](https://github.com/gangelo/thor_nested_subcommand/actions/workflows/ruby.yml)
2
- [![GitHub version](http://badge.fury.io/gh/gangelo%2Fthor_nested_subcommand.svg?refresh=5)](https://badge.fury.io/gh/gangelo%2Fthor_nested_subcommand)
3
- [![Gem Version](https://badge.fury.io/rb/thor_nested_subcommand.svg?refresh=5)](https://badge.fury.io/rb/thor_nested_subcommand)
1
+ [![Ruby](https://github.com/gangelo/thor_nested_subcommand/actions/workflows/ruby.yml/badge.svg?refresh=12)](https://github.com/gangelo/thor_nested_subcommand/actions/workflows/ruby.yml)
2
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fthor_nested_subcommand.svg?refresh=12)](https://badge.fury.io/gh/gangelo%2Fthor_nested_subcommand)
3
+ [![Gem Version](https://badge.fury.io/rb/thor_nested_subcommand.svg?refresh=12)](https://badge.fury.io/rb/thor_nested_subcommand)
4
4
  [![](http://ruby-gem-downloads-badge.herokuapp.com/thor_nested_subcommand?type=total)](http://www.rubydoc.info/gems/thor_nested_subcommand/)
5
5
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/thor_nested_subcommand/)
6
6
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/thor_nested_subcommand/issues)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ThorNestedSubcommand
4
- VERSION = '1.0.7'
4
+ VERSION = '1.0.9'
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.7
4
+ version: 1.0.9
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: 2024-01-18 00:00:00.000000000 Z
11
+ date: 2024-08-03 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
@@ -50,7 +50,34 @@ metadata:
50
50
  source_code_uri: https://github.com/gangelo/thor_nested_subcommand
51
51
  changelog_uri: https://github.com/gangelo/thor_nested_subcommand/blob/main/CHANGELOG.md
52
52
  rubygems_mfa_required: 'true'
53
- post_install_message:
53
+ post_install_message: |
54
+ Thank you for installing thor_nested_subcommand.
55
+
56
+ View the thor_nested_subcommand README.md here: https://github.com/gangelo/thor_nested_subcommand
57
+ View the thor_nested_subcommand CHANGELOG.md: https://github.com/gangelo/thor_nested_subcommand/blob/main/CHANGELOG.md
58
+
59
+ **
60
+ ****
61
+ *******
62
+ **********
63
+ ***********************
64
+ *****************
65
+ *************
66
+ ******* *******
67
+ ***** *****
68
+ *** ***
69
+ ** **
70
+
71
+ Using thor_nested_subcommand? thor_nested_subcommand is made available free of charge. Please consider giving thor_nested_subcommand a STAR on GitHub as well as sharing thor_nested_subcommand with your fellow developers on social media.
72
+
73
+ Knowing that thor_nested_subcommand is being used and appreciated is a great motivator to continue developing and improving thor_nested_subcommand.
74
+
75
+ >>> Star it on github: https://github.com/gangelo/thor_nested_subcommand
76
+ >>> Share on social media: https://rubygems.org/gems/thor_nested_subcommand
77
+
78
+ Thank you!
79
+
80
+ <3 Gene
54
81
  rdoc_options: []
55
82
  require_paths:
56
83
  - lib