plutonium 0.43.1 → 0.43.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35ffd0cd19be0ff00407230e192ac3867d784344764ac939b5bbe30a785e2f56
4
- data.tar.gz: acdbb59b244224059a30c2af5376d2efd4ba683a5d80ac107d88269be2a2614f
3
+ metadata.gz: 2836e21e7727f8627af4cfae65e821306e7ddc55078638df863ce91faaf3c25e
4
+ data.tar.gz: 8160b2f86d0b15e62022fea4142d6dff28cb8157e0c1805d9ca78b33eb050b11
5
5
  SHA512:
6
- metadata.gz: 6523baa08cd902867bfafeb5943152b3e66d659b70746019ccb481322ba25c266c2247de2526c78719f7ea286596ad042bbaad34c4d4cd350a8698af8ff89f62
7
- data.tar.gz: f59a4d0c2daba628bff9c4d290d8b2fba9856ebe992965194f3521d2b4767c94ee1be6a74c7de353df172adabcd6dee8ea6f488706b4b96cafd85b377e6f1df5
6
+ metadata.gz: 620fb24e236aa419eef903fa5f46375fff6fbc1806bea65fd0957696bcd8c98a58b5a3088cecad43f369e90d893e34cb11944f621f8d91f636fc38bf462f9f88
7
+ data.tar.gz: be8b90916a842cba0407e635e0246a711096c212da7190257207917d27ff1c47f03d6cc2f4400058e42b70d2733ed013a3905917e0eb504b52619db7218f7a9c
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 3.4.1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [0.43.2] - 2026-03-13
2
+
3
+ ### 🐛 Bug Fixes
4
+
5
+ - *(invites)* Use enum name for status and correct interaction base class
6
+
7
+ ### 🚜 Refactor
8
+
9
+ - *(auth)* Extract current_policy_context to base authorizable
10
+ - *(invites)* Use Rodauth module include and remove dead code
11
+
12
+ ### ⚙️ Miscellaneous Tasks
13
+
14
+ - *(tests)* Fix generator assertions and remove dead code
15
+ - Remove trailing blank line in model_generator_base
16
+ - Update Ruby to 3.4 and refresh dependencies
1
17
  ## [0.43.1] - 2026-03-09
2
18
 
3
19
  ### 🐛 Bug Fixes
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "rotp"
5
6
  gem "rails", "~> 7.2"
6
7
  gem "sqlite3"
7
8
  gem "puma", ">= 5.0"
@@ -13,7 +14,6 @@ gem "rodauth-rails"
13
14
  gem "sequel-activerecord_connection"
14
15
  gem "tilt"
15
16
  gem "bcrypt"
16
- gem "rotp"
17
17
  gem "rqrcode"
18
18
  gem "tzinfo-data", platforms: [:windows, :jruby]
19
19
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- plutonium (0.42.0)
4
+ plutonium (0.43.1)
5
5
  action_policy (~> 0.7.0)
6
6
  listen (~> 3.8)
7
7
  pagy (~> 9.0)
@@ -14,7 +14,7 @@ PATH
14
14
  phlexi-form (>= 0.14.1)
15
15
  phlexi-menu (>= 0.4.1)
16
16
  phlexi-table (>= 0.2.0)
17
- rabl (~> 0.16.1)
17
+ rabl (~> 0.17.0)
18
18
  rails (>= 7.2)
19
19
  redcarpet
20
20
  semantic_range (~> 3.0)
@@ -25,7 +25,7 @@ PATH
25
25
  GEM
26
26
  remote: https://rubygems.org/
27
27
  specs:
28
- action_policy (0.7.3)
28
+ action_policy (0.7.6)
29
29
  ruby-next-core (>= 1.0)
30
30
  actioncable (7.2.3)
31
31
  actionpack (= 7.2.3)
@@ -105,18 +105,18 @@ GEM
105
105
  bundler
106
106
  rake
107
107
  thor (>= 0.14.0)
108
- ast (2.4.2)
109
- base64 (0.2.0)
108
+ ast (2.4.3)
109
+ base64 (0.3.0)
110
110
  bcrypt (3.1.21)
