formie 1.1.5 → 1.1.7

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: dd99c3f0e7e013b772d9e800c0c704c3535d1088d6e532f9d58c657445a9bcb1
4
- data.tar.gz: 290d15515f8d7e1776cb00dc88d188fb6146dd421230e5706919d5cdce7ea1b1
3
+ metadata.gz: 8e7164326aeeb51b8dafab7edc1692e0ed18e9d415cd851c36f239b4cc6e026e
4
+ data.tar.gz: 3362763fcddb0a59a37c935788c81f78f7cc32418e9dd1c4e75f31f3d84cbfd8
5
5
  SHA512:
6
- metadata.gz: 42a3199a38e29a227e2b7bc66f4fe5beb4dba1f22b26ae6dc4ac65409b1541e84fd4bf2b28fd6f291f1ffb8889c48c424885f076d906aee0de73f09c9b09aef6
7
- data.tar.gz: 73c396e5c0f98fcf9453c3e726a52e6e0b633157b3240e84ff5b13c8d09fcd337bc1832109ec455cdf178ebaa06e6873ed3f3a1331cabf71ccf0e24301252b64
6
+ metadata.gz: 318fa103791439af1368a6e843644bc60feae8ed483518007cf753332d63c45dab14db412cbe63ad379e9c0892df3c5a59fc2ec8d8a1254a4bc39e99c3a38daf
7
+ data.tar.gz: bdb34f8287959274a0535cf9a61dcf4ab4056733e5f2db0e516e14c117496585f53380a1d47a823b686cde140756da28f1031ff27fcdfdf6186b8dd888efcba0
@@ -8,12 +8,7 @@ jobs:
8
8
  strategy:
9
9
  fail-fast: false
10
10
  matrix:
11
- ruby_version: ["3.4", "3.2"]
12
- # ruby_version: [head, "3.4", "3.2"]
13
- gemfile:
14
- - Gemfile
15
- - gemfiles/Gemfile.rails-8.0
16
- - gemfiles/Gemfile.rails-7.2
11
+ ruby_version: [head, "3.4", "3.2"]
17
12
  runs-on: ubuntu-latest
18
13
 
19
14
  steps:
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
- .bundle/
1
+ # ~/.gitignore included
2
+
2
3
  /coverage/
3
4
  .watchr
4
5
 
