simple_command_dispatcher 3.0.1 → 3.0.2

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: 1cc39951cab0dcd03676c8ab4f5d2a0947734d283fb5b326cfb7bf84581b5120
4
- data.tar.gz: 2a9e929c04a0d0f49a73bc5e5fa81400771a855897f4121f1e212098d59bd49c
3
+ metadata.gz: fa98d701eb28cf475d72e5a4b2c3583f2efddccce1d5fa1c93678d7d9d7e2064
4
+ data.tar.gz: 66edc60249913db9118cc486783ca7b4fd1ffea813988c0c35039bf434426ea8
5
5
  SHA512:
6
- metadata.gz: 0aa18423cbdc5d1aec1dabba3a5c93d96cb55271657b4da0835d33f67fbd1375907db6d2515b3e29b5b61342a7aa0bdedef690547986565f556c43fc3ec86099
7
- data.tar.gz: 82eae9455e9c056dd013bf27711f67d05eec6892037038a7e926a7353994ec757e02ffd17b3f4a297782d5034946b44b11a3ae7e7b28c1f342d58c93eb1278fb
6
+ metadata.gz: 707b0d03278d1727a51930cc4b071539c1000e18a79b7a9c1e4345b823f75e8baafe7d0c8436a47eeda0872f7661c23b223b817eea0462de19d9f43ecbc78f26
7
+ data.tar.gz: e01869b77c22e45aee30c45542761f1b6db01bef7f16fd616e8a487b9aba663e19c925877ff53de5c4ac051c3c44751409b6ae3a4776f0e7f7ed7d269059a25e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ### Version 3.0.2 [2024-01-31]
2
+ * Update ruby gems.
1
3
  ### Version 3.0.1 [2024-01-07]
2
4
  * Relax ruby version to Gem::Requirement.new('>= 3.0.1', '< 4.0')
3
5
  * Update ruby gems.
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_command_dispatcher (3.0.1)
4
+ simple_command_dispatcher (3.0.2)
5
5
  activesupport (>= 7.0.8, < 8.0)
6
6
  simple_command (~> 1.0, >= 1.0.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.2)
11
+ activesupport (7.1.3)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,13 +20,13 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.5)
23
+ bigdecimal (3.1.6)
24
24
  byebug (11.1.3)
25
25
  coderay (1.1.3)
26
26
  colorize (1.1.0)
27
- concurrent-ruby (1.2.2)
27
+ concurrent-ruby (1.2.3)
28
28
  connection_pool (2.4.1)
29
- diff-lcs (1.5.0)
29
+ diff-lcs (1.5.1)
30
30
  drb (2.2.0)
31
31
  ruby2_keywords
32
32
  i18n (1.14.1)
@@ -34,10 +34,10 @@ GEM
34
34
  json (2.7.1)
35
35
  language_server-protocol (3.17.0.3)
36
36
  method_source (1.0.0)
37
- minitest (5.20.0)
37
+ minitest (5.21.2)
38
38
  mutex_m (0.2.0)
39
39
  parallel (1.24.0)
40
- parser (3.3.0.2)
40
+ parser (3.3.0.5)
41
41
  ast (~> 2.4.1)
42
42
  racc
43
43
  pry (0.14.2)
@@ -53,7 +53,7 @@ GEM
53
53
  rake (13.1.0)
54
54
  rdoc (6.6.2)
55
55
  psych (>= 4.0.0)
56
- regexp_parser (2.8.3)
56
+ regexp_parser (2.9.0)
57
57
  rexml (3.2.6)
58
58
  rspec (3.12.0)
59
59
  rspec-core (~> 3.12.0)
@@ -68,11 +68,11 @@ GEM
68
68
  diff-lcs (>= 1.2.0, < 2.0)
69
69
  rspec-support (~> 3.12.0)
70
70
  rspec-support (3.12.1)
71
- rubocop (1.59.0)
71
+ rubocop (1.60.2)
72
72
  json (~> 2.3)
73
73
  language_server-protocol (>= 3.17.0)
74
74
  parallel (~> 1.10)
75
- parser (>= 3.2.2.4)
75
+ parser (>= 3.3.0.2)
76
76
  rainbow (>= 2.2.2, < 4.0)
77
77
  regexp_parser (>= 1.8, < 3.0)
78
78
  rexml (>= 3.2.5, < 4.0)
@@ -83,9 +83,9 @@ GEM
83
83
  parser (>= 3.2.1.0)
84
84
  rubocop-capybara (2.20.0)
85
85
  rubocop (~> 1.41)
86
- rubocop-factory_bot (2.25.0)
87
- rubocop (~> 1.33)
88
- rubocop-performance (1.20.1)
86
+ rubocop-factory_bot (2.25.1)
87
+ rubocop (~> 1.41)
88
+ rubocop-performance (1.20.2)
89
89
  rubocop (>= 1.48.1, < 2.0)
90
90
  rubocop-ast (>= 1.30.0, < 2.0)
91
91
  rubocop-rspec (2.26.1)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Ruby](https://github.com/gangelo/simple_command_dispatcher/actions/workflows/ruby.yml/badge.svg?refresh=2)](https://github.com/gangelo/simple_command_dispatcher/actions/workflows/ruby.yml)
2
- [![GitHub version](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher.svg?refresh=2)](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher)
3
- [![Gem Version](https://badge.fury.io/rb/simple_command_dispatcher.svg?refresh=2)](https://badge.fury.io/rb/simple_command_dispatcher)
2
+ [![GitHub version](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher.svg?refresh=3)](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher)
3
+ [![Gem Version](https://badge.fury.io/rb/simple_command_dispatcher.svg?refresh=3)](https://badge.fury.io/rb/simple_command_dispatcher)
4
4
  [![](https://ruby-gem-downloads-badge.herokuapp.com/simple_command_dispatcher?type=total)](http://www.rubydoc.info/gems/simple_command_dispatcher/)
5
5
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/simple_command_dispatcher/)
6
6
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/simple_command_dispatcher/issues)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SimpleCommand
4
4
  module Dispatcher
5
- VERSION = '3.0.1'
5
+ VERSION = '3.0.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_command_dispatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
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-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport