thor_nested_subcommand 1.0.6 → 1.0.8

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: f6dcf961d99ea1998135a75e063611a284d914fd6b3e688a55729898a7b5f47b
4
- data.tar.gz: 10f6a51d257921ed513ae8d2bffc3536da7849d831db9a90d1fe077b78ad4610
3
+ metadata.gz: ff5ad1c0725aad70365818bf58752f2fb739ec90b17e8c7f7272f84d2f469145
4
+ data.tar.gz: a1d9042f92f220eed64738598ce86d7903d26ee7b3cde9638cd5826287442969
5
5
  SHA512:
6
- metadata.gz: 7218b33afa6e8e1a5e9c10b972cf27e6e94f3af6a0d1d811884e3dedbb3a65c42abc82e1c89b55703cce8b4aa2c2956bcf1739199d8a3d750f403f6599f03d09
7
- data.tar.gz: 8a19b4e090b6ee8b24af7ac1c4867c669e33b11f8dcc94225c81d99eab72812c59bf22ccfe5ff81abd237a0800bacc5b50d8d6686d8795fd8b7b8ab95b55fbde
6
+ metadata.gz: 94c1ae898896adc6cb994c761be95ec9a102200f2db007288471c907a1e95cbfca573e61cf9411588651864bf054344504ad6b613aa21a10e90fdf84d425a42d
7
+ data.tar.gz: 5ce0d7ac1bc53496255f7c4f2e065567cfab31b8d6e909209e3321290171fa070cebf4671639352a9e9d6cdadbb28f540b885ddbaf3b8133b3fd1fd455c9cd05
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.0.8] - 2024-02-18
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+
7
+ ## [1.0.7] - 2024-01-17
8
+
9
+ Changes
10
+
11
+ - Update ruby gems.
12
+
1
13
  ## [1.0.6] - 2024-01-07
2
14
 
3
15
  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,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- thor_nested_subcommand (1.0.6)
4
+ thor_nested_subcommand (1.0.7)
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.6)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- concurrent-ruby (1.2.2)
14
- diff-lcs (1.5.0)
13
+ concurrent-ruby (1.2.3)
14
+ diff-lcs (1.5.1)
15
15
  docile (1.4.0)
16
16
  dry-configurable (1.1.0)
17
17
  dry-core (~> 1.0, < 2)
@@ -44,7 +44,7 @@ GEM
44
44
  language_server-protocol (3.17.0.3)
45
45
  method_source (1.0.0)
46
46
  parallel (1.24.0)
47
- parser (3.2.2.4)
47
+ parser (3.3.0.5)
48
48
  ast (~> 2.4.1)
49
49
  racc
50
50
  pry (0.14.2)
@@ -56,31 +56,31 @@ GEM
56
56
  racc (1.7.3)
57
57
  rainbow (3.1.1)
58
58
  rake (13.1.0)
59
- reek (6.2.0)
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.8.3)
64
+ regexp_parser (2.9.0)
65
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)
66
+ rspec (3.13.0)
67
+ rspec-core (~> 3.13.0)
68
+ rspec-expectations (~> 3.13.0)
69
+ rspec-mocks (~> 3.13.0)
70
+ rspec-core (3.13.0)
71
+ rspec-support (~> 3.13.0)
72
+ rspec-expectations (3.13.0)
73
73
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.12.0)
75
- rspec-mocks (3.12.6)
74
+ rspec-support (~> 3.13.0)
75
+ rspec-mocks (3.13.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.12.0)
78
- rspec-support (3.12.1)
79
- rubocop (1.59.0)
77
+ rspec-support (~> 3.13.0)
78
+ rspec-support (3.13.0)
79
+ rubocop (1.60.2)
80
80
  json (~> 2.3)
81
81
  language_server-protocol (>= 3.17.0)
82
82
  parallel (~> 1.10)
83
- parser (>= 3.2.2.4)
83
+ parser (>= 3.3.0.2)
84
84
  rainbow (>= 2.2.2, < 4.0)
85
85
  regexp_parser (>= 1.8, < 3.0)
86
86
  rexml (>= 3.2.5, < 4.0)
@@ -91,9 +91,9 @@ GEM
91
91
  parser (>= 3.2.1.0)
92
92
  rubocop-capybara (2.20.0)
93
93
  rubocop (~> 1.41)
94
- rubocop-factory_bot (2.25.0)
95
- rubocop (~> 1.33)
96
- rubocop-performance (1.20.1)
94
+ rubocop-factory_bot (2.25.1)
95
+ rubocop (~> 1.41)
96
+ rubocop-performance (1.20.2)
97
97
  rubocop (>= 1.48.1, < 2.0)
98
98
  rubocop-ast (>= 1.30.0, < 2.0)
99
99
  rubocop-rspec (2.26.1)
@@ -109,7 +109,7 @@ GEM
109
109
  simplecov_json_formatter (0.1.4)
110
110
  thor (1.3.0)
111
111
  unicode-display_width (2.5.0)
112
- zeitwerk (2.6.12)
112
+ zeitwerk (2.6.13)
113
113
 
114
114
  PLATFORMS
115
115
  x86_64-darwin-19
@@ -117,16 +117,17 @@ PLATFORMS
117
117
  x86_64-linux
118
118
 
119
119
  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)
120
+ bundler (~> 2.5, >= 2.5.3)
121
+ pry-byebug (>= 3.9, < 4.0)
122
+ rake (>= 13.0, < 14.0)
123
+ reek (>= 6.1, < 7.0)
124
+ rspec (>= 3.12, < 4.0)
125
+ rubocop (>= 1.35, < 2.0)
126
+ rubocop-performance (>= 1.14, < 2.0)
127
+ rubocop-rspec (>= 2.12, < 3.0)
127
128
  simplecov (~> 0.22.0)
128
129
  thor (~> 1.3)
129
130
  thor_nested_subcommand!
130
131
 
131
132
  BUNDLED WITH
132
- 2.3.22
133
+ 2.5.6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
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=2)](https://badge.fury.io/gh/gangelo%2Fthor_nested_subcommand)
3
- [![Gem Version](https://badge.fury.io/rb/thor_nested_subcommand.svg?refresh=2)](https://badge.fury.io/rb/thor_nested_subcommand)
2
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fthor_nested_subcommand.svg?refresh=10)](https://badge.fury.io/gh/gangelo%2Fthor_nested_subcommand)
3
+ [![Gem Version](https://badge.fury.io/rb/thor_nested_subcommand.svg?refresh=10)](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.6'
4
+ VERSION = '1.0.8'
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.6
4
+ version: 1.0.8
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-07 00:00:00.000000000 Z
11
+ date: 2024-02-19 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