data/.rubocop.yml ADDED
@@ -0,0 +1,5 @@
1
+ # inherit_from:
2
+ # - ~/configs/.rubocop.yml
3
+
4
+ AllCops:
5
+ NewCops: enable
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-8.0
1
+ rails-8.1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.4.4
1
+ ruby-4.0.2
data/Gemfile.lock CHANGED
@@ -1,34 +1,36 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- formie (1.1.5)
4
+ formie (1.1.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (8.0.2)
10
- actionpack (= 8.0.2)
11
- activesupport (= 8.0.2)
9
+ action_text-trix (2.1.18)
10
+ railties
11
+ actioncable (8.1.3)
12
+ actionpack (= 8.1.3)
13
+ activesupport (= 8.1.3)
12
14
  nio4r (~> 2.0)
13
15
  websocket-driver (>= 0.6.1)
14
16
  zeitwerk (~> 2.6)
15
- actionmailbox (8.0.2)
16
- actionpack (= 8.0.2)
17
- activejob (= 8.0.2)
18
- activerecord (= 8.0.2)
19
- activestorage (= 8.0.2)
20
- activesupport (= 8.0.2)
17
+ actionmailbox (8.1.3)
18
+ actionpack (= 8.1.3)
19
+ activejob (= 8.1.3)
20
+ activerecord (= 8.1.3)
21
+ activestorage (= 8.1.3)
22
+ activesupport (= 8.1.3)
21
23
  mail (>= 2.8.0)
22
- actionmailer (8.0.2)
23
- actionpack (= 8.0.2)
24
- actionview (= 8.0.2)
25
- activejob (= 8.0.2)
26
- activesupport (= 8.0.2)
24
+ actionmailer (8.1.3)
25
+ actionpack (= 8.1.3)
26
+ actionview (= 8.1.3)
27
+ activejob (= 8.1.3)
28
+ activesupport (= 8.1.3)
27
29
  mail (>= 2.8.0)
28
30
  rails-dom-testing (~> 2.2)
29
- actionpack (8.0.2)
30
- actionview (= 8.0.2)
31
- activesupport (= 8.0.2)
31
+ actionpack (8.1.3)
32
+ actionview (= 8.1.3)
33
+ activesupport (= 8.1.3)
32
34
  nokogiri (>= 1.8.5)
33
35
  rack (>= 2.2.4)
34
36
  rack-session (>= 1.0.1)
@@ -36,57 +38,53 @@ GEM
36
38
  rails-dom-testing (~> 2.2)
37
39
  rails-html-sanitizer (~> 1.6)
38
40
  useragent (~> 0.16)
39
- actiontext (8.0.2)
40
- actionpack (= 8.0.2)
41
- activerecord (= 8.0.2)
42
- activestorage (= 8.0.2)
43
- activesupport (= 8.0.2)
41
+ actiontext (8.1.3)
42
+ action_text-trix (~> 2.1.15)
43
+ actionpack (= 8.1.3)
44
+ activerecord (= 8.1.3)
45
+ activestorage (= 8.1.3)
46
+ activesupport (= 8.1.3)
44
47
  globalid (>= 0.6.0)
45
48
  nokogiri (>= 1.8.5)
46
- actionview (8.0.2)
47
- activesupport (= 8.0.2)
49
+ actionview (8.1.3)
50
+ activesupport (= 8.1.3)
48
51
  builder (~> 3.1)
49
52
  erubi (~> 1.11)
50
53
  rails-dom-testing (~> 2.2)
51
54
  rails-html-sanitizer (~> 1.6)
52
- activejob (8.0.2)
53
- activesupport (= 8.0.2)
55
+ activejob (8.1.3)
56
+ activesupport (= 8.1.3)
54
57
  globalid (>= 0.3.6)
55
- activemodel (8.0.2)
56
- activesupport (= 8.0.2)
57
- activerecord (8.0.2)
58
- activemodel (= 8.0.2)
59
- activesupport (= 8.0.2)
58
+ activemodel (8.1.3)
59
+ activesupport (= 8.1.3)
60
+ activerecord (8.1.3)
61
+ activemodel (= 8.1.3)
62
+ activesupport (= 8.1.3)
60
63
  timeout (>= 0.4.0)
61
- activestorage (8.0.2)
62
- actionpack (= 8.0.2)
63
- activejob (= 8.0.2)
64
- activerecord (= 8.0.2)
65
- activesupport (= 8.0.2)
64
+ activestorage (8.1.3)
65
+ actionpack (= 8.1.3)
66
+ activejob (= 8.1.3)
67
+ activerecord (= 8.1.3)
68
+ activesupport (= 8.1.3)
66
69
  marcel (~> 1.0)
67
- activesupport (8.0.2)
70
+ activesupport (8.1.3)
68
71
  base64
69
- benchmark (>= 0.3)
70
72
  bigdecimal
71
73
  concurrent-ruby (~> 1.0, >= 1.3.1)
72
74
  connection_pool (>= 2.2.5)
73
75
  drb
74
76
  i18n (>= 1.6, < 2)
77
+ json
75
78
  logger (>= 1.4.2)
76
79
  minitest (>= 5.1)
77
80
  securerandom (>= 0.3)
78
81
  tzinfo (~> 2.0, >= 2.0.5)
79
82
  uri (>= 0.13.1)
80
- addressable (2.8.7)
81
- public_suffix (>= 2.0.2, < 7.0)
82
- appraisal (2.5.0)
83
- bundler
84
- rake
85
- thor (>= 0.14.0)
83
+ addressable (2.8.9)
84
+ public_suffix (>= 2.0.2, < 8.0)
86
85
  ast (2.4.3)
87
86
  base64 (0.3.0)
88
- benchmark (0.4.1)
89
- bigdecimal (3.2.2)
87
+ bigdecimal (4.1.0)
90
88
  builder (3.3.0)
91
89
  capybara (3.40.0)
92
90
  addressable
@@ -101,55 +99,61 @@ GEM
101
99
  activesupport (>= 3.0.0)
102
100
  railties (>= 3.0.0)
103
101
  thor (>= 0.14.6)
104
- concurrent-ruby (1.3.5)
105
- connection_pool (2.5.3)
102
+ concurrent-ruby (1.3.6)
103
+ connection_pool (3.0.2)
106
104
  crass (1.0.6)
107
- cuco (0.1.3)
105
+ cuco (0.1.6)
108
106
  listen
107
+ logger
109
108
  micro-optparse
110
- date (3.4.1)
109
+ date (3.5.1)
111
110
  docile (1.4.1)
112
111
  drb (2.2.3)
113
- erb (5.0.1)
112
+ erb (6.0.2)
114
113
  erubi (1.13.1)
115
- ffi (1.17.2-aarch64-linux-gnu)
116
- ffi (1.17.2-aarch64-linux-musl)
117
- ffi (1.17.2-arm-linux-gnu)
118
- ffi (1.17.2-arm-linux-musl)
119
- ffi (1.17.2-arm64-darwin)
120
- ffi (1.17.2-x86_64-darwin)
121
- ffi (1.17.2-x86_64-linux-gnu)
122
- ffi (1.17.2-x86_64-linux-musl)
123
- globalid (1.2.1)
114
+ ffi (1.17.4-aarch64-linux-gnu)
115
+ ffi (1.17.4-aarch64-linux-musl)
116
+ ffi (1.17.4-arm-linux-gnu)
117
+ ffi (1.17.4-arm-linux-musl)
118
+ ffi (1.17.4-arm64-darwin)
119
+ ffi (1.17.4-x86_64-darwin)
120
+ ffi (1.17.4-x86_64-linux-gnu)
121
+ ffi (1.17.4-x86_64-linux-musl)
122
+ globalid (1.3.0)
124
123
  activesupport (>= 6.1)
125
- i18n (1.14.7)
124
+ i18n (1.14.8)
126
125
  concurrent-ruby (~> 1.0)
127
- io-console (0.8.0)
128
- irb (1.15.2)
126
+ io-console (0.8.2)
127
+ irb (1.17.0)
129
128
  pp (>= 0.6.0)
129
+ prism (>= 1.3.0)
130
130
  rdoc (>= 4.0.0)
131
131
  reline (>= 0.4.2)
132
- json (2.12.2)
132
+ json (2.19.3)
133
133
  language_server-protocol (3.17.0.5)
134
134
  lint_roller (1.1.0)
135
- listen (3.9.0)
135
+ listen (3.10.0)
136
+ logger
136
137
  rb-fsevent (~> 0.10, >= 0.10.3)
137
138
  rb-inotify (~> 0.9, >= 0.9.10)
138
139
  logger (1.7.0)
139
- loofah (2.24.1)
140
+ loofah (2.25.1)
140
141
  crass (~> 1.0.2)
141
142
  nokogiri (>= 1.12.0)
142
- mail (2.8.1)
143
+ mail (2.9.0)
144
+ logger
143
145
  mini_mime (>= 0.1.1)
144
146
  net-imap
145
147
  net-pop
146
148
  net-smtp
147
- marcel (1.0.4)
149
+ marcel (1.1.0)
148
150
  matrix (0.4.3)
149
151
  micro-optparse (1.2.1)
150
152
  mini_mime (1.1.5)
151
- minitest (5.25.5)
152
- net-imap (0.5.8)
153
+ minitest (6.0.3)
154
+ drb (~> 2.0)
155
+ prism (~> 1.5)
156
+ net-imap (0.6.3)
153
157
  date
154
158
  net-protocol
155
159
  net-pop (0.1.2)
@@ -158,86 +162,88 @@ GEM
158
162
  timeout
159
163
  net-smtp (0.5.1)
160
164
  net-protocol
161
- nio4r (2.7.4)
162
- nokogiri (1.18.8-aarch64-linux-gnu)
165
+ nio4r (2.7.5)
166
+ nokogiri (1.19.2-aarch64-linux-gnu)
163
167
  racc (~> 1.4)
164
- nokogiri (1.18.8-aarch64-linux-musl)
168
+ nokogiri (1.19.2-aarch64-linux-musl)
165
169
  racc (~> 1.4)
166
- nokogiri (1.18.8-arm-linux-gnu)
170
+ nokogiri (1.19.2-arm-linux-gnu)
167
171
  racc (~> 1.4)
168
- nokogiri (1.18.8-arm-linux-musl)
172
+ nokogiri (1.19.2-arm-linux-musl)
169
173
  racc (~> 1.4)
170
- nokogiri (1.18.8-arm64-darwin)
174
+ nokogiri (1.19.2-arm64-darwin)
171
175
  racc (~> 1.4)
172
- nokogiri (1.18.8-x86_64-darwin)
176
+ nokogiri (1.19.2-x86_64-darwin)
173
177
  racc (~> 1.4)
174
- nokogiri (1.18.8-x86_64-linux-gnu)
178
+ nokogiri (1.19.2-x86_64-linux-gnu)
175
179
  racc (~> 1.4)
176
- nokogiri (1.18.8-x86_64-linux-musl)
180
+ nokogiri (1.19.2-x86_64-linux-musl)
177
181
  racc (~> 1.4)
178
- parallel (1.27.0)
179
- parser (3.3.8.0)
182
+ parallel (1.28.0)
183
+ parser (3.3.11.1)
180
184
  ast (~> 2.4.1)
181
185
  racc
182
- pp (0.6.2)
186
+ pp (0.6.3)
183
187
  prettyprint
184
188
  prettyprint (0.2.0)
185
- prism (1.4.0)
186
- psych (5.2.6)
189
+ prism (1.9.0)
190
+ psych (5.3.1)
187
191
  date
188
192
  stringio
189
- public_suffix (6.0.2)
193
+ public_suffix (7.0.5)
190
194
  racc (1.8.1)
191
- rack (3.1.16)
195
+ rack (3.2.6)
192
196
  rack-session (2.1.1)
193
197
  base64 (>= 0.1.0)
194
198
  rack (>= 3.0.0)
195
199
  rack-test (2.2.0)
196
200
  rack (>= 1.3)
197
- rackup (2.2.1)
201
+ rackup (2.3.1)
198
202
  rack (>= 3)
199
- rails (8.0.2)
200
- actioncable (= 8.0.2)
201
- actionmailbox (= 8.0.2)
202
- actionmailer (= 8.0.2)
203
- actionpack (= 8.0.2)
204
- actiontext (= 8.0.2)
205
- actionview (= 8.0.2)
206
- activejob (= 8.0.2)
207
- activemodel (= 8.0.2)
208
- activerecord (= 8.0.2)
209
- activestorage (= 8.0.2)
210
- activesupport (= 8.0.2)
203
+ rails (8.1.3)
204
+ actioncable (= 8.1.3)
205
+ actionmailbox (= 8.1.3)
206
+ actionmailer (= 8.1.3)
207
+ actionpack (= 8.1.3)
208
+ actiontext (= 8.1.3)
209
+ actionview (= 8.1.3)
210
+ activejob (= 8.1.3)
211
+ activemodel (= 8.1.3)
212
+ activerecord (= 8.1.3)
213
+ activestorage (= 8.1.3)
214
+ activesupport (= 8.1.3)
211
215
  bundler (>= 1.15.0)
212
- railties (= 8.0.2)
216
+ railties (= 8.1.3)
213
217
  rails-dom-testing (2.3.0)
214
218
  activesupport (>= 5.0.0)
215
219
  minitest
216
220
  nokogiri (>= 1.6)
217
- rails-html-sanitizer (1.6.2)
218
- loofah (~> 2.21)
221
+ rails-html-sanitizer (1.7.0)
222
+ loofah (~> 2.25)
219
223
  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)