111
- benchmark (0.4.0)
112
- bigdecimal (3.1.9)
113
- brakeman (6.2.2)
111
+ benchmark (0.5.0)
112
+ bigdecimal (4.0.1)
113
+ brakeman (8.0.4)
114
114
  racc
115
115
  builder (3.3.0)
116
- bundle-audit (0.1.0)
116
+ bundle-audit (0.2.0)
117
117
  bundler-audit
118
- bundler-audit (0.9.2)
119
- bundler (>= 1.2.0, < 3)
118
+ bundler-audit (0.9.3)
119
+ bundler (>= 1.2.0)
120
120
  thor (~> 1.0)
121
121
  cgi (0.5.1)
122
122
  chunky_png (1.4.0)
@@ -124,46 +124,49 @@ GEM
124
124
  activesupport (>= 3.0.0)
125
125
  railties (>= 3.0.0)
126
126
  thor (>= 0.14.6)
127
- concurrent-ruby (1.3.4)
128
- connection_pool (2.4.1)
127
+ concurrent-ruby (1.3.6)
128
+ connection_pool (3.0.2)
129
129
  crass (1.0.6)
130
- date (3.4.1)
131
- drb (2.2.1)
130
+ date (3.5.1)
131
+ drb (2.2.3)
132
+ erb (6.0.2)
132
133
  erubi (1.13.1)
133
- ffi (1.17.0-aarch64-linux-gnu)
134
- ffi (1.17.0-aarch64-linux-musl)
135
- ffi (1.17.0-arm-linux-gnu)
136
- ffi (1.17.0-arm-linux-musl)
137
- ffi (1.17.0-arm64-darwin)
138
- ffi (1.17.0-x86_64-darwin)
139
- ffi (1.17.0-x86_64-linux-gnu)
140
- ffi (1.17.0-x86_64-linux-musl)
134
+ ffi (1.17.3-aarch64-linux-gnu)
135
+ ffi (1.17.3-aarch64-linux-musl)
136
+ ffi (1.17.3-arm-linux-gnu)
137
+ ffi (1.17.3-arm-linux-musl)
138
+ ffi (1.17.3-arm64-darwin)
139
+ ffi (1.17.3-x86_64-darwin)
140
+ ffi (1.17.3-x86_64-linux-gnu)
141
+ ffi (1.17.3-x86_64-linux-musl)
141
142
  fiber-local (1.1.0)
142
143
  fiber-storage
143
- fiber-storage (1.0.0)
144
+ fiber-storage (1.0.1)
144
145
  globalid (1.3.0)
145
146
  activesupport (>= 6.1)
146
- i18n (1.14.6)
147
+ i18n (1.14.8)
147
148
  concurrent-ruby (~> 1.0)
148
- importmap-rails (2.1.0)
149
+ importmap-rails (2.2.3)
149
150
  actionpack (>= 6.0.0)
150
151
  activesupport (>= 6.0.0)
151
152
  railties (>= 6.0.0)
152
- io-console (0.8.0)
153
- irb (1.14.3)
153
+ io-console (0.8.2)
154
+ irb (1.17.0)
155
+ pp (>= 0.6.0)
156
+ prism (>= 1.3.0)
154
157
  rdoc (>= 4.0.0)
155
158
  reline (>= 0.4.2)
156
- json (2.9.1)
157
- language_server-protocol (3.17.0.3)
159
+ json (2.19.1)
160
+ language_server-protocol (3.17.0.5)
158
161
  lint_roller (1.1.0)
159
- listen (3.9.0)
162
+ listen (3.10.0)
163
+ logger
160
164
  rb-fsevent (~> 0.10, >= 0.10.3)
161
165
  rb-inotify (~> 0.9, >= 0.9.10)
162
- logger (1.6.4)
163
- loofah (2.23.1)
166
+ logger (1.7.0)
167
+ loofah (2.25.0)
164
168
  crass (~> 1.0.2)
165
169
  nokogiri (>= 1.12.0)
166
- lru_redux (1.1.0)
167
170
  mail (2.9.0)
168
171
  logger
169
172
  mini_mime (>= 0.1.1)
@@ -172,13 +175,15 @@ GEM
172
175
  net-smtp
173
176
  marcel (1.1.0)
174
177
  mini_mime (1.1.5)
