runger_actions 0.23.0 → 0.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +90 -90
- data/lib/runger_actions/version.rb +1 -1
- data/runger_actions.gemspec +3 -3
- metadata +3 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6bdf1665b46c0e843590a517c367ea53b8b8660c0afbfb1fd9bb90dc6a630966
|
4
|
+
data.tar.gz: d4a413193496a13f0db9b657424eac68b2d7cc8d4cd5e1c07f9bb1bbabf9916a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a2c2915d1c8b7b993280293b60e2572fd918adf517b428d85d342dbe4acbf5fe2dc17c61ddd0ad057c5f41ae2cc27e87bb2da1184e95ff9ad9f50d1a40be343
|
7
|
+
data.tar.gz: 794e9220f6f373ff9b50fb2bab2bc483dd59bc45ea607715dd45b905a8c0daf0d73f7ca97c288da49fe7f6c3fcce1b5faa3ec9925f80ae36debd2a77fe73c98b
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.6
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,37 +1,37 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
runger_actions (0.
|
5
|
-
memo_wise (>= 1.7
|
6
|
-
rails (>= 6
|
7
|
-
shaped (>= 0.9
|
4
|
+
runger_actions (0.24.0)
|
5
|
+
memo_wise (>= 1.7)
|
6
|
+
rails (>= 6)
|
7
|
+
shaped (>= 0.9)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (7.2.
|
13
|
-
actionpack (= 7.2.
|
14
|
-
activesupport (= 7.2.
|
12
|
+
actioncable (7.2.2)
|
13
|
+
actionpack (= 7.2.2)
|
14
|
+
activesupport (= 7.2.2)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
17
|
zeitwerk (~> 2.6)
|
18
|
-
actionmailbox (7.2.
|
19
|
-
actionpack (= 7.2.
|
20
|
-
activejob (= 7.2.
|
21
|
-
activerecord (= 7.2.
|
22
|
-
activestorage (= 7.2.
|
23
|
-
activesupport (= 7.2.
|
18
|
+
actionmailbox (7.2.2)
|
19
|
+
actionpack (= 7.2.2)
|
20
|
+
activejob (= 7.2.2)
|
21
|
+
activerecord (= 7.2.2)
|
22
|
+
activestorage (= 7.2.2)
|
23
|
+
activesupport (= 7.2.2)
|
24
24
|
mail (>= 2.8.0)
|
25
|
-
actionmailer (7.2.
|
26
|
-
actionpack (= 7.2.
|
27
|
-
actionview (= 7.2.
|
28
|
-
activejob (= 7.2.
|
29
|
-
activesupport (= 7.2.
|
25
|
+
actionmailer (7.2.2)
|
26
|
+
actionpack (= 7.2.2)
|
27
|
+
actionview (= 7.2.2)
|
28
|
+
activejob (= 7.2.2)
|
29
|
+
activesupport (= 7.2.2)
|
30
30
|
mail (>= 2.8.0)
|
31
31
|
rails-dom-testing (~> 2.2)
|
32
|
-
actionpack (7.2.
|
33
|
-
actionview (= 7.2.
|
34
|
-
activesupport (= 7.2.
|
32
|
+
actionpack (7.2.2)
|
33
|
+
actionview (= 7.2.2)
|
34
|
+
activesupport (= 7.2.2)
|
35
35
|
nokogiri (>= 1.8.5)
|
36
36
|
racc
|
37
37
|
rack (>= 2.2.4, < 3.2)
|
@@ -40,36 +40,37 @@ GEM
|
|
40
40
|
rails-dom-testing (~> 2.2)
|
41
41
|
rails-html-sanitizer (~> 1.6)
|
42
42
|
useragent (~> 0.16)
|
43
|
-
actiontext (7.2.
|
44
|
-
actionpack (= 7.2.
|
45
|
-
activerecord (= 7.2.
|
46
|
-
activestorage (= 7.2.
|
47
|
-
activesupport (= 7.2.
|
43
|
+
actiontext (7.2.2)
|
44
|
+
actionpack (= 7.2.2)
|
45
|
+
activerecord (= 7.2.2)
|
46
|
+
activestorage (= 7.2.2)
|
47
|
+
activesupport (= 7.2.2)
|
48
48
|
globalid (>= 0.6.0)
|
49
49
|
nokogiri (>= 1.8.5)
|
50
|
-
actionview (7.2.
|
51
|
-
activesupport (= 7.2.
|
50
|
+
actionview (7.2.2)
|
51
|
+
activesupport (= 7.2.2)
|
52
52
|
builder (~> 3.1)
|
53
53
|
erubi (~> 1.11)
|
54
54
|
rails-dom-testing (~> 2.2)
|
55
55
|
rails-html-sanitizer (~> 1.6)
|
56
|
-
activejob (7.2.
|
57
|
-
activesupport (= 7.2.
|
56
|
+
activejob (7.2.2)
|
57
|
+
activesupport (= 7.2.2)
|
58
58
|
globalid (>= 0.3.6)
|
59
|
-
activemodel (7.2.
|
60
|
-
activesupport (= 7.2.
|
61
|
-
activerecord (7.2.
|
62
|
-
activemodel (= 7.2.
|
63
|
-
activesupport (= 7.2.
|
59
|
+
activemodel (7.2.2)
|
60
|
+
activesupport (= 7.2.2)
|
61
|
+
activerecord (7.2.2)
|
62
|
+
activemodel (= 7.2.2)
|
63
|
+
activesupport (= 7.2.2)
|
64
64
|
timeout (>= 0.4.0)
|
65
|
-
activestorage (7.2.
|
66
|
-
actionpack (= 7.2.
|
67
|
-
activejob (= 7.2.
|
68
|
-
activerecord (= 7.2.
|
69
|
-
activesupport (= 7.2.
|
65
|
+
activestorage (7.2.2)
|
66
|
+
actionpack (= 7.2.2)
|
67
|
+
activejob (= 7.2.2)
|
68
|
+
activerecord (= 7.2.2)
|
69
|
+
activesupport (= 7.2.2)
|
70
70
|
marcel (~> 1.0)
|
71
|
-
activesupport (7.2.
|
71
|
+
activesupport (7.2.2)
|
72
72
|
base64
|
73
|
+
benchmark (>= 0.3)
|
73
74
|
bigdecimal
|
74
75
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
75
76
|
connection_pool (>= 2.2.5)
|
@@ -82,6 +83,7 @@ GEM
|
|
82
83
|
amazing_print (1.6.0)
|
83
84
|
ast (2.4.2)
|
84
85
|
base64 (0.2.0)
|
86
|
+
benchmark (0.4.0)
|
85
87
|
bigdecimal (3.1.8)
|
86
88
|
builder (3.3.0)
|
87
89
|
byebug (11.1.3)
|
@@ -89,23 +91,23 @@ GEM
|
|
89
91
|
concurrent-ruby (1.3.4)
|
90
92
|
connection_pool (2.4.1)
|
91
93
|
crass (1.0.6)
|
92
|
-
date (3.
|
94
|
+
date (3.4.0)
|
93
95
|
diff-lcs (1.5.1)
|
94
96
|
docile (1.4.1)
|
95
97
|
drb (2.2.1)
|
96
98
|
erubi (1.13.0)
|
97
99
|
globalid (1.2.1)
|
98
100
|
activesupport (>= 6.1)
|
99
|
-
i18n (1.14.
|
101
|
+
i18n (1.14.6)
|
100
102
|
concurrent-ruby (~> 1.0)
|
101
103
|
io-console (0.7.2)
|
102
|
-
irb (1.14.
|
104
|
+
irb (1.14.1)
|
103
105
|
rdoc (>= 4.0.0)
|
104
106
|
reline (>= 0.4.2)
|
105
|
-
json (2.
|
107
|
+
json (2.8.1)
|
106
108
|
language_server-protocol (3.17.0.3)
|
107
109
|
logger (1.6.1)
|
108
|
-
loofah (2.
|
110
|
+
loofah (2.23.1)
|
109
111
|
crass (~> 1.0.2)
|
110
112
|
nokogiri (>= 1.12.0)
|
111
113
|
mail (2.8.1)
|
@@ -114,12 +116,12 @@ GEM
|
|
114
116
|
net-pop
|
115
117
|
net-smtp
|
116
118
|
marcel (1.0.4)
|
117
|
-
memo_wise (1.
|
119
|
+
memo_wise (1.10.0)
|
118
120
|
method_source (1.1.0)
|
119
121
|
mini_mime (1.1.5)
|
120
122
|
mini_portile2 (2.8.7)
|
121
123
|
minitest (5.25.1)
|
122
|
-
net-imap (0.
|
124
|
+
net-imap (0.5.0)
|
123
125
|
date
|
124
126
|
net-protocol
|
125
127
|
net-pop (0.1.2)
|
@@ -128,46 +130,45 @@ GEM
|
|
128
130
|
timeout
|
129
131
|
net-smtp (0.5.0)
|
130
132
|
net-protocol
|
131
|
-
nio4r (2.7.
|
133
|
+
nio4r (2.7.4)
|
132
134
|
nokogiri (1.16.7)
|
133
135
|
mini_portile2 (~> 2.8.2)
|
134
136
|
racc (~> 1.4)
|
135
137
|
parallel (1.26.3)
|
136
|
-
parser (3.3.
|
138
|
+
parser (3.3.6.0)
|
137
139
|
ast (~> 2.4.1)
|
138
140
|
racc
|
139
|
-
prism (1.
|
141
|
+
prism (1.2.0)
|
140
142
|
pry (0.14.2)
|
141
143
|
coderay (~> 1.1)
|
142
144
|
method_source (~> 1.0)
|
143
145
|
pry-byebug (3.10.1)
|
144
146
|
byebug (~> 11.0)
|
145
147
|
pry (>= 0.13, < 0.15)
|
146
|
-
psych (5.
|
148
|
+
psych (5.2.0)
|
147
149
|
stringio
|
148
150
|
racc (1.8.1)
|
149
|
-
rack (3.1.
|
151
|
+
rack (3.1.8)
|
150
152
|
rack-session (2.0.0)
|
151
153
|
rack (>= 3.0.0)
|
152
154
|
rack-test (2.1.0)
|
153
155
|
rack (>= 1.3)
|
154
|
-
rackup (2.
|
156
|
+
rackup (2.2.0)
|
155
157
|
rack (>= 3)
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
activesupport (= 7.2.1)
|
158
|
+
rails (7.2.2)
|
159
|
+
actioncable (= 7.2.2)
|
160
|
+
actionmailbox (= 7.2.2)
|
161
|
+
actionmailer (= 7.2.2)
|
162
|
+
actionpack (= 7.2.2)
|
163
|
+
actiontext (= 7.2.2)
|
164
|
+
actionview (= 7.2.2)
|
165
|
+
activejob (= 7.2.2)
|
166
|
+
activemodel (= 7.2.2)
|
167
|
+
activerecord (= 7.2.2)
|
168
|
+
activestorage (= 7.2.2)
|
169
|
+
activesupport (= 7.2.2)
|
169
170
|
bundler (>= 1.15.0)
|
170
|
-
railties (= 7.2.
|
171
|
+
railties (= 7.2.2)
|
171
172
|
rails-dom-testing (2.2.0)
|
172
173
|
activesupport (>= 5.0.0)
|
173
174
|
minitest
|
@@ -175,9 +176,9 @@ GEM
|
|
175
176
|
rails-html-sanitizer (1.6.0)
|
176
177
|
loofah (~> 2.21)
|
177
178
|
nokogiri (~> 1.14)
|
178
|
-
railties (7.2.
|
179
|
-
actionpack (= 7.2.
|
180
|
-
activesupport (= 7.2.
|
179
|
+
railties (7.2.2)
|
180
|
+
actionpack (= 7.2.2)
|
181
|
+
activesupport (= 7.2.2)
|
181
182
|
irb (~> 1.13)
|
182
183
|
rackup (>= 1.0.0)
|
183
184
|
rake (>= 12.2)
|
@@ -188,24 +189,24 @@ GEM
|
|
188
189
|
rdoc (6.7.0)
|
189
190
|
psych (>= 4.0.0)
|
190
191
|
regexp_parser (2.9.2)
|
191
|
-
reline (0.5.
|
192
|
+
reline (0.5.11)
|
192
193
|
io-console (~> 0.5)
|
193
|
-
rexml (3.3.
|
194
|
-
rouge (4.
|
194
|
+
rexml (3.3.9)
|
195
|
+
rouge (4.4.0)
|
195
196
|
rspec (3.13.0)
|
196
197
|
rspec-core (~> 3.13.0)
|
197
198
|
rspec-expectations (~> 3.13.0)
|
198
199
|
rspec-mocks (~> 3.13.0)
|
199
|
-
rspec-core (3.13.
|
200
|
+
rspec-core (3.13.2)
|
200
201
|
rspec-support (~> 3.13.0)
|
201
|
-
rspec-expectations (3.13.
|
202
|
+
rspec-expectations (3.13.3)
|
202
203
|
diff-lcs (>= 1.2.0, < 2.0)
|
203
204
|
rspec-support (~> 3.13.0)
|
204
|
-
rspec-mocks (3.13.
|
205
|
+
rspec-mocks (3.13.2)
|
205
206
|
diff-lcs (>= 1.2.0, < 2.0)
|
206
207
|
rspec-support (~> 3.13.0)
|
207
208
|
rspec-support (3.13.1)
|
208
|
-
rubocop (1.
|
209
|
+
rubocop (1.68.0)
|
209
210
|
json (~> 2.3)
|
210
211
|
language_server-protocol (>= 3.17.0)
|
211
212
|
parallel (~> 1.10)
|
@@ -215,14 +216,14 @@ GEM
|
|
215
216
|
rubocop-ast (>= 1.32.2, < 2.0)
|
216
217
|
ruby-progressbar (~> 1.7)
|
217
218
|
unicode-display_width (>= 2.4.0, < 3.0)
|
218
|
-
rubocop-ast (1.
|
219
|
+
rubocop-ast (1.34.1)
|
219
220
|
parser (>= 3.3.1.0)
|
220
|
-
rubocop-performance (1.
|
221
|
+
rubocop-performance (1.22.1)
|
221
222
|
rubocop (>= 1.48.1, < 2.0)
|
222
223
|
rubocop-ast (>= 1.31.1, < 2.0)
|
223
224
|
rubocop-rake (0.6.0)
|
224
225
|
rubocop (~> 1.0)
|
225
|
-
rubocop-rspec (3.0
|
226
|
+
rubocop-rspec (3.2.0)
|
226
227
|
rubocop (~> 1.61)
|
227
228
|
ruby-progressbar (1.13.0)
|
228
229
|
runger_config (5.2.0)
|
@@ -253,23 +254,22 @@ GEM
|
|
253
254
|
simplecov-cobertura (2.1.0)
|
254
255
|
rexml
|
255
256
|
simplecov (~> 0.19)
|
256
|
-
simplecov-html (0.
|
257
|
+
simplecov-html (0.13.1)
|
257
258
|
simplecov_json_formatter (0.1.4)
|
258
259
|
slop (4.10.1)
|
259
|
-
sqlite3 (2.0
|
260
|
+
sqlite3 (2.2.0)
|
260
261
|
mini_portile2 (~> 2.8.0)
|
261
|
-
stringio (3.1.
|
262
|
+
stringio (3.1.2)
|
262
263
|
thor (1.3.2)
|
263
|
-
timeout (0.4.
|
264
|
+
timeout (0.4.2)
|
264
265
|
tzinfo (2.0.6)
|
265
266
|
concurrent-ruby (~> 1.0)
|
266
|
-
unicode-display_width (2.
|
267
|
+
unicode-display_width (2.6.0)
|
267
268
|
useragent (0.16.10)
|
268
|
-
webrick (1.8.1)
|
269
269
|
websocket-driver (0.7.6)
|
270
270
|
websocket-extensions (>= 0.1.0)
|
271
271
|
websocket-extensions (0.1.5)
|
272
|
-
zeitwerk (2.
|
272
|
+
zeitwerk (2.7.1)
|
273
273
|
|
274
274
|
PLATFORMS
|
275
275
|
ruby
|
@@ -291,7 +291,7 @@ DEPENDENCIES
|
|
291
291
|
sqlite3 (< 3.0.0)
|
292
292
|
|
293
293
|
RUBY VERSION
|
294
|
-
ruby 3.3.
|
294
|
+
ruby 3.3.6p108
|
295
295
|
|
296
296
|
BUNDLED WITH
|
297
|
-
2.5.
|
297
|
+
2.5.23
|
data/runger_actions.gemspec
CHANGED
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
30
30
|
end
|
31
31
|
spec.require_paths = ['lib']
|
32
32
|
|
33
|
-
spec.add_dependency('memo_wise', '>= 1.7'
|
34
|
-
spec.add_dependency('rails', '>= 6'
|
35
|
-
spec.add_dependency('shaped', '>= 0.9'
|
33
|
+
spec.add_dependency('memo_wise', '>= 1.7')
|
34
|
+
spec.add_dependency('rails', '>= 6')
|
35
|
+
spec.add_dependency('shaped', '>= 0.9')
|
36
36
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runger_actions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Runger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: memo_wise
|
@@ -17,9 +17,6 @@ dependencies:
|
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.7'
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '2'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -27,9 +24,6 @@ dependencies:
|
|
27
24
|
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '1.7'
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '2'
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: rails
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -37,9 +31,6 @@ dependencies:
|
|
37
31
|
- - ">="
|
38
32
|
- !ruby/object:Gem::Version
|
39
33
|
version: '6'
|
40
|
-
- - "<"
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version: '8'
|
43
34
|
type: :runtime
|
44
35
|
prerelease: false
|
45
36
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -47,9 +38,6 @@ dependencies:
|
|
47
38
|
- - ">="
|
48
39
|
- !ruby/object:Gem::Version
|
49
40
|
version: '6'
|
50
|
-
- - "<"
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '8'
|
53
41
|
- !ruby/object:Gem::Dependency
|
54
42
|
name: shaped
|
55
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -57,9 +45,6 @@ dependencies:
|
|
57
45
|
- - ">="
|
58
46
|
- !ruby/object:Gem::Version
|
59
47
|
version: '0.9'
|
60
|
-
- - "<"
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '1.0'
|
63
48
|
type: :runtime
|
64
49
|
prerelease: false
|
65
50
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -67,9 +52,6 @@ dependencies:
|
|
67
52
|
- - ">="
|
68
53
|
- !ruby/object:Gem::Version
|
69
54
|
version: '0.9'
|
70
|
-
- - "<"
|
71
|
-
- !ruby/object:Gem::Version
|
72
|
-
version: '1.0'
|
73
55
|
description: Organize (and validate) the business logic of your Rails application.
|
74
56
|
email:
|
75
57
|
- davidjrunger@gmail.com
|
@@ -132,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
114
|
- !ruby/object:Gem::Version
|
133
115
|
version: '0'
|
134
116
|
requirements: []
|
135
|
-
rubygems_version: 3.5.
|
117
|
+
rubygems_version: 3.5.23
|
136
118
|
signing_key:
|
137
119
|
specification_version: 4
|
138
120
|
summary: Organize (and validate) the business logic of your Rails application.
|