220
- railties (8.0.2)
221
- actionpack (= 8.0.2)
222
- activesupport (= 8.0.2)
224
+ railties (8.1.3)
225
+ actionpack (= 8.1.3)
226
+ activesupport (= 8.1.3)
223
227
  irb (~> 1.13)
224
228
  rackup (>= 1.0.0)
225
229
  rake (>= 12.2)
226
230
  thor (~> 1.0, >= 1.2.2)
231
+ tsort (>= 0.2)
227
232
  zeitwerk (~> 2.6)
228
233
  rainbow (3.1.1)
229
- rake (13.3.0)
234
+ rake (13.3.1)
230
235
  rb-fsevent (0.11.2)
231
236
  rb-inotify (0.11.1)
232
237
  ffi (~> 1.0)
233
- rdoc (6.14.1)
238
+ rdoc (7.2.0)
234
239
  erb
235
240
  psych (>= 4.0.0)
236
- regexp_parser (2.10.0)
237
- reline (0.6.1)
241
+ tsort
242
+ regexp_parser (2.11.3)
243
+ reline (0.6.3)
238
244
  io-console (~> 0.5)
239
245
  ricecream (0.2.1)
240
- rubocop (1.76.2)
246
+ rubocop (1.86.0)
241
247
  json (~> 2.3)