175
- minitest (5.25.4)
178
+ minitest (6.0.2)
179
+ drb (~> 2.0)
180
+ prism (~> 1.5)
176
181
  minitest-reporters (1.7.1)
177
182
  ansi
178
183
  builder
179
184
  minitest (>= 5.0)
180
185
  ruby-progressbar
181
- net-imap (0.6.2)
186
+ net-imap (0.6.3)
182
187
  date
183
188
  net-protocol
184
189
  net-pop (0.1.2)
@@ -187,34 +192,35 @@ GEM
187
192
  timeout
188
193
  net-smtp (0.5.1)
189
194
  net-protocol
190
- nio4r (2.7.4)
191
- nokogiri (1.18.0-aarch64-linux-gnu)
195
+ nio4r (2.7.5)
196
+ nokogiri (1.19.1-aarch64-linux-gnu)
192
197
  racc (~> 1.4)
193
- nokogiri (1.18.0-aarch64-linux-musl)
198
+ nokogiri (1.19.1-aarch64-linux-musl)
194
199
  racc (~> 1.4)
195
- nokogiri (1.18.0-arm-linux-gnu)
200
+ nokogiri (1.19.1-arm-linux-gnu)
196
201
  racc (~> 1.4)
197
- nokogiri (1.18.0-arm-linux-musl)
202
+ nokogiri (1.19.1-arm-linux-musl)
198
203
  racc (~> 1.4)
199
- nokogiri (1.18.0-arm64-darwin)
204
+ nokogiri (1.19.1-arm64-darwin)
200
205
  racc (~> 1.4)
201
- nokogiri (1.18.0-x86_64-darwin)
206
+ nokogiri (1.19.1-x86_64-darwin)
202
207
  racc (~> 1.4)
203
- nokogiri (1.18.0-x86_64-linux-gnu)
208
+ nokogiri (1.19.1-x86_64-linux-gnu)
204
209
  racc (~> 1.4)
205
- nokogiri (1.18.0-x86_64-linux-musl)
210
+ nokogiri (1.19.1-x86_64-linux-musl)
206
211
  racc (~> 1.4)
207
- pagy (9.3.3)
208
- parallel (1.26.3)
209
- parser (3.3.6.0)
212
+ pagy (9.4.0)
213
+ parallel (1.27.0)
214
+ parser (3.3.10.2)
210
215
  ast (~> 2.4.1)
211
216
  racc
212
217
  pastel (0.8.0)
213
218
  tty-color (~> 0.5)
214
- phlex (2.3.1)
219
+ phlex (2.4.1)
220
+ refract (~> 1.0)
215
221
  zeitwerk (~> 2.7)
216
- phlex-rails (2.3.1)
217
- phlex (~> 2.3.0)
222
+ phlex-rails (2.4.0)
223
+ phlex (~> 2.4.0)
218
224
  railties (>= 7.1, < 9)
219
225
  zeitwerk (~> 2.7)
220
226
  phlex-slotable (1.0.0)
@@ -245,24 +251,29 @@ GEM
245
251
  phlexi-display
246
252
  phlexi-field (~> 0.2.0)
247
253
  zeitwerk
254
+ pp (0.6.3)
255
+ prettyprint
256
+ prettyprint (0.2.0)
257
+ prism (1.9.0)
248
258
  propshaft (1.3.1)
249
259
  actionpack (>= 7.0.0)
250
260
  activesupport (>= 7.0.0)
251
261
  rack
252
- psych (5.2.2)
262
+ psych (5.3.1)
253
263
  date
254
264
  stringio
255
- puma (6.5.0)
265
+ puma (7.2.0)
256
266
  nio4r (~> 2.0)
257
- rabl (0.16.1)
267
+ rabl (0.17.0)
258
268
  activesupport (>= 2.3.14)
259
269
  racc (1.8.1)
260
- rack (3.1.8)
261
- rack-session (2.0.0)
270
+ rack (3.2.5)
271
+ rack-session (2.1.1)
272
+ base64 (>= 0.1.0)
262
273
  rack (>= 3.0.0)
263
274
  rack-test (2.2.0)
264
275
  rack (>= 1.3)
265
- rackup (2.2.1)
276
+ rackup (2.3.1)
266
277
  rack (>= 3)
267
278
  rails (7.2.3)
268
279
  actioncable (= 7.2.3)
