creed 0.4.2 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +121 -103
- data/creed.gemspec +1 -1
- data/lib/creed/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 142bda2468e83474617488e14f28fce49c552ea94ba3e9b99b95daa5c6dc4f98
|
4
|
+
data.tar.gz: 511174e192536a8602e58891a8892f80e53a5f3d9e1907ed42271819ebb4c291
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f92e13c94071929759e3575e8f3b214292865ca42a65bc6a9a7b2ec1a842215744db9b36f9924a9d7747f35439270d0d7907f19b38c9b74eec5f2d5be7020df1
|
7
|
+
data.tar.gz: 74d58707ce0286211045f34d8670c93bd4d295275f8b3b5ac96194413ff2745a36568209d7071f9e79b759a47de0bd9fb6f26946ef215a242c2f6878018ae785
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
creed (0.4.
|
4
|
+
creed (0.4.2)
|
5
5
|
actionpack (>= 6.0)
|
6
6
|
dry-initializer
|
7
7
|
dry-initializer-rails
|
@@ -12,71 +12,78 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
actioncable (
|
16
|
-
actionpack (=
|
17
|
-
activesupport (=
|
15
|
+
actioncable (7.0.3)
|
16
|
+
actionpack (= 7.0.3)
|
17
|
+
activesupport (= 7.0.3)
|
18
18
|
nio4r (~> 2.0)
|
19
19
|
websocket-driver (>= 0.6.1)
|
20
|
-
actionmailbox (
|
21
|
-
actionpack (=
|
22
|
-
activejob (=
|
23
|
-
activerecord (=
|
24
|
-
activestorage (=
|
25
|
-
activesupport (=
|
20
|
+
actionmailbox (7.0.3)
|
21
|
+
actionpack (= 7.0.3)
|
22
|
+
activejob (= 7.0.3)
|
23
|
+
activerecord (= 7.0.3)
|
24
|
+
activestorage (= 7.0.3)
|
25
|
+
activesupport (= 7.0.3)
|
26
26
|
mail (>= 2.7.1)
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
27
|
+
net-imap
|
28
|
+
net-pop
|
29
|
+
net-smtp
|
30
|
+
actionmailer (7.0.3)
|
31
|
+
actionpack (= 7.0.3)
|
32
|
+
actionview (= 7.0.3)
|
33
|
+
activejob (= 7.0.3)
|
34
|
+
activesupport (= 7.0.3)
|
32
35
|
mail (~> 2.5, >= 2.5.4)
|
36
|
+
net-imap
|
37
|
+
net-pop
|
38
|
+
net-smtp
|
33
39
|
rails-dom-testing (~> 2.0)
|
34
|
-
actionpack (
|
35
|
-
actionview (=
|
36
|
-
activesupport (=
|
37
|
-
rack (~> 2.0, >= 2.0
|
40
|
+
actionpack (7.0.3)
|
41
|
+
actionview (= 7.0.3)
|
42
|
+
activesupport (= 7.0.3)
|
43
|
+
rack (~> 2.0, >= 2.2.0)
|
38
44
|
rack-test (>= 0.6.3)
|
39
45
|
rails-dom-testing (~> 2.0)
|
40
46
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
41
|
-
actiontext (
|
42
|
-
actionpack (=
|
43
|
-
activerecord (=
|
44
|
-
activestorage (=
|
45
|
-
activesupport (=
|
47
|
+
actiontext (7.0.3)
|
48
|
+
actionpack (= 7.0.3)
|
49
|
+
activerecord (= 7.0.3)
|
50
|
+
activestorage (= 7.0.3)
|
51
|
+
activesupport (= 7.0.3)
|
52
|
+
globalid (>= 0.6.0)
|
46
53
|
nokogiri (>= 1.8.5)
|
47
|
-
actionview (
|
48
|
-
activesupport (=
|
54
|
+
actionview (7.0.3)
|
55
|
+
activesupport (= 7.0.3)
|
49
56
|
builder (~> 3.1)
|
50
57
|
erubi (~> 1.4)
|
51
58
|
rails-dom-testing (~> 2.0)
|
52
59
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
53
|
-
activejob (
|
54
|
-
activesupport (=
|
60
|
+
activejob (7.0.3)
|
61
|
+
activesupport (= 7.0.3)
|
55
62
|
globalid (>= 0.3.6)
|
56
|
-
activemodel (
|
57
|
-
activesupport (=
|
58
|
-
activerecord (
|
59
|
-
activemodel (=
|
60
|
-
activesupport (=
|
61
|
-
activestorage (
|
62
|
-
actionpack (=
|
63
|
-
activejob (=
|
64
|
-
activerecord (=
|
65
|
-
activesupport (=
|
66
|
-
marcel (~> 1.0
|
67
|
-
mini_mime (
|
68
|
-
activesupport (
|
63
|
+
activemodel (7.0.3)
|
64
|
+
activesupport (= 7.0.3)
|
65
|
+
activerecord (7.0.3)
|
66
|
+
activemodel (= 7.0.3)
|
67
|
+
activesupport (= 7.0.3)
|
68
|
+
activestorage (7.0.3)
|
69
|
+
actionpack (= 7.0.3)
|
70
|
+
activejob (= 7.0.3)
|
71
|
+
activerecord (= 7.0.3)
|
72
|
+
activesupport (= 7.0.3)
|
73
|
+
marcel (~> 1.0)
|
74
|
+
mini_mime (>= 1.1.0)
|
75
|
+
activesupport (7.0.3)
|
69
76
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
70
77
|
i18n (>= 1.6, < 2)
|
71
78
|
minitest (>= 5.1)
|
72
79
|
tzinfo (~> 2.0)
|
73
|
-
zeitwerk (~> 2.3)
|
74
80
|
ansi (1.5.0)
|
75
81
|
ast (2.4.2)
|
76
82
|
builder (3.2.4)
|
77
|
-
concurrent-ruby (1.1.
|
83
|
+
concurrent-ruby (1.1.10)
|
78
84
|
crass (1.0.6)
|
79
|
-
|
85
|
+
digest (3.1.0)
|
86
|
+
dry-configurable (0.15.0)
|
80
87
|
concurrent-ruby (~> 1.0)
|
81
88
|
dry-core (~> 0.6)
|
82
89
|
dry-container (0.9.0)
|
@@ -85,7 +92,7 @@ GEM
|
|
85
92
|
dry-core (0.7.1)
|
86
93
|
concurrent-ruby (~> 1.0)
|
87
94
|
dry-inflector (0.2.1)
|
88
|
-
dry-initializer (3.
|
95
|
+
dry-initializer (3.1.1)
|
89
96
|
dry-initializer-rails (3.1.1)
|
90
97
|
dry-initializer (>= 2.4, < 4)
|
91
98
|
rails (> 3.0)
|
@@ -99,102 +106,113 @@ GEM
|
|
99
106
|
dry-inflector (~> 0.1, >= 0.1.2)
|
100
107
|
dry-logic (~> 1.0, >= 1.0.2)
|
101
108
|
erubi (1.10.0)
|
102
|
-
globalid (0.
|
109
|
+
globalid (1.0.0)
|
103
110
|
activesupport (>= 5.0)
|
104
|
-
i18n (1.
|
111
|
+
i18n (1.10.0)
|
105
112
|
concurrent-ruby (~> 1.0)
|
106
|
-
|
113
|
+
json (2.6.2)
|
114
|
+
loofah (2.18.0)
|
107
115
|
crass (~> 1.0.2)
|
108
116
|
nokogiri (>= 1.5.9)
|
109
117
|
mail (2.7.1)
|
110
118
|
mini_mime (>= 0.1.1)
|
111
119
|
marcel (1.0.2)
|
112
120
|
method_source (1.0.0)
|
113
|
-
mini_mime (1.
|
114
|
-
mini_portile2 (2.
|
115
|
-
minitest (5.
|
116
|
-
minitest-focus (1.
|
121
|
+
mini_mime (1.1.2)
|
122
|
+
mini_portile2 (2.8.0)
|
123
|
+
minitest (5.16.2)
|
124
|
+
minitest-focus (1.3.1)
|
117
125
|
minitest (>= 4, < 6)
|
118
|
-
minitest-reporters (1.
|
126
|
+
minitest-reporters (1.5.0)
|
119
127
|
ansi
|
120
128
|
builder
|
121
129
|
minitest (>= 5.0)
|
122
130
|
ruby-progressbar
|
123
|
-
mocha (1.
|
131
|
+
mocha (1.14.0)
|
132
|
+
net-imap (0.2.3)
|
133
|
+
digest
|
134
|
+
net-protocol
|
135
|
+
strscan
|
136
|
+
net-pop (0.1.1)
|
137
|
+
digest
|
138
|
+
net-protocol
|
139
|
+
timeout
|
140
|
+
net-protocol (0.1.3)
|
141
|
+
timeout
|
142
|
+
net-smtp (0.3.1)
|
143
|
+
digest
|
144
|
+
net-protocol
|
145
|
+
timeout
|
124
146
|
nio4r (2.5.8)
|
125
|
-
nokogiri (1.
|
126
|
-
mini_portile2 (~> 2.
|
147
|
+
nokogiri (1.13.6)
|
148
|
+
mini_portile2 (~> 2.8.0)
|
127
149
|
racc (~> 1.4)
|
128
|
-
parallel (1.
|
129
|
-
parser (3.
|
150
|
+
parallel (1.22.1)
|
151
|
+
parser (3.1.2.0)
|
130
152
|
ast (~> 2.4.1)
|
131
|
-
racc (1.
|
132
|
-
rack (2.2.
|
133
|
-
rack-test (
|
134
|
-
rack (>= 1.
|
135
|
-
rails (
|
136
|
-
actioncable (=
|
137
|
-
actionmailbox (=
|
138
|
-
actionmailer (=
|
139
|
-
actionpack (=
|
140
|
-
actiontext (=
|
141
|
-
actionview (=
|
142
|
-
activejob (=
|
143
|
-
activemodel (=
|
144
|
-
activerecord (=
|
145
|
-
activestorage (=
|
146
|
-
activesupport (=
|
153
|
+
racc (1.6.0)
|
154
|
+
rack (2.2.4)
|
155
|
+
rack-test (2.0.2)
|
156
|
+
rack (>= 1.3)
|
157
|
+
rails (7.0.3)
|
158
|
+
actioncable (= 7.0.3)
|
159
|
+
actionmailbox (= 7.0.3)
|
160
|
+
actionmailer (= 7.0.3)
|
161
|
+
actionpack (= 7.0.3)
|
162
|
+
actiontext (= 7.0.3)
|
163
|
+
actionview (= 7.0.3)
|
164
|
+
activejob (= 7.0.3)
|
165
|
+
activemodel (= 7.0.3)
|
166
|
+
activerecord (= 7.0.3)
|
167
|
+
activestorage (= 7.0.3)
|
168
|
+
activesupport (= 7.0.3)
|
147
169
|
bundler (>= 1.15.0)
|
148
|
-
railties (=
|
149
|
-
sprockets-rails (>= 2.0.0)
|
170
|
+
railties (= 7.0.3)
|
150
171
|
rails-dom-testing (2.0.3)
|
151
172
|
activesupport (>= 4.2.0)
|
152
173
|
nokogiri (>= 1.6)
|
153
|
-
rails-html-sanitizer (1.4.
|
174
|
+
rails-html-sanitizer (1.4.3)
|
154
175
|
loofah (~> 2.3)
|
155
|
-
railties (
|
156
|
-
actionpack (=
|
157
|
-
activesupport (=
|
176
|
+
railties (7.0.3)
|
177
|
+
actionpack (= 7.0.3)
|
178
|
+
activesupport (= 7.0.3)
|
158
179
|
method_source
|
159
|
-
rake (>=
|
180
|
+
rake (>= 12.2)
|
160
181
|
thor (~> 1.0)
|
161
|
-
|
162
|
-
|
163
|
-
|
182
|
+
zeitwerk (~> 2.5)
|
183
|
+
rainbow (3.1.1)
|
184
|
+
rake (13.0.6)
|
185
|
+
regexp_parser (2.5.0)
|
164
186
|
responders (3.0.1)
|
165
187
|
actionpack (>= 5.0)
|
166
188
|
railties (>= 5.0)
|
167
189
|
rexml (3.2.5)
|
168
|
-
rubocop (1.
|
190
|
+
rubocop (1.31.1)
|
191
|
+
json (~> 2.3)
|
169
192
|
parallel (~> 1.10)
|
170
|
-
parser (>= 3.
|
193
|
+
parser (>= 3.1.0.0)
|
171
194
|
rainbow (>= 2.2.2, < 4.0)
|
172
195
|
regexp_parser (>= 1.8, < 3.0)
|
173
|
-
rexml
|
174
|
-
rubocop-ast (>= 1.
|
196
|
+
rexml (>= 3.2.5, < 4.0)
|
197
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
175
198
|
ruby-progressbar (~> 1.7)
|
176
199
|
unicode-display_width (>= 1.4.0, < 3.0)
|
177
|
-
rubocop-ast (1.
|
178
|
-
parser (>=
|
179
|
-
rubocop-performance (1.
|
180
|
-
rubocop (>=
|
200
|
+
rubocop-ast (1.18.0)
|
201
|
+
parser (>= 3.1.1.0)
|
202
|
+
rubocop-performance (1.14.2)
|
203
|
+
rubocop (>= 1.7.0, < 2.0)
|
181
204
|
rubocop-ast (>= 0.4.0)
|
182
205
|
ruby-progressbar (1.11.0)
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
sprockets-rails (3.2.2)
|
187
|
-
actionpack (>= 4.0)
|
188
|
-
activesupport (>= 4.0)
|
189
|
-
sprockets (>= 3.0.0)
|
190
|
-
thor (1.1.0)
|
206
|
+
strscan (3.0.3)
|
207
|
+
thor (1.2.1)
|
208
|
+
timeout (0.3.0)
|
191
209
|
tzinfo (2.0.4)
|
192
210
|
concurrent-ruby (~> 1.0)
|
193
|
-
unicode-display_width (2.
|
211
|
+
unicode-display_width (2.2.0)
|
194
212
|
websocket-driver (0.7.5)
|
195
213
|
websocket-extensions (>= 0.1.0)
|
196
214
|
websocket-extensions (0.1.5)
|
197
|
-
zeitwerk (2.
|
215
|
+
zeitwerk (2.6.0)
|
198
216
|
|
199
217
|
PLATFORMS
|
200
218
|
ruby
|
@@ -211,4 +229,4 @@ DEPENDENCIES
|
|
211
229
|
rubocop-performance
|
212
230
|
|
213
231
|
BUNDLED WITH
|
214
|
-
2.
|
232
|
+
2.3.17
|
data/creed.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = 'Command pattern for Rails'
|
12
12
|
spec.homepage = 'https://github.com/joelmoss/creed'
|
13
13
|
spec.license = 'MIT'
|
14
|
-
spec.required_ruby_version = Gem::Requirement.new('>= 2.
|
14
|
+
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
|
15
15
|
|
16
16
|
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
17
17
|
|
data/lib/creed/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: creed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Moss
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -134,14 +134,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
135
135
|
- - ">="
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version: 2.
|
137
|
+
version: 2.7.0
|
138
138
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
139
139
|
requirements:
|
140
140
|
- - ">="
|
141
141
|
- !ruby/object:Gem::Version
|
142
142
|
version: '0'
|
143
143
|
requirements: []
|
144
|
-
rubygems_version: 3.
|
144
|
+
rubygems_version: 3.3.7
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: Command pattern for Rails
|