thor_nested_subcommand 1.0.3 → 1.0.5

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: 7eb5fb239271ac0a3d7b43371d2f953e1ddb738a749197460ea70ff31c9bd057
4
- data.tar.gz: 9c8534a9c2fa0030fa7448e01772ab2949fbbe142d22e21f44aeaefc66d9016e
3
+ metadata.gz: e1da6ae7ca0a1902091bb92878ce44d362418dbcf5e5db1506f23793309ddd1d
4
+ data.tar.gz: 3f55c772ea8e3bf3e8bd4d6335a0bff287e9081376f226a1abc1298571f306dd
5
5
  SHA512:
6
- metadata.gz: 6a738e53fb8617cde21f667d5f8681f8d2c2155920dcca35dd0cf8f3ddb1c3d203d93cd8cd8840ad1e3f86abc3b4cab40049ddbdac5ecd648079cb857226b4f7
7
- data.tar.gz: 7cd4ff30a410fbe613efb3fb433e09d9542a5b0c277534315d5bf0647be08e6bf47f1735ccec886d79658dd0b811219ec50963385edef46d627634ad65d26ca3
6
+ metadata.gz: 348292d6d3d093c0aba30b549934a2dbb39ca4100bd42c51477b5aff6379cace2b81de7776df0904fcabf9942e58e3ad361776636a9d416fca5a91f6fb631cbd
7
+ data.tar.gz: 2b5f5ae2029ebb7be55d52338e372492aa6e1e3dc4bcf1da578cb3cb90dba68f875e05100771deaf960ce88e3943c4fb448c32df0a65a33718dcc4f58c25122d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
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
+
8
+ ## [1.0.4] - 2023-12-02
9
+
10
+ Changes
11
+
12
+ - Update rubocop version.
13
+
1
14
  ## [1.0.3] - 2023-12-02
2
15
 
3
16
  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.42.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.3)
4
+ thor_nested_subcommand (1.0.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -11,10 +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
+ language_server-protocol (3.17.0.3)
16
17
  method_source (1.0.0)
17
- parallel (1.23.0)
18
+ parallel (1.24.0)
18
19
  parser (3.2.2.4)
19
20
  ast (~> 2.4.1)
20
21
  racc
@@ -31,7 +32,7 @@ GEM
31
32
  kwalify (~> 0.7.0)
32
33
  parser (~> 3.2.0)
33
34
  rainbow (>= 2.0, < 4.0)
34
- regexp_parser (2.8.2)
35
+ regexp_parser (2.8.3)
35
36
  rexml (3.2.6)
36
37
  rspec (3.12.0)
37
38
  rspec-core (~> 3.12.0)
@@ -46,18 +47,30 @@ GEM
46
47
  diff-lcs (>= 1.2.0, < 2.0)
47
48
  rspec-support (~> 3.12.0)
48
49
  rspec-support (3.12.1)
49
- rubocop (1.42.0)
50
+ rubocop (1.59.0)
50
51
  json (~> 2.3)
52
+ language_server-protocol (>= 3.17.0)
51
53
  parallel (~> 1.10)
52
- parser (>= 3.1.2.1)
54
+ parser (>= 3.2.2.4)
53
55
  rainbow (>= 2.2.2, < 4.0)
54
56
  regexp_parser (>= 1.8, < 3.0)
55
57
  rexml (>= 3.2.5, < 4.0)
56
- rubocop-ast (>= 1.24.1, < 2.0)
58
+ rubocop-ast (>= 1.30.0, < 2.0)
57
59
  ruby-progressbar (~> 1.7)
58
- unicode-display_width (>= 1.4.0, < 3.0)
60
+ unicode-display_width (>= 2.4.0, < 3.0)
59
61
  rubocop-ast (1.30.0)
60
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)
61
74
  ruby-progressbar (1.13.0)
62
75
  simplecov (0.22.0)
63
76
  docile (~> 1.1)
@@ -78,9 +91,11 @@ DEPENDENCIES
78
91
  rake (~> 13.0)
79
92
  reek (~> 6.1)
80
93
  rspec (~> 3.12)
81
- rubocop (~> 1.42.0)
94
+ rubocop (~> 1.59.0)
95
+ rubocop-performance (~> 1.19)
96
+ rubocop-rspec (~> 2.23)
82
97
  simplecov (~> 0.22.0)
83
- thor (~> 1.2)
98
+ thor (~> 1.3)
84
99
  thor_nested_subcommand!
85
100
 
86
101
  BUNDLED WITH
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ThorNestedSubcommand
4
- VERSION = '1.0.3'
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.3
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