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 +4 -4
- data/CHANGELOG.md +2 -0
- data/Gemfile.lock +13 -13
- data/README.md +2 -2
- data/lib/simple_command_dispatcher/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa98d701eb28cf475d72e5a4b2c3583f2efddccce1d5fa1c93678d7d9d7e2064
|
4
|
+
data.tar.gz: 66edc60249913db9118cc486783ca7b4fd1ffea813988c0c35039bf434426ea8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 707b0d03278d1727a51930cc4b071539c1000e18a79b7a9c1e4345b823f75e8baafe7d0c8436a47eeda0872f7661c23b223b817eea0462de19d9f43ecbc78f26
|
7
|
+
data.tar.gz: e01869b77c22e45aee30c45542761f1b6db01bef7f16fd616e8a487b9aba663e19c925877ff53de5c4ac051c3c44751409b6ae3a4776f0e7f7ed7d269059a25e
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
simple_command_dispatcher (3.0.
|
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.
|
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.
|
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.
|
27
|
+
concurrent-ruby (1.2.3)
|
28
28
|
connection_pool (2.4.1)
|
29
|
-
diff-lcs (1.5.
|
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.
|
37
|
+
minitest (5.21.2)
|
38
38
|
mutex_m (0.2.0)
|
39
39
|
parallel (1.24.0)
|
40
|
-
parser (3.3.0.
|
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.
|
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.
|
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.
|
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.
|
87
|
-
rubocop (~> 1.
|
88
|
-
rubocop-performance (1.20.
|
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
|
[](https://github.com/gangelo/simple_command_dispatcher/actions/workflows/ruby.yml)
|
2
|
-
[](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher)
|
3
|
+
[](https://badge.fury.io/rb/simple_command_dispatcher)
|
4
4
|
[](http://www.rubydoc.info/gems/simple_command_dispatcher/)
|
5
5
|
[](http://www.rubydoc.info/gems/simple_command_dispatcher/)
|
6
6
|
[](https://github.com/gangelo/simple_command_dispatcher/issues)
|
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.
|
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
|
11
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|