242
248
  language_server-protocol (~> 3.17.0.2)
243
249
  lint_roller (~> 1.1.0)
@@ -245,43 +251,44 @@ GEM
245
251
  parser (>= 3.3.0.2)
246
252
  rainbow (>= 2.2.2, < 4.0)
247
253
  regexp_parser (>= 2.9.3, < 3.0)
248
- rubocop-ast (>= 1.45.1, < 2.0)
254
+ rubocop-ast (>= 1.49.0, < 2.0)
249
255
  ruby-progressbar (~> 1.7)
250
256
  unicode-display_width (>= 2.4.0, < 4.0)
251
- rubocop-ast (1.45.1)
257
+ rubocop-ast (1.49.1)
252
258
  parser (>= 3.3.7.2)
253
- prism (~> 1.4)
259
+ prism (~> 1.7)
254
260
  ruby-progressbar (1.13.0)
255
261
  securerandom (0.4.1)
256
262
  simplecov (0.22.0)
257
263
  docile (~> 1.1)
258
264
  simplecov-html (~> 0.11)
259
265
  simplecov_json_formatter (~> 0.1)
260
- simplecov-html (0.13.1)
266
+ simplecov-html (0.13.2)
261
267
  simplecov_json_formatter (0.1.4)
262
268
  slim (5.2.1)
