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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc68528afc77ef62c89101f0cd0ad21b2fe4e21b16fa40b86b0b02c43a26ef68
4
- data.tar.gz: 27986cb7aa84b3ac21a08101b5ec7275803aa45fff185aa386669c1b906db438
3
+ metadata.gz: e1da6ae7ca0a1902091bb92878ce44d362418dbcf5e5db1506f23793309ddd1d
4
+ data.tar.gz: 3f55c772ea8e3bf3e8bd4d6335a0bff287e9081376f226a1abc1298571f306dd
5
5
  SHA512:
6
- metadata.gz: b45c1865acc51a2479cb1e715e9d503f659f33f4698d0857e75a7c0ce8538e5e97fa1c5b93a9e5a7d8ff6139730abdb35785286a80903f26a742f6cc54801ce1
7
- data.tar.gz: e0ef3abc8ad945a90534b980f9fe28dd04ef897f090d2f77345892e06d77e7f472234aca125022e5ee2a4fecc386817257fe62a1df3cd0d9b9d41bea9f45f6eb
6
+ metadata.gz: 348292d6d3d093c0aba30b549934a2dbb39ca4100bd42c51477b5aff6379cace2b81de7776df0904fcabf9942e58e3ad361776636a9d416fca5a91f6fb631cbd
7
+ data.tar.gz: 2b5f5ae2029ebb7be55d52338e372492aa6e1e3dc4bcf1da578cb3cb90dba68f875e05100771deaf960ce88e3943c4fb448c32df0a65a33718dcc4f58c25122d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.5] - 2023-12-27
2
+
3
+ Changes
4
+
5
+ - Update ruby gems (including thor version).
6
+ - Refactor specs for use with `bundle exec rake` to be used with github actions.
7
+
1
8
  ## [1.0.4] - 2023-12-02
2
9
 
3
10
  Changes
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.2'
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)
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.0)
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.23.0)
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.2)
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.58.0)
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.58.0)
94
+ rubocop (~> 1.59.0)
95
+ rubocop-performance (~> 1.19)
96
+ rubocop-rspec (~> 2.23)
84
97
  simplecov (~> 0.22.0)
85
- thor (~> 1.2)
98
+ thor (~> 1.3)
86
99
  thor_nested_subcommand!
87
100
 
88
101
  BUNDLED WITH
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ThorNestedSubcommand
4
- VERSION = '1.0.4'
4
+ VERSION = '1.0.5'
5
5
  end
@@ -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 "#{base_usage} #{usage} ", description, options
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
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-02 00:00:00.000000000 Z
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