thor_nested_subcommand 1.0.5 → 1.0.7

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: e1da6ae7ca0a1902091bb92878ce44d362418dbcf5e5db1506f23793309ddd1d
4
- data.tar.gz: 3f55c772ea8e3bf3e8bd4d6335a0bff287e9081376f226a1abc1298571f306dd
3
+ metadata.gz: 066251f725d5e5bb4cb76627dfdc603ec2349cc4c6ce7a4305e01eb951a4b47a
4
+ data.tar.gz: 5ed957a93b55ec1d0620e22ddf406f84fbccc8f99f8ef212fffaf1eb23bce4ce
5
5
  SHA512:
6
- metadata.gz: 348292d6d3d093c0aba30b549934a2dbb39ca4100bd42c51477b5aff6379cace2b81de7776df0904fcabf9942e58e3ad361776636a9d416fca5a91f6fb631cbd
7
- data.tar.gz: 2b5f5ae2029ebb7be55d52338e372492aa6e1e3dc4bcf1da578cb3cb90dba68f875e05100771deaf960ce88e3943c4fb448c32df0a65a33718dcc4f58c25122d
6
+ metadata.gz: e23a79492c3582a627e2ba16a313b068c6bcb7387b04feb908d4ca8c2aa538e55b574e082c2f418b19da6e6cf2dd2f3fdc53acbf6a638951f27199f5a09f56d1
7
+ data.tar.gz: 7ddf3edfd07e592bef2d3ef9f936c6d0f0e11faa402d975aaa144199246294eff9468a8e145955a119640b5f556a9757946d5119105361f141baf21040f77779
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [1.0.7] - 2024-01-17
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+
7
+ ## [1.0.6] - 2024-01-07
8
+
9
+ Changes
10
+
11
+ -- Relax ruby version requirement to ['>= 3.0.1', '< 4.0']
12
+ - Update ruby gems.
13
+
1
14
  ## [1.0.5] - 2023-12-27
2
15
 
3
16
  Changes
data/Gemfile.lock CHANGED
@@ -1,18 +1,46 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- thor_nested_subcommand (1.0.5)
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
11
  byebug (11.1.3)
11
12
  coderay (1.1.3)
13
+ concurrent-ruby (1.2.3)
12
14
  diff-lcs (1.5.0)
13
15
  docile (1.4.0)
16
+ dry-configurable (1.1.0)
17
+ dry-core (~> 1.0, < 2)
18
+ zeitwerk (~> 2.6)
19
+ dry-core (1.0.1)
20
+ concurrent-ruby (~> 1.0)
21
+ zeitwerk (~> 2.6)
22
+ dry-inflector (1.0.0)
23
+ dry-initializer (3.1.1)
24
+ dry-logic (1.5.0)
25
+ concurrent-ruby (~> 1.0)
26
+ dry-core (~> 1.0, < 2)
27
+ zeitwerk (~> 2.6)
28
+ dry-schema (1.13.3)
29
+ concurrent-ruby (~> 1.0)
30
+ dry-configurable (~> 1.0, >= 1.0.1)
31
+ dry-core (~> 1.0, < 2)
32
+ dry-initializer (~> 3.0)
33
+ dry-logic (>= 1.4, < 2)
34
+ dry-types (>= 1.7, < 2)
35
+ zeitwerk (~> 2.6)
36
+ dry-types (1.7.2)
37
+ bigdecimal (~> 3.0)
38
+ concurrent-ruby (~> 1.0)
39
+ dry-core (~> 1.0)
40
+ dry-inflector (~> 1.0)
41
+ dry-logic (~> 1.4)
42
+ zeitwerk (~> 2.6)
14
43
  json (2.7.1)
15
- kwalify (0.7.2)
16
44
  language_server-protocol (3.17.0.3)
17
45
  method_source (1.0.0)
18
46
  parallel (1.24.0)
@@ -28,11 +56,12 @@ GEM
28
56
  racc (1.7.3)
29
57
  rainbow (3.1.1)
30
58
  rake (13.1.0)
31
- reek (6.1.4)
32
- kwalify (~> 0.7.0)
59
+ reek (6.2.0)
60
+ dry-schema (~> 1.13.0)
33
61
  parser (~> 3.2.0)
34
62
  rainbow (>= 2.0, < 4.0)
35
- regexp_parser (2.8.3)
63
+ rexml (~> 3.1)
64
+ regexp_parser (2.9.0)
36
65
  rexml (3.2.6)
37
66
  rspec (3.12.0)
38
67
  rspec-core (~> 3.12.0)
@@ -60,14 +89,14 @@ GEM
60
89
  unicode-display_width (>= 2.4.0, < 3.0)
61
90
  rubocop-ast (1.30.0)
62
91
  parser (>= 3.2.1.0)
63
- rubocop-capybara (2.19.0)
92
+ rubocop-capybara (2.20.0)
64
93
  rubocop (~> 1.41)
65
- rubocop-factory_bot (2.24.0)
66
- rubocop (~> 1.33)
67
- rubocop-performance (1.20.1)
94
+ rubocop-factory_bot (2.25.1)
95
+ rubocop (~> 1.41)
96
+ rubocop-performance (1.20.2)
68
97
  rubocop (>= 1.48.1, < 2.0)
69
98
  rubocop-ast (>= 1.30.0, < 2.0)
70
- rubocop-rspec (2.25.0)
99
+ rubocop-rspec (2.26.1)
71
100
  rubocop (~> 1.40)
72
101
  rubocop-capybara (~> 2.17)
73
102
  rubocop-factory_bot (~> 2.22)
@@ -80,6 +109,7 @@ GEM
80
109
  simplecov_json_formatter (0.1.4)
81
110
  thor (1.3.0)
82
111
  unicode-display_width (2.5.0)
112
+ zeitwerk (2.6.12)
83
113
 
84
114
  PLATFORMS
85
115
  x86_64-darwin-19
data/README.md CHANGED
@@ -1,3 +1,11 @@
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)
4
+ [![](http://ruby-gem-downloads-badge.herokuapp.com/thor_nested_subcommand?type=total)](http://www.rubydoc.info/gems/thor_nested_subcommand/)
5
+ [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/thor_nested_subcommand/)
6
+ [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/thor_nested_subcommand/issues)
7
+ [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)
8
+
1
9
  # ThorNestedSubcommand
2
10
 
3
11
  `ThorNestedSubcommand` is a Ruby gem that provides a workaround for the [Thor gem](https://rubygems.org/gems/thor) bug that displays nested subcommand help incorrectly. Simply include the `ThorNestedSubcommand` module in your Thor nested subcommand, and provide a simple class method to return what Thor help shoul be displaying, and that's it.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ThorNestedSubcommand
4
- VERSION = '1.0.5'
4
+ VERSION = '1.0.7'
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.5
4
+ version: 1.0.7
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-28 00:00:00.000000000 Z
11
+ date: 2024-01-18 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
@@ -59,6 +59,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: 3.0.1
62
+ - - "<"
63
+ - !ruby/object:Gem::Version
64
+ version: '4.0'
62
65
  required_rubygems_version: !ruby/object:Gem::Requirement
63
66
  requirements:
64
67
  - - ">="