263
269
  temple (~> 0.10.0)
264
270
  tilt (>= 2.1.0)
265
- spring (4.3.0)
266
- sqlite3 (2.7.0-aarch64-linux-gnu)
267
- sqlite3 (2.7.0-aarch64-linux-musl)
268
- sqlite3 (2.7.0-arm-linux-gnu)
269
- sqlite3 (2.7.0-arm-linux-musl)
270
- sqlite3 (2.7.0-arm64-darwin)
271
- sqlite3 (2.7.0-x86_64-darwin)
272
- sqlite3 (2.7.0-x86_64-linux-gnu)
273
- sqlite3 (2.7.0-x86_64-linux-musl)
274
- stringio (3.1.7)
275
- temple (0.10.3)
276
- thor (1.3.2)
277
- tilt (2.6.0)
278
- timeout (0.4.3)
271
+ spring (4.4.2)
272
+ sqlite3 (2.9.2-aarch64-linux-gnu)
273
+ sqlite3 (2.9.2-aarch64-linux-musl)
274
+ sqlite3 (2.9.2-arm-linux-gnu)
275
+ sqlite3 (2.9.2-arm-linux-musl)
276
+ sqlite3 (2.9.2-arm64-darwin)
277
+ sqlite3 (2.9.2-x86_64-darwin)
278
+ sqlite3 (2.9.2-x86_64-linux-gnu)
279
+ sqlite3 (2.9.2-x86_64-linux-musl)
280
+ stringio (3.2.0)
281
+ temple (0.10.4)
282
+ thor (1.5.0)
283
+ tilt (2.7.0)
284
+ timeout (0.6.1)
285
+ tsort (0.2.0)
279
286
  tzinfo (2.0.6)
280
287
  concurrent-ruby (~> 1.0)
281
- unicode-display_width (3.1.4)
282
- unicode-emoji (~> 4.0, >= 4.0.4)
283
- unicode-emoji (4.0.4)
284
- uri (1.0.3)
288
+ unicode-display_width (3.2.0)
289
+ unicode-emoji (~> 4.1)
290
+ unicode-emoji (4.2.0)
291
+ uri (1.1.1)
285
292
  useragent (0.16.11)
286
293
  websocket-driver (0.8.0)
287
294
  base64
@@ -289,7 +296,7 @@ GEM
289
296
  websocket-extensions (0.1.5)
290
297
  xpath (3.2.0)
291
298
  nokogiri (~> 1.8)
292
- zeitwerk (2.7.3)
299
+ zeitwerk (2.7.5)
293
300
 
294
301
  PLATFORMS
295
302
  aarch64-linux-gnu
@@ -302,7 +309,6 @@ PLATFORMS
302
309
  x86_64-linux-musl
303
310
 
304
311
  DEPENDENCIES
305
- appraisal
306
312
  capybara
307
313
  combustion
308
314
  cuco
@@ -316,5 +322,129 @@ DEPENDENCIES
316
322
  spring
317
323
  sqlite3
318
324
 
