runger_actions 0.21.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +10 -7
- data/.ruby-version +1 -1
- data/.runger-config.yml +1 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +96 -101
- data/bin/githooks/pre-push +8 -0
- data/lib/runger_actions/version.rb +1 -1
- data/runger_actions.gemspec +5 -4
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5504829782c03601814bef8f7cdd3342d6561b00e1d503da13672947c608f917
|
4
|
+
data.tar.gz: e156511a4bb1474c7e14d8b052c85785db03e436045272f9878865003a0b0d25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c85f80b876ae24ead46c2c6e57995658585db99fce0db89d9911899c85a8a47fd06e8a23888adb41e8809bd72e185cf34791829aed334d9b34cf7c925adba31
|
7
|
+
data.tar.gz: c8f23207d163d9124b0f8d327b8b574535151d7bb42b38f93213173cd1aa8cc3606218db83d58bd61a2d7c4a4df98085e6c41c1e4eacfb5f23b3f2617c888523
|
data/.github/dependabot.yml
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
+
---
|
1
2
|
version: 2
|
2
3
|
updates:
|
3
|
-
- package-ecosystem: bundler
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
4
|
+
- package-ecosystem: bundler
|
5
|
+
directory: "/"
|
6
|
+
schedule:
|
7
|
+
interval: daily
|
8
|
+
time: "04:04"
|
9
|
+
timezone: America/Chicago
|
10
|
+
open-pull-requests-limit: 20
|
11
|
+
allow:
|
12
|
+
- dependency-type: all
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.4
|
data/.runger-config.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
expected-num-github-checks: 3
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## v0.23.0 (2024-09-05)
|
2
|
+
- Relaxed `shaped` gemspec requirement to `< 1.0`.
|
3
|
+
|
4
|
+
## v0.22.0 (2024-06-28)
|
5
|
+
- Enforce only major and minor parts of required Ruby version (loosening the required Ruby version from 3.3.3 to 3.3.0)
|
6
|
+
|
1
7
|
## v0.21.0 (2024-06-27)
|
2
8
|
- Update shaped requirement from >= 0.9, < 0.12 to >= 0.9, < 0.13
|
3
9
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,88 +1,84 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
runger_actions (0.
|
4
|
+
runger_actions (0.23.0)
|
5
5
|
memo_wise (>= 1.7, < 2)
|
6
6
|
rails (>= 6, < 8)
|
7
|
-
shaped (>= 0.9, < 0
|
7
|
+
shaped (>= 0.9, < 1.0)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (7.1
|
13
|
-
actionpack (= 7.1
|
14
|
-
activesupport (= 7.1
|
12
|
+
actioncable (7.2.1)
|
13
|
+
actionpack (= 7.2.1)
|
14
|
+
activesupport (= 7.2.1)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
17
|
zeitwerk (~> 2.6)
|
18
|
-
actionmailbox (7.1
|
19
|
-
actionpack (= 7.1
|
20
|
-
activejob (= 7.1
|
21
|
-
activerecord (= 7.1
|
22
|
-
activestorage (= 7.1
|
23
|
-
activesupport (= 7.1
|
24
|
-
mail (>= 2.
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
activejob (= 7.1.3.4)
|
32
|
-
activesupport (= 7.1.3.4)
|
33
|
-
mail (~> 2.5, >= 2.5.4)
|
34
|
-
net-imap
|
35
|
-
net-pop
|
36
|
-
net-smtp
|
18
|
+
actionmailbox (7.2.1)
|
19
|
+
actionpack (= 7.2.1)
|
20
|
+
activejob (= 7.2.1)
|
21
|
+
activerecord (= 7.2.1)
|
22
|
+
activestorage (= 7.2.1)
|
23
|
+
activesupport (= 7.2.1)
|
24
|
+
mail (>= 2.8.0)
|
25
|
+
actionmailer (7.2.1)
|
26
|
+
actionpack (= 7.2.1)
|
27
|
+
actionview (= 7.2.1)
|
28
|
+
activejob (= 7.2.1)
|
29
|
+
activesupport (= 7.2.1)
|
30
|
+
mail (>= 2.8.0)
|
37
31
|
rails-dom-testing (~> 2.2)
|
38
|
-
actionpack (7.1
|
39
|
-
actionview (= 7.1
|
40
|
-
activesupport (= 7.1
|
32
|
+
actionpack (7.2.1)
|
33
|
+
actionview (= 7.2.1)
|
34
|
+
activesupport (= 7.2.1)
|
41
35
|
nokogiri (>= 1.8.5)
|
42
36
|
racc
|
43
|
-
rack (>= 2.2.4)
|
37
|
+
rack (>= 2.2.4, < 3.2)
|
44
38
|
rack-session (>= 1.0.1)
|
45
39
|
rack-test (>= 0.6.3)
|
46
40
|
rails-dom-testing (~> 2.2)
|
47
41
|
rails-html-sanitizer (~> 1.6)
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
42
|
+
useragent (~> 0.16)
|
43
|
+
actiontext (7.2.1)
|
44
|
+
actionpack (= 7.2.1)
|
45
|
+
activerecord (= 7.2.1)
|
46
|
+
activestorage (= 7.2.1)
|
47
|
+
activesupport (= 7.2.1)
|
53
48
|
globalid (>= 0.6.0)
|
54
49
|
nokogiri (>= 1.8.5)
|
55
|
-
actionview (7.1
|
56
|
-
activesupport (= 7.1
|
50
|
+
actionview (7.2.1)
|
51
|
+
activesupport (= 7.2.1)
|
57
52
|
builder (~> 3.1)
|
58
53
|
erubi (~> 1.11)
|
59
54
|
rails-dom-testing (~> 2.2)
|
60
55
|
rails-html-sanitizer (~> 1.6)
|
61
|
-
activejob (7.1
|
62
|
-
activesupport (= 7.1
|
56
|
+
activejob (7.2.1)
|
57
|
+
activesupport (= 7.2.1)
|
63
58
|
globalid (>= 0.3.6)
|
64
|
-
activemodel (7.1
|
65
|
-
activesupport (= 7.1
|
66
|
-
activerecord (7.1
|
67
|
-
activemodel (= 7.1
|
68
|
-
activesupport (= 7.1
|
59
|
+
activemodel (7.2.1)
|
60
|
+
activesupport (= 7.2.1)
|
61
|
+
activerecord (7.2.1)
|
62
|
+
activemodel (= 7.2.1)
|
63
|
+
activesupport (= 7.2.1)
|
69
64
|
timeout (>= 0.4.0)
|
70
|
-
activestorage (7.1
|
71
|
-
actionpack (= 7.1
|
72
|
-
activejob (= 7.1
|
73
|
-
activerecord (= 7.1
|
74
|
-
activesupport (= 7.1
|
65
|
+
activestorage (7.2.1)
|
66
|
+
actionpack (= 7.2.1)
|
67
|
+
activejob (= 7.2.1)
|
68
|
+
activerecord (= 7.2.1)
|
69
|
+
activesupport (= 7.2.1)
|
75
70
|
marcel (~> 1.0)
|
76
|
-
activesupport (7.1
|
71
|
+
activesupport (7.2.1)
|
77
72
|
base64
|
78
73
|
bigdecimal
|
79
|
-
concurrent-ruby (~> 1.0, >= 1.
|
74
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
80
75
|
connection_pool (>= 2.2.5)
|
81
76
|
drb
|
82
77
|
i18n (>= 1.6, < 2)
|
78
|
+
logger (>= 1.4.2)
|
83
79
|
minitest (>= 5.1)
|
84
|
-
|
85
|
-
tzinfo (~> 2.0)
|
80
|
+
securerandom (>= 0.3)
|
81
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
86
82
|
amazing_print (1.6.0)
|
87
83
|
ast (2.4.2)
|
88
84
|
base64 (0.2.0)
|
@@ -90,12 +86,12 @@ GEM
|
|
90
86
|
builder (3.3.0)
|
91
87
|
byebug (11.1.3)
|
92
88
|
coderay (1.1.3)
|
93
|
-
concurrent-ruby (1.3.
|
89
|
+
concurrent-ruby (1.3.4)
|
94
90
|
connection_pool (2.4.1)
|
95
91
|
crass (1.0.6)
|
96
92
|
date (3.3.4)
|
97
93
|
diff-lcs (1.5.1)
|
98
|
-
docile (1.4.
|
94
|
+
docile (1.4.1)
|
99
95
|
drb (2.2.1)
|
100
96
|
erubi (1.13.0)
|
101
97
|
globalid (1.2.1)
|
@@ -103,11 +99,12 @@ GEM
|
|
103
99
|
i18n (1.14.5)
|
104
100
|
concurrent-ruby (~> 1.0)
|
105
101
|
io-console (0.7.2)
|
106
|
-
irb (1.
|
102
|
+
irb (1.14.0)
|
107
103
|
rdoc (>= 4.0.0)
|
108
104
|
reline (>= 0.4.2)
|
109
105
|
json (2.7.2)
|
110
106
|
language_server-protocol (3.17.0.3)
|
107
|
+
logger (1.6.1)
|
111
108
|
loofah (2.22.0)
|
112
109
|
crass (~> 1.0.2)
|
113
110
|
nokogiri (>= 1.12.0)
|
@@ -121,9 +118,8 @@ GEM
|
|
121
118
|
method_source (1.1.0)
|
122
119
|
mini_mime (1.1.5)
|
123
120
|
mini_portile2 (2.8.7)
|
124
|
-
minitest (5.
|
125
|
-
|
126
|
-
net-imap (0.4.14)
|
121
|
+
minitest (5.25.1)
|
122
|
+
net-imap (0.4.16)
|
127
123
|
date
|
128
124
|
net-protocol
|
129
125
|
net-pop (0.1.2)
|
@@ -133,14 +129,14 @@ GEM
|
|
133
129
|
net-smtp (0.5.0)
|
134
130
|
net-protocol
|
135
131
|
nio4r (2.7.3)
|
136
|
-
nokogiri (1.16.
|
132
|
+
nokogiri (1.16.7)
|
137
133
|
mini_portile2 (~> 2.8.2)
|
138
134
|
racc (~> 1.4)
|
139
|
-
parallel (1.
|
140
|
-
parser (3.3.
|
135
|
+
parallel (1.26.3)
|
136
|
+
parser (3.3.5.0)
|
141
137
|
ast (~> 2.4.1)
|
142
138
|
racc
|
143
|
-
prism (0.
|
139
|
+
prism (1.0.0)
|
144
140
|
pry (0.14.2)
|
145
141
|
coderay (~> 1.1)
|
146
142
|
method_source (~> 1.0)
|
@@ -149,8 +145,8 @@ GEM
|
|
149
145
|
pry (>= 0.13, < 0.15)
|
150
146
|
psych (5.1.2)
|
151
147
|
stringio
|
152
|
-
racc (1.8.
|
153
|
-
rack (3.1.
|
148
|
+
racc (1.8.1)
|
149
|
+
rack (3.1.7)
|
154
150
|
rack-session (2.0.0)
|
155
151
|
rack (>= 3.0.0)
|
156
152
|
rack-test (2.1.0)
|
@@ -158,20 +154,20 @@ GEM
|
|
158
154
|
rackup (2.1.0)
|
159
155
|
rack (>= 3)
|
160
156
|
webrick (~> 1.8)
|
161
|
-
rails (7.1
|
162
|
-
actioncable (= 7.1
|
163
|
-
actionmailbox (= 7.1
|
164
|
-
actionmailer (= 7.1
|
165
|
-
actionpack (= 7.1
|
166
|
-
actiontext (= 7.1
|
167
|
-
actionview (= 7.1
|
168
|
-
activejob (= 7.1
|
169
|
-
activemodel (= 7.1
|
170
|
-
activerecord (= 7.1
|
171
|
-
activestorage (= 7.1
|
172
|
-
activesupport (= 7.1
|
157
|
+
rails (7.2.1)
|
158
|
+
actioncable (= 7.2.1)
|
159
|
+
actionmailbox (= 7.2.1)
|
160
|
+
actionmailer (= 7.2.1)
|
161
|
+
actionpack (= 7.2.1)
|
162
|
+
actiontext (= 7.2.1)
|
163
|
+
actionview (= 7.2.1)
|
164
|
+
activejob (= 7.2.1)
|
165
|
+
activemodel (= 7.2.1)
|
166
|
+
activerecord (= 7.2.1)
|
167
|
+
activestorage (= 7.2.1)
|
168
|
+
activesupport (= 7.2.1)
|
173
169
|
bundler (>= 1.15.0)
|
174
|
-
railties (= 7.1
|
170
|
+
railties (= 7.2.1)
|
175
171
|
rails-dom-testing (2.2.0)
|
176
172
|
activesupport (>= 5.0.0)
|
177
173
|
minitest
|
@@ -179,10 +175,10 @@ GEM
|
|
179
175
|
rails-html-sanitizer (1.6.0)
|
180
176
|
loofah (~> 2.21)
|
181
177
|
nokogiri (~> 1.14)
|
182
|
-
railties (7.1
|
183
|
-
actionpack (= 7.1
|
184
|
-
activesupport (= 7.1
|
185
|
-
irb
|
178
|
+
railties (7.2.1)
|
179
|
+
actionpack (= 7.2.1)
|
180
|
+
activesupport (= 7.2.1)
|
181
|
+
irb (~> 1.13)
|
186
182
|
rackup (>= 1.0.0)
|
187
183
|
rake (>= 12.2)
|
188
184
|
thor (~> 1.0, >= 1.2.2)
|
@@ -194,57 +190,56 @@ GEM
|
|
194
190
|
regexp_parser (2.9.2)
|
195
191
|
reline (0.5.9)
|
196
192
|
io-console (~> 0.5)
|
197
|
-
rexml (3.3.
|
198
|
-
strscan
|
193
|
+
rexml (3.3.7)
|
199
194
|
rouge (4.3.0)
|
200
195
|
rspec (3.13.0)
|
201
196
|
rspec-core (~> 3.13.0)
|
202
197
|
rspec-expectations (~> 3.13.0)
|
203
198
|
rspec-mocks (~> 3.13.0)
|
204
|
-
rspec-core (3.13.
|
199
|
+
rspec-core (3.13.1)
|
205
200
|
rspec-support (~> 3.13.0)
|
206
|
-
rspec-expectations (3.13.
|
201
|
+
rspec-expectations (3.13.2)
|
207
202
|
diff-lcs (>= 1.2.0, < 2.0)
|
208
203
|
rspec-support (~> 3.13.0)
|
209
204
|
rspec-mocks (3.13.1)
|
210
205
|
diff-lcs (>= 1.2.0, < 2.0)
|
211
206
|
rspec-support (~> 3.13.0)
|
212
207
|
rspec-support (3.13.1)
|
213
|
-
rubocop (1.
|
208
|
+
rubocop (1.66.1)
|
214
209
|
json (~> 2.3)
|
215
210
|
language_server-protocol (>= 3.17.0)
|
216
211
|
parallel (~> 1.10)
|
217
212
|
parser (>= 3.3.0.2)
|
218
213
|
rainbow (>= 2.2.2, < 4.0)
|
219
|
-
regexp_parser (>=
|
220
|
-
|
221
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
214
|
+
regexp_parser (>= 2.4, < 3.0)
|
215
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
222
216
|
ruby-progressbar (~> 1.7)
|
223
217
|
unicode-display_width (>= 2.4.0, < 3.0)
|
224
|
-
rubocop-ast (1.
|
218
|
+
rubocop-ast (1.32.3)
|
225
219
|
parser (>= 3.3.1.0)
|
226
220
|
rubocop-performance (1.21.1)
|
227
221
|
rubocop (>= 1.48.1, < 2.0)
|
228
222
|
rubocop-ast (>= 1.31.1, < 2.0)
|
229
223
|
rubocop-rake (0.6.0)
|
230
224
|
rubocop (~> 1.0)
|
231
|
-
rubocop-rspec (3.0.
|
225
|
+
rubocop-rspec (3.0.4)
|
232
226
|
rubocop (~> 1.61)
|
233
227
|
ruby-progressbar (1.13.0)
|
234
|
-
runger_config (5.
|
228
|
+
runger_config (5.2.0)
|
235
229
|
activesupport (>= 7.1.2)
|
236
|
-
runger_release_assistant (0.
|
230
|
+
runger_release_assistant (0.12.0)
|
237
231
|
activesupport (>= 6, < 8)
|
238
232
|
memo_wise (>= 1.7, < 2)
|
239
233
|
rainbow (>= 3.0, < 4)
|
240
234
|
slop (~> 4.8)
|
241
|
-
runger_style (2.
|
235
|
+
runger_style (2.17.0)
|
242
236
|
prism (>= 0.24.0)
|
243
237
|
rubocop (>= 1.38.0, < 2)
|
244
|
-
|
238
|
+
securerandom (0.3.1)
|
239
|
+
shaped (0.13.0)
|
245
240
|
activemodel (>= 6, < 8)
|
246
241
|
activesupport (>= 6, < 8)
|
247
|
-
simple_cov-formatter-terminal (1.
|
242
|
+
simple_cov-formatter-terminal (1.6.0)
|
248
243
|
activesupport (>= 7.0.4, < 8)
|
249
244
|
memo_wise (>= 1.7.0, < 2)
|
250
245
|
rouge (>= 4.0.0, < 5)
|
@@ -261,20 +256,20 @@ GEM
|
|
261
256
|
simplecov-html (0.12.3)
|
262
257
|
simplecov_json_formatter (0.1.4)
|
263
258
|
slop (4.10.1)
|
264
|
-
sqlite3 (
|
259
|
+
sqlite3 (2.0.4)
|
265
260
|
mini_portile2 (~> 2.8.0)
|
266
261
|
stringio (3.1.1)
|
267
|
-
|
268
|
-
thor (1.3.1)
|
262
|
+
thor (1.3.2)
|
269
263
|
timeout (0.4.1)
|
270
264
|
tzinfo (2.0.6)
|
271
265
|
concurrent-ruby (~> 1.0)
|
272
266
|
unicode-display_width (2.5.0)
|
267
|
+
useragent (0.16.10)
|
273
268
|
webrick (1.8.1)
|
274
269
|
websocket-driver (0.7.6)
|
275
270
|
websocket-extensions (>= 0.1.0)
|
276
271
|
websocket-extensions (0.1.5)
|
277
|
-
zeitwerk (2.6.
|
272
|
+
zeitwerk (2.6.18)
|
278
273
|
|
279
274
|
PLATFORMS
|
280
275
|
ruby
|
@@ -293,10 +288,10 @@ DEPENDENCIES
|
|
293
288
|
runger_style
|
294
289
|
simple_cov-formatter-terminal
|
295
290
|
simplecov-cobertura
|
296
|
-
sqlite3 (<
|
291
|
+
sqlite3 (< 3.0.0)
|
297
292
|
|
298
293
|
RUBY VERSION
|
299
|
-
ruby 3.3.
|
294
|
+
ruby 3.3.4p94
|
300
295
|
|
301
296
|
BUNDLED WITH
|
302
297
|
2.5.11
|
data/runger_actions.gemspec
CHANGED
@@ -13,7 +13,8 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.homepage = 'https://github.com/davidrunger/runger_actions'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
|
-
|
16
|
+
required_ruby_version = File.read('.ruby-version').rstrip.sub(/\A(\d+\.\d+)\.\d+\z/, '\1.0')
|
17
|
+
spec.required_ruby_version = ">= #{required_ruby_version}"
|
17
18
|
|
18
19
|
spec.metadata['rubygems_mfa_required'] = 'true'
|
19
20
|
spec.metadata['homepage_uri'] = spec.homepage
|
@@ -29,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
29
30
|
end
|
30
31
|
spec.require_paths = ['lib']
|
31
32
|
|
32
|
-
spec.
|
33
|
-
spec.
|
34
|
-
spec.
|
33
|
+
spec.add_dependency('memo_wise', '>= 1.7', '< 2')
|
34
|
+
spec.add_dependency('rails', '>= 6', '< 8')
|
35
|
+
spec.add_dependency('shaped', '>= 0.9', '< 1.0')
|
35
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.23.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-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: memo_wise
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
version: '0.9'
|
60
60
|
- - "<"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: '0
|
62
|
+
version: '1.0'
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -69,7 +69,7 @@ dependencies:
|
|
69
69
|
version: '0.9'
|
70
70
|
- - "<"
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
-
version: '0
|
72
|
+
version: '1.0'
|
73
73
|
description: Organize (and validate) the business logic of your Rails application.
|
74
74
|
email:
|
75
75
|
- davidjrunger@gmail.com
|
@@ -84,6 +84,7 @@ files:
|
|
84
84
|
- ".rspec"
|
85
85
|
- ".rubocop.yml"
|
86
86
|
- ".ruby-version"
|
87
|
+
- ".runger-config.yml"
|
87
88
|
- CHANGELOG.md
|
88
89
|
- Gemfile
|
89
90
|
- Gemfile.lock
|
@@ -93,6 +94,7 @@ files:
|
|
93
94
|
- Rakefile
|
94
95
|
- bin/_guard-core
|
95
96
|
- bin/console
|
97
|
+
- bin/githooks/pre-push
|
96
98
|
- bin/guard
|
97
99
|
- bin/release
|
98
100
|
- bin/rspec
|
@@ -123,14 +125,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
125
|
requirements:
|
124
126
|
- - ">="
|
125
127
|
- !ruby/object:Gem::Version
|
126
|
-
version: 3.3.
|
128
|
+
version: 3.3.0
|
127
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
130
|
requirements:
|
129
131
|
- - ">="
|
130
132
|
- !ruby/object:Gem::Version
|
131
133
|
version: '0'
|
132
134
|
requirements: []
|
133
|
-
rubygems_version: 3.5.
|
135
|
+
rubygems_version: 3.5.18
|
134
136
|
signing_key:
|
135
137
|
specification_version: 4
|
136
138
|
summary: Organize (and validate) the business logic of your Rails application.
|