@@ -278,12 +289,12 @@ GEM
278
289
  activesupport (= 7.2.3)
279
290
  bundler (>= 1.15.0)
280
291
  railties (= 7.2.3)
281
- rails-dom-testing (2.2.0)
292
+ rails-dom-testing (2.3.0)
282
293
  activesupport (>= 5.0.0)
283
294
  minitest
284
295
  nokogiri (>= 1.6)
285
- rails-html-sanitizer (1.6.2)
286
- loofah (~> 2.21)
296
+ rails-html-sanitizer (1.7.0)
297
+ loofah (~> 2.25)
287
298
  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
288
299
  railties (7.2.3)
289
300
  actionpack (= 7.2.3)
@@ -296,17 +307,22 @@ GEM
296
307
  tsort (>= 0.2)
297
308
  zeitwerk (~> 2.6)
298
309
  rainbow (3.1.1)
299
- rake (13.2.1)
310
+ rake (13.3.1)
300
311
  rb-fsevent (0.11.2)
301
312
  rb-inotify (0.11.1)
302
313
  ffi (~> 1.0)
303
- rdoc (6.10.0)
314
+ rdoc (7.2.0)
315
+ erb
304
316
  psych (>= 4.0.0)
305
- redcarpet (3.6.0)
306
- regexp_parser (2.10.0)
307
- reline (0.6.0)
317
+ tsort
318
+ redcarpet (3.6.1)
319
+ refract (1.1.0)
320
+ prism
321
+ zeitwerk
322
+ regexp_parser (2.11.3)
323
+ reline (0.6.3)
308
324
  io-console (~> 0.5)
309
- roda (3.100.0)
325
+ roda (3.102.0)
310
326
  rack
311
327
  rodauth (2.42.0)
312
328
  roda (>= 2.6.0)
@@ -323,55 +339,62 @@ GEM
323
339
  chunky_png (~> 1.0)
324
340
  rqrcode_core (~> 2.0)
325
341
  rqrcode_core (2.1.0)
326
- rubocop (1.69.2)
342
+ rubocop (1.84.2)
327
343
  json (~> 2.3)
328
- language_server-protocol (>= 3.17.0)
344
+ language_server-protocol (~> 3.17.0.2)
345
+ lint_roller (~> 1.1.0)
329
346
  parallel (~> 1.10)
330
347
  parser (>= 3.3.0.2)
331
348
  rainbow (>= 2.2.2, < 4.0)
332
349
  regexp_parser (>= 2.9.3, < 3.0)
333
- rubocop-ast (>= 1.36.2, < 2.0)
350
+ rubocop-ast (>= 1.49.0, < 2.0)
334
351
  ruby-progressbar (~> 1.7)
335
352
  unicode-display_width (>= 2.4.0, < 4.0)
336
- rubocop-ast (1.37.0)
337
- parser (>= 3.3.1.0)
338
- rubocop-performance (1.23.0)
339
- rubocop (>= 1.48.1, < 2.0)
340
- rubocop-ast (>= 1.31.1, < 2.0)
341
- ruby-next-core (1.0.3)
353
+ rubocop-ast (1.49.1)
354
+ parser (>= 3.3.7.2)
355
+ prism (~> 1.7)
356
+ rubocop-performance (1.26.1)
357
+ lint_roller (~> 1.1)
358
+ rubocop (>= 1.75.0, < 2.0)
359
+ rubocop-ast (>= 1.47.1, < 2.0)
360
+ ruby-next-core (1.2.0)
342
361
  ruby-progressbar (1.13.0)
343
362
  securerandom (0.4.1)
344
- semantic_range (3.1.0)
345
- sequel (5.100.0)
363
+ semantic_range (3.1.1)
364
+ sequel (5.102.0)
346
365
  bigdecimal
347
366
  sequel-activerecord_connection (2.0.1)
348
367
  activerecord (>= 5.1)
349
368
  sequel (~> 5.38)