325
+ CHECKSUMS
326
+ action_text-trix (2.1.18) sha256=3fdb83f8bff4145d098be283cdd47ac41caf5110bfa6df4695ed7127d7fb3642
327
+ actioncable (8.1.3) sha256=e5bc7f75e44e6a22de29c4f43176927c3a9ce4824464b74ed18d8226e75a80f0
328
+ actionmailbox (8.1.3) sha256=df7da474eaa0e70df4ed5a6fef66eb3b3b0f2dbf7f14518deee8d77f1b4aae59
329
+ actionmailer (8.1.3) sha256=831f724891bb70d0aaa4d76581a6321124b6a752cb655c9346aae5479318448d
330
+ actionpack (8.1.3) sha256=af998cae4d47c5d581a2cc363b5c77eb718b7c4b45748d81b1887b25621c29a3
331
+ actiontext (8.1.3) sha256=d291019c00e1ea9e6463011fa214f6081a56d7b9a1d224e7d3f6384c1dafc7d2
332
+ actionview (8.1.3) sha256=1347c88c7f3edb38100c5ce0e9fb5e62d7755f3edc1b61cce2eb0b2c6ea2fd5d
333
+ activejob (8.1.3) sha256=a149b1766aa8204c3c3da7309e4becd40fcd5529c348cffbf6c9b16b565fe8d3
334
+ activemodel (8.1.3) sha256=90c05cbe4cef3649b8f79f13016191ea94c4525ce4a5c0fb7ef909c4b91c8219
335
+ activerecord (8.1.3) sha256=8003be7b2466ba0a2a670e603eeb0a61dd66058fccecfc49901e775260ac70ab
336
+ activestorage (8.1.3) sha256=0564ce9309143951a67615e1bb4e090ee54b8befed417133cae614479b46384d
337
+ activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
338
+ addressable (2.8.9) sha256=cc154fcbe689711808a43601dee7b980238ce54368d23e127421753e46895485
339
+ ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
340
+ base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
341
+ bigdecimal (4.1.0) sha256=6dc07767aa3dc456ccd48e7ae70a07b474e9afd7c5bc576f80bd6da5c8dd6cae
342
+ builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
343
+ capybara (3.40.0) sha256=42dba720578ea1ca65fd7a41d163dd368502c191804558f6e0f71b391054aeef
344
+ combustion (1.5.0) sha256=5e68cc8c2090ee06196a03e748276d1d63d4f63ed189888a23e1daa4fb79359a
345
+ concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
346
+ connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
347
+ crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d
348
+ cuco (0.1.6) sha256=c566f50099a20c41c2fa053697294b4200204d9ca5fac60e7190450c6ed66312
349
+ date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
350
+ docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
351
+ drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
352
+ erb (6.0.2) sha256=9fe6264d44f79422c87490a1558479bd0e7dad4dd0e317656e67ea3077b5242b
353
+ erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
354
+ ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
355
+ ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
356
+ ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
357
+ ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
358
+ ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
359
+ ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
360
+ ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
361
+ ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
362
+ formie (1.1.7)
363
+ globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
364
+ i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
365
+ io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
366
+ irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
367
+ json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
368
+ language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
369
+ lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
370
+ listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2
371
+ logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
372
+ loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
373
+ mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
374
+ marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
375
+ matrix (0.4.3) sha256=a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b
376
+ micro-optparse (1.2.1) sha256=b9cc0e2b4987776ca78dcbf59ce72c2bf6fd805fe56a0f4a94f9a2b0c68044e4
377
+ mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
378
+ minitest (6.0.3) sha256=88ac8a1de36c00692420e7cb3cc11a0773bbcb126aee1c249f320160a7d11411
379
+ net-imap (0.6.3) sha256=9bab75f876596d09ee7bf911a291da478e0cd6badc54dfb82874855ccc82f2ad
380
+ net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
381
+ net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
382
+ net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
383
+ nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
384
+ nokogiri (1.19.2-aarch64-linux-gnu) sha256=c34d5c8208025587554608e98fd88ab125b29c80f9352b821964e9a5d5cfbd19
385
+ nokogiri (1.19.2-aarch64-linux-musl) sha256=7f6b4b0202d507326841a4f790294bf75098aef50c7173443812e3ac5cb06515
386
+ nokogiri (1.19.2-arm-linux-gnu) sha256=b7fa1139016f3dc850bda1260988f0d749934a939d04ef2da13bec060d7d5081
387
+ nokogiri (1.19.2-arm-linux-musl) sha256=61114d44f6742ff72194a1b3020967201e2eb982814778d130f6471c11f9828c
388
+ nokogiri (1.19.2-arm64-darwin) sha256=58d8ea2e31a967b843b70487a44c14c8ba1866daa1b9da9be9dbdf1b43dee205
389
+ nokogiri (1.19.2-x86_64-darwin) sha256=7d9af11fda72dfaa2961d8c4d5380ca0b51bc389dc5f8d4b859b9644f195e7a4
390
+ nokogiri (1.19.2-x86_64-linux-gnu) sha256=fa8feca882b73e871a9845f3817a72e9734c8e974bdc4fbad6e4bc6e8076b94f
391
+ nokogiri (1.19.2-x86_64-linux-musl) sha256=93128448e61a9383a30baef041bf1f5817e22f297a1d400521e90294445069a8
392
+ parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970
393
+ parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
394
+ pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
395
+ prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
396
+ prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
397
+ psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
398
+ public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
399
+ racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
400
+ rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
401
+ rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
402
+ rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
403
+ rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
404
+ rails (8.1.3) sha256=6d017ba5348c98fc909753a8169b21d44de14d2a0b92d140d1a966834c3c9cd3
405
+ rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
406
+ rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
407
+ railties (8.1.3) sha256=913eb0e0cb520aac687ffd74916bd726d48fa21f47833c6292576ef6a286de22
408
+ rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
409
+ rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
410
+ rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
411
+ rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
412
+ rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
413
+ regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
414
+ reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
415
+ ricecream (0.2.1) sha256=d32d7781d554d1e1ec44325cabeb22f604a74c563c08d2cfe82f4e2e2bb3ac93
416
+ rubocop (1.86.0) sha256=4ff1186fe16ebe9baff5e7aad66bb0ad4cabf5cdcd419f773146dbba2565d186
417
+ rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
418
+ ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
419
+ securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
420
+ simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
421
+ simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
422
+ simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
423
+ slim (5.2.1) sha256=72351dff7e2ff20e2d5c393cfc385bb9142cef5db059141628fd7163ac3c13e7
424
+ spring (4.4.2) sha256=22f61bacd8dc8595cedcdc738de46d7fc18be4d7a770986760344c924f485ce7
425
+ sqlite3 (2.9.2-aarch64-linux-gnu) sha256=eeb86db55645b85327ba75129e3614658d974bf4da8fdc87018a0d42c59f6e42
426
+ sqlite3 (2.9.2-aarch64-linux-musl) sha256=4feff91fb8c2b13688da34b5627c9d1ed9cedb3ee87a7114ec82209147f07a6d
427
+ sqlite3 (2.9.2-arm-linux-gnu) sha256=1ee2eb06b5301aaf5ce343a6e88d99ac932d95202d7b350f0e7b6d8d588580d7
428
+ sqlite3 (2.9.2-arm-linux-musl) sha256=8ca0de6aceede968de0394e22e95d549834c4d8e318f69a92a52f049878a0057
429
+ sqlite3 (2.9.2-arm64-darwin) sha256=d15bd9609a05f9d54930babe039585efc8cadd57517c15b64ec7dfa75158a5e9
430
+ sqlite3 (2.9.2-x86_64-darwin) sha256=ed691b5021674d72582d03c5a38e89634b961902735fb6225273892805421d13
431
+ sqlite3 (2.9.2-x86_64-linux-gnu) sha256=dce83ffcb7e72f9f7aeb6e5404f15d277a45332fe18ccce8a8b3ed51e8d23aee
432
+ sqlite3 (2.9.2-x86_64-linux-musl) sha256=e8dd906a613f13b60f6d47ae9dda376384d9de1ab3f7e3f2fdf2fd18a871a2d7
433
+ stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
434
+ temple (0.10.4) sha256=b7a1e94b6f09038ab0b6e4fe0126996055da2c38bec53a8a336f075748fff72c
435
+ thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
436
+ tilt (2.7.0) sha256=0d5b9ba69f6a36490c64b0eee9f6e9aad517e20dcc848800a06eb116f08c6ab3
437
+ timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
438
+ tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
439
+ tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
440
+ unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
441
+ unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
442
+ uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
443
+ useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
444
+ websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
445
+ websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
446
+ xpath (3.2.0) sha256=6dfda79d91bb3b949b947ecc5919f042ef2f399b904013eb3ef6d20dd3a4082e
447
+ zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
448
+
319
449
  BUNDLED WITH
