simple_command_dispatcher 3.0.3 → 3.0.4
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/.github/workflows/ruby.yml +2 -2
- data/.rubocop.yml +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile +3 -3
- data/Gemfile.lock +42 -41
- 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: affdce217794089694d86418bdc80a5901dbe7621498e9498b044250e49c6d1c
|
4
|
+
data.tar.gz: 269ae817ca4bb2b199daba300bbce52f3aacce51d262d81f5a17171394218564
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f229d94273cc3a072be9e9f1ed212c4fc50d0cc914e9ac425776912cdbdceaa706fcb80f26711317796fdade20fe6c6ad94a6bdcf39daebd4837d3825f24cef
|
7
|
+
data.tar.gz: ab780c6fb47d74dede8675fafd9cf381f41d6307f1800bc65996b9392a0a358a226f676975006db90a4f2094fcb82671308582918f2867e9e2dc4a943dd0c427
|
data/.github/workflows/ruby.yml
CHANGED
data/.rubocop.yml
CHANGED
@@ -9,8 +9,8 @@
|
|
9
9
|
#
|
10
10
|
# See https://docs.rubocop.org/rubocop/configuration
|
11
11
|
require:
|
12
|
-
- rubocop-performance
|
13
|
-
- rubocop-rspec
|
12
|
+
# - rubocop-performance
|
13
|
+
# - rubocop-rspec
|
14
14
|
|
15
15
|
AllCops:
|
16
16
|
SuggestExtensions: false
|
@@ -139,8 +139,8 @@ Metrics/PerceivedComplexity:
|
|
139
139
|
# - 'lib/file.rb'
|
140
140
|
|
141
141
|
# Allow `downcase == ` instead of forcing `casecmp`
|
142
|
-
Performance/Casecmp:
|
143
|
-
Enabled: false
|
142
|
+
#Performance/Casecmp:
|
143
|
+
# Enabled: false
|
144
144
|
|
145
145
|
# Require children definitions to be nested or compact in classes and modules
|
146
146
|
Style/ClassAndModuleChildren:
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
@@ -12,9 +12,9 @@ gem 'rake', '>= 13.0', '< 14.0'
|
|
12
12
|
group :development do
|
13
13
|
gem 'pry-byebug', '>= 3.9', '< 4.0'
|
14
14
|
gem 'rdoc', '>= 6.4', '< 7.0'
|
15
|
-
gem 'rubocop', '>= 1.
|
16
|
-
gem 'rubocop-performance', '>= 1.
|
17
|
-
gem 'rubocop-rspec', '
|
15
|
+
gem 'rubocop', '>= 1.62', '< 2.0'
|
16
|
+
gem 'rubocop-performance', '>= 1.20', '< 2.0'
|
17
|
+
gem 'rubocop-rspec', '>= 2.28', '< 3.0'
|
18
18
|
end
|
19
19
|
|
20
20
|
group :test do
|
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.4)
|
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.3)
|
11
|
+
activesupport (7.1.3.4)
|
12
12
|
base64
|
13
13
|
bigdecimal
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -20,24 +20,23 @@ 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.8)
|
24
24
|
byebug (11.1.3)
|
25
25
|
coderay (1.1.3)
|
26
26
|
colorize (1.1.0)
|
27
|
-
concurrent-ruby (1.
|
27
|
+
concurrent-ruby (1.3.3)
|
28
28
|
connection_pool (2.4.1)
|
29
29
|
diff-lcs (1.5.1)
|
30
|
-
drb (2.2.
|
31
|
-
|
32
|
-
i18n (1.14.1)
|
30
|
+
drb (2.2.1)
|
31
|
+
i18n (1.14.5)
|
33
32
|
concurrent-ruby (~> 1.0)
|
34
|
-
json (2.7.
|
33
|
+
json (2.7.2)
|
35
34
|
language_server-protocol (3.17.0.3)
|
36
|
-
method_source (1.
|
37
|
-
minitest (5.
|
35
|
+
method_source (1.1.0)
|
36
|
+
minitest (5.24.1)
|
38
37
|
mutex_m (0.2.0)
|
39
|
-
parallel (1.
|
40
|
-
parser (3.3.0
|
38
|
+
parallel (1.25.1)
|
39
|
+
parser (3.3.4.0)
|
41
40
|
ast (~> 2.4.1)
|
42
41
|
racc
|
43
42
|
pry (0.14.2)
|
@@ -48,64 +47,66 @@ GEM
|
|
48
47
|
pry (>= 0.13, < 0.15)
|
49
48
|
psych (5.1.2)
|
50
49
|
stringio
|
51
|
-
racc (1.
|
50
|
+
racc (1.8.1)
|
52
51
|
rainbow (3.1.1)
|
53
|
-
rake (13.1
|
54
|
-
rdoc (6.
|
52
|
+
rake (13.2.1)
|
53
|
+
rdoc (6.7.0)
|
55
54
|
psych (>= 4.0.0)
|
56
|
-
regexp_parser (2.9.
|
57
|
-
rexml (3.
|
55
|
+
regexp_parser (2.9.2)
|
56
|
+
rexml (3.3.4)
|
57
|
+
strscan
|
58
58
|
rspec (3.13.0)
|
59
59
|
rspec-core (~> 3.13.0)
|
60
60
|
rspec-expectations (~> 3.13.0)
|
61
61
|
rspec-mocks (~> 3.13.0)
|
62
62
|
rspec-core (3.13.0)
|
63
63
|
rspec-support (~> 3.13.0)
|
64
|
-
rspec-expectations (3.13.
|
64
|
+
rspec-expectations (3.13.1)
|
65
65
|
diff-lcs (>= 1.2.0, < 2.0)
|
66
66
|
rspec-support (~> 3.13.0)
|
67
|
-
rspec-mocks (3.13.
|
67
|
+
rspec-mocks (3.13.1)
|
68
68
|
diff-lcs (>= 1.2.0, < 2.0)
|
69
69
|
rspec-support (~> 3.13.0)
|
70
|
-
rspec-support (3.13.
|
71
|
-
rubocop (1.
|
70
|
+
rspec-support (3.13.1)
|
71
|
+
rubocop (1.65.1)
|
72
72
|
json (~> 2.3)
|
73
73
|
language_server-protocol (>= 3.17.0)
|
74
74
|
parallel (~> 1.10)
|
75
75
|
parser (>= 3.3.0.2)
|
76
76
|
rainbow (>= 2.2.2, < 4.0)
|
77
|
-
regexp_parser (>=
|
77
|
+
regexp_parser (>= 2.4, < 3.0)
|
78
78
|
rexml (>= 3.2.5, < 4.0)
|
79
|
-
rubocop-ast (>= 1.
|
79
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
80
80
|
ruby-progressbar (~> 1.7)
|
81
81
|
unicode-display_width (>= 2.4.0, < 3.0)
|
82
|
-
rubocop-ast (1.
|
83
|
-
parser (>= 3.
|
84
|
-
rubocop-capybara (2.
|
82
|
+
rubocop-ast (1.31.3)
|
83
|
+
parser (>= 3.3.1.0)
|
84
|
+
rubocop-capybara (2.21.0)
|
85
85
|
rubocop (~> 1.41)
|
86
|
-
rubocop-factory_bot (2.
|
87
|
-
rubocop (~> 1.
|
88
|
-
rubocop-performance (1.
|
86
|
+
rubocop-factory_bot (2.26.1)
|
87
|
+
rubocop (~> 1.61)
|
88
|
+
rubocop-performance (1.21.1)
|
89
89
|
rubocop (>= 1.48.1, < 2.0)
|
90
|
-
rubocop-ast (>= 1.
|
91
|
-
rubocop-rspec (2.
|
90
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
91
|
+
rubocop-rspec (2.31.0)
|
92
92
|
rubocop (~> 1.40)
|
93
93
|
rubocop-capybara (~> 2.17)
|
94
94
|
rubocop-factory_bot (~> 2.22)
|
95
|
+
rubocop-rspec_rails (~> 2.28)
|
96
|
+
rubocop-rspec_rails (2.29.1)
|
97
|
+
rubocop (~> 1.61)
|
95
98
|
ruby-progressbar (1.13.0)
|
96
|
-
ruby2_keywords (0.0.5)
|
97
99
|
simple_command (1.0.1)
|
98
|
-
stringio (3.1.
|
100
|
+
stringio (3.1.1)
|
101
|
+
strscan (3.1.0)
|
99
102
|
tzinfo (2.0.6)
|
100
103
|
concurrent-ruby (~> 1.0)
|
101
104
|
unicode-display_width (2.5.0)
|
102
|
-
yard (0.9.
|
105
|
+
yard (0.9.36)
|
103
106
|
|
104
107
|
PLATFORMS
|
105
|
-
|
106
|
-
x86_64-darwin-20
|
108
|
+
ruby
|
107
109
|
x86_64-darwin-21
|
108
|
-
x86_64-linux
|
109
110
|
|
110
111
|
DEPENDENCIES
|
111
112
|
bundler (~> 2.5, >= 2.5.3)
|
@@ -114,11 +115,11 @@ DEPENDENCIES
|
|
114
115
|
rake (>= 13.0, < 14.0)
|
115
116
|
rdoc (>= 6.4, < 7.0)
|
116
117
|
rspec (>= 3.10, < 4.0)
|
117
|
-
rubocop (>= 1.
|
118
|
-
rubocop-performance (>= 1.
|
119
|
-
rubocop-rspec (
|
118
|
+
rubocop (>= 1.62, < 2.0)
|
119
|
+
rubocop-performance (>= 1.20, < 2.0)
|
120
|
+
rubocop-rspec (>= 2.28, < 3.0)
|
120
121
|
simple_command_dispatcher!
|
121
122
|
yard (>= 0.9.28, < 1.0)
|
122
123
|
|
123
124
|
BUNDLED WITH
|
124
|
-
2.5.
|
125
|
+
2.5.6
|
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.4
|
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-
|
11
|
+
date: 2024-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|