350
- sqlite3 (1.7.3-aarch64-linux)
351
- sqlite3 (1.7.3-arm-linux)
352
- sqlite3 (1.7.3-arm64-darwin)
353
- sqlite3 (1.7.3-x86_64-darwin)
354
- sqlite3 (1.7.3-x86_64-linux)
355
- standard (1.43.0)
369
+ sin_lru_redux (2.5.2)
370
+ sqlite3 (2.9.1-aarch64-linux-gnu)
371
+ sqlite3 (2.9.1-aarch64-linux-musl)
372
+ sqlite3 (2.9.1-arm-linux-gnu)
373
+ sqlite3 (2.9.1-arm-linux-musl)
374
+ sqlite3 (2.9.1-arm64-darwin)
375
+ sqlite3 (2.9.1-x86_64-darwin)
376
+ sqlite3 (2.9.1-x86_64-linux-gnu)
377
+ sqlite3 (2.9.1-x86_64-linux-musl)
378
+ standard (1.54.0)
356
379
  language_server-protocol (~> 3.17.0.2)
357
380
  lint_roller (~> 1.0)
358
- rubocop (~> 1.69.1)
381
+ rubocop (~> 1.84.0)
359
382
  standard-custom (~> 1.0.0)
360
- standard-performance (~> 1.6)
383
+ standard-performance (~> 1.8)
361
384
  standard-custom (1.0.2)
362
385
  lint_roller (~> 1.0)
363
386
  rubocop (~> 1.50)
364
- standard-performance (1.6.0)
387
+ standard-performance (1.9.0)
365
388
  lint_roller (~> 1.1)
366
- rubocop-performance (~> 1.23.0)
389
+ rubocop-performance (~> 1.26.0)
367
390
  stimulus-rails (1.3.4)
368
391
  railties (>= 6.0.0)
369
- stringio (3.1.2)
370
- tailwind_merge (0.14.0)
371
- lru_redux (~> 1.1)
372
- thor (1.3.2)
392
+ stringio (3.2.0)
393
+ tailwind_merge (1.4.0)
394
+ sin_lru_redux (~> 2.5)
395
+ thor (1.5.0)
373
396
  tilt (2.7.0)
374
- timeout (0.6.0)
397
+ timeout (0.6.1)
375
398
  tsort (0.2.0)
376
399
  tty-color (0.6.0)
377
400
  tty-cursor (0.7.1)
@@ -383,32 +406,29 @@ GEM
383
406
  tty-screen (~> 0.8)
384
407
  wisper (~> 2.0)
385
408
  tty-screen (0.8.2)
386
- turbo-rails (2.0.11)
387
- actionpack (>= 6.0.0)
388
- railties (>= 6.0.0)
409
+ turbo-rails (2.0.23)
410
+ actionpack (>= 7.1.0)
411
+ railties (>= 7.1.0)
389
412
  tzinfo (2.0.6)
390
413
  concurrent-ruby (~> 1.0)
391
- unicode-display_width (3.1.3)
392
- unicode-emoji (~> 4.0, >= 4.0.4)
393
- unicode-emoji (4.0.4)
414
+ unicode-display_width (3.2.0)
415
+ unicode-emoji (~> 4.1)
416
+ unicode-emoji (4.2.0)
394
417
  useragent (0.16.11)
395
418
  websocket-driver (0.8.0)
396
419
  base64
397
420
  websocket-extensions (>= 0.1.0)
398
421
  websocket-extensions (0.1.5)
399
422
  wisper (2.0.1)
400
- zeitwerk (2.7.1)
423
+ zeitwerk (2.7.5)
401
424
 
402
425
  PLATFORMS
403
- aarch64-linux
404
426
  aarch64-linux-gnu
405
427
  aarch64-linux-musl
406
- arm-linux
407
428
  arm-linux-gnu
408
429
  arm-linux-musl
409
430
  arm64-darwin
410
431
  x86_64-darwin
411
- x86_64-linux
412
432
  x86_64-linux-gnu
413
433
  x86_64-linux-musl
414
434
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "rotp"
5
6
  gem "rails", "~> 8.0.0"
6
7
  gem "sqlite3"
7
8
  gem "puma", ">= 5.0"
@@ -13,7 +14,6 @@ gem "rodauth-rails"
13
14
  gem "sequel-activerecord_connection"
14
15
  gem "tilt"
15
16
  gem "bcrypt"
16
- gem "rotp"
17
17
  gem "rqrcode"
18
18
  gem "tzinfo-data", platforms: [:windows, :jruby]
19
19