320
- 2.6.7
450
+ 4.0.6
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011-2025 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2011-2026 Dittmar Krall (www.matiq.com)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -106,5 +106,5 @@ span Hello Slim
106
106
 
107
107
  ## Miscellaneous
108
108
 
109
- Copyright (c) 2009-2025 Dittmar Krall (www.matiq.com),
109
+ Copyright (c) 2009-2026 Dittmar Krall (www.matiq.com),
110
110
  released under the [MIT license](https://opensource.org/licenses/MIT).
data/Rakefile CHANGED
@@ -5,7 +5,6 @@ Rake::TestTask.new do |t|
5
5
  t.libs << "lib"
6
6
  t.libs << "test"
7
7
  t.pattern = "test/**/*_test.rb"
8
- t.verbose = false
9
8
  end
10
9
 
11
10
  task default: :test
data/formie.gemspec CHANGED
@@ -20,9 +20,8 @@ Gem::Specification.new do |s|
20
20
 
21
21
  s.files = `git ls-files -z`.split("\x0")
22
22
  s.require_paths = ["lib"]
23
- s.required_ruby_version = "~> 3"
23
+ s.required_ruby_version = ">= 3"
24
24
 
25
- s.add_development_dependency "appraisal"
26
25
  s.add_development_dependency "combustion"
27
26
  s.add_development_dependency "minitest"
28
27
  end
@@ -1,7 +1,9 @@
1
1
  # rubocop: disable all
2
2
 
3
3
  module Formie
4
- VERSION = "1.1.5" # 2025-06-19
4
+ VERSION = "1.1.7" # 2026-04-03
5
+ # VERSION = "1.1.6" # 2026-01-02
6
+ # VERSION = "1.1.5" # 2025-06-19
5
7
  # VERSION = "1.1.4" # 2024-12-24
6
8
  # VERSION = "1.1.3" # 2024-10-20
7
9
  # VERSION = "1.1.2" # 2023-12-10
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -9,20 +9,6 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
- - !ruby/object:Gem::Dependency
13
- name: appraisal
14
- requirement: !ruby/object:Gem::Requirement
15
- requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: '0'
19
- type: :development
20
- prerelease: false
21
- version_requirements: !ruby/object:Gem::Requirement
22
- requirements:
23
- - - ">="
24
- - !ruby/object:Gem::Version
25
- version: '0'
26
12
  - !ruby/object:Gem::Dependency
27
13
  name: combustion
28
14
  requirement: !ruby/object:Gem::Requirement
@@ -64,9 +50,9 @@ extra_rdoc_files: []
64
50
  files:
65
51
  - ".github/workflows/rake.yml"
66
52
  - ".gitignore"
53
+ - ".rubocop.yml"
67
54
  - ".ruby-gemset"
68
55
  - ".ruby-version"
69
- - Appraisals
70
56
  - Gemfile
71
57
  - Gemfile.lock
72
58
  - MIT-LICENSE
@@ -74,8 +60,6 @@ files:
74
60
  - Rakefile
75
61
  - config/initializers/formie.rb
76
62
  - formie.gemspec
77
- - gemfiles/rails_7.2.gemfile
78
- - gemfiles/rails_8.0.gemfile
79
63
  - lib/formie.rb
80
64
  - lib/formie/engine.rb
81
65
  - lib/formie/version.rb
@@ -119,7 +103,7 @@ require_paths:
119
103
  - lib
120
104
  required_ruby_version: !ruby/object:Gem::Requirement
121
105
  requirements:
122
- - - "~>"
106
+ - - ">="
123
107
  - !ruby/object:Gem::Version
124
108
  version: '3'
125
109
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -128,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
112
  - !ruby/object:Gem::Version
129
113
  version: '0'
130
114
  requirements: []
131
- rubygems_version: 3.6.7
115
+ rubygems_version: 4.0.6
132
116
  specification_version: 4
133
117
  summary: Formie is like a Rails helper, but uses the notation of a partial.
134
118
  test_files: []
data/Appraisals DELETED
@@ -1,37 +0,0 @@
1
- appraise "rails-8.0" do
2
- gem "rails", "~> 8.0"
3
- end
4
-
5
- appraise "rails-7.2" do
6
- gem "rails", "~> 7.2"
7
- end
8
-
9
- # appraise "rails-7.1" do
10
- # gem "rails", "~> 7.1"
11
- # end
12
- #
13
- # appraise "rails-7.0" do
14
- # gem "rails", "~> 7.0"
15
- # gem "dryer-config", "~> 7.0"
16
- # end
17
- #
18
- # appraise "rails-6.1" do
19
- # gem "rails", "~> 6.1"
20
- # gem "dryer-config", "~> 6.0"
21
- # end
22
- #
23
- # appraise "rails-6.0" do
24
- # gem "rails", "~> 6.0"
25
- # end
26
- #
27
- # appraise 'rails-5.2' do
28
- # gem 'rails', '~> 5.2.0'
29
- # end
30
- #
31
- # appraise 'rails-5.1' do
32
- # gem 'rails', '~> 5.1'
33
- # end
34
- #
35
- # appraise 'rails-5.0' do
36
- # gem 'rails', '~> 5.0.0'
37
- # end
@@ -1,18 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 7.2"
6
-
7
- group :test do
8
- gem "capybara"
9
- gem "cuco"
10
- gem "ricecream"
11
- gem "rubocop", require: false
12
- gem "sqlite3"
13
- gem "simplecov", require: false
14
- gem "slim"
15
- gem "spring"
16
- end
17
-
18
- gemspec path: "../"
@@ -1,18 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 8.0"
6
-
7
- group :test do
8
- gem "capybara"
9
- gem "cuco"
10
- gem "ricecream"
11
- gem "rubocop", require: false
12
- gem "sqlite3"
13
- gem "simplecov", require: false
14
- gem "slim"
15
- gem "spring"
16
- end
17
-
18
- gemspec path: "../"