thor_nested_subcommand 1.0.6 → 1.0.7

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: 066251f725d5e5bb4cb76627dfdc603ec2349cc4c6ce7a4305e01eb951a4b47a
4
+ data.tar.gz: 5ed957a93b55ec1d0620e22ddf406f84fbccc8f99f8ef212fffaf1eb23bce4ce
5
5
  SHA512:
6
- metadata.gz: 7218b33afa6e8e1a5e9c10b972cf27e6e94f3af6a0d1d811884e3dedbb3a65c42abc82e1c89b55703cce8b4aa2c2956bcf1739199d8a3d750f403f6599f03d09
7
- data.tar.gz: 8a19b4e090b6ee8b24af7ac1c4867c669e33b11f8dcc94225c81d99eab72812c59bf22ccfe5ff81abd237a0800bacc5b50d8d6686d8795fd8b7b8ab95b55fbde
6
+ metadata.gz: e23a79492c3582a627e2ba16a313b068c6bcb7387b04feb908d4ca8c2aa538e55b574e082c2f418b19da6e6cf2dd2f3fdc53acbf6a638951f27199f5a09f56d1
7
+ data.tar.gz: 7ddf3edfd07e592bef2d3ef9f936c6d0f0e11faa402d975aaa144199246294eff9468a8e145955a119640b5f556a9757946d5119105361f141baf21040f77779
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.0.7] - 2024-01-17
2
+
3
+ Changes
4
+
5
+ - Update ruby gems.
6
+
1
7
  ## [1.0.6] - 2024-01-07
2
8
 
3
9
  Changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
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/
@@ -10,7 +10,7 @@ GEM
10
10
  bigdecimal (3.1.5)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- concurrent-ruby (1.2.2)
13
+ concurrent-ruby (1.2.3)
14
14
  diff-lcs (1.5.0)
15
15
  docile (1.4.0)
16
16
  dry-configurable (1.1.0)
@@ -61,7 +61,7 @@ GEM
61
61
  parser (~> 3.2.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
66
  rspec (3.12.0)
67
67
  rspec-core (~> 3.12.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)
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=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
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.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.6
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: 2024-01-07 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