formie 1.1.6 → 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 +4 -4
- data/.github/workflows/rake.yml +0 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +170 -173
- data/Rakefile +0 -1
- data/formie.gemspec +0 -1
- data/lib/formie/version.rb +2 -1
- metadata +2 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e7164326aeeb51b8dafab7edc1692e0ed18e9d415cd851c36f239b4cc6e026e
|
|
4
|
+
data.tar.gz: 3362763fcddb0a59a37c935788c81f78f7cc32418e9dd1c4e75f31f3d84cbfd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 318fa103791439af1368a6e843644bc60feae8ed483518007cf753332d63c45dab14db412cbe63ad379e9c0892df3c5a59fc2ec8d8a1254a4bc39e99c3a38daf
|
|
7
|
+
data.tar.gz: bdb34f8287959274a0535cf9a61dcf4ab4056733e5f2db0e516e14c117496585f53380a1d47a823b686cde140756da28f1031ff27fcdfdf6186b8dd888efcba0
|
data/.github/workflows/rake.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-4.0.
|
|
1
|
+
ruby-4.0.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
formie (1.1.
|
|
4
|
+
formie (1.1.7)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
action_text-trix (2.1.
|
|
9
|
+
action_text-trix (2.1.18)
|
|
10
10
|
railties
|
|
11
|
-
actioncable (8.1.
|
|
12
|
-
actionpack (= 8.1.
|
|
13
|
-
activesupport (= 8.1.
|
|
11
|
+
actioncable (8.1.3)
|
|
12
|
+
actionpack (= 8.1.3)
|
|
13
|
+
activesupport (= 8.1.3)
|
|
14
14
|
nio4r (~> 2.0)
|
|
15
15
|
websocket-driver (>= 0.6.1)
|
|
16
16
|
zeitwerk (~> 2.6)
|
|
17
|
-
actionmailbox (8.1.
|
|
18
|
-
actionpack (= 8.1.
|
|
19
|
-
activejob (= 8.1.
|
|
20
|
-
activerecord (= 8.1.
|
|
21
|
-
activestorage (= 8.1.
|
|
22
|
-
activesupport (= 8.1.
|
|
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)
|
|
23
23
|
mail (>= 2.8.0)
|
|
24
|
-
actionmailer (8.1.
|
|
25
|
-
actionpack (= 8.1.
|
|
26
|
-
actionview (= 8.1.
|
|
27
|
-
activejob (= 8.1.
|
|
28
|
-
activesupport (= 8.1.
|
|
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)
|
|
29
29
|
mail (>= 2.8.0)
|
|
30
30
|
rails-dom-testing (~> 2.2)
|
|
31
|
-
actionpack (8.1.
|
|
32
|
-
actionview (= 8.1.
|
|
33
|
-
activesupport (= 8.1.
|
|
31
|
+
actionpack (8.1.3)
|
|
32
|
+
actionview (= 8.1.3)
|
|
33
|
+
activesupport (= 8.1.3)
|
|
34
34
|
nokogiri (>= 1.8.5)
|
|
35
35
|
rack (>= 2.2.4)
|
|
36
36
|
rack-session (>= 1.0.1)
|
|
@@ -38,36 +38,36 @@ GEM
|
|
|
38
38
|
rails-dom-testing (~> 2.2)
|
|
39
39
|
rails-html-sanitizer (~> 1.6)
|
|
40
40
|
useragent (~> 0.16)
|
|
41
|
-
actiontext (8.1.
|
|
41
|
+
actiontext (8.1.3)
|
|
42
42
|
action_text-trix (~> 2.1.15)
|
|
43
|
-
actionpack (= 8.1.
|
|
44
|
-
activerecord (= 8.1.
|
|
45
|
-
activestorage (= 8.1.
|
|
46
|
-
activesupport (= 8.1.
|
|
43
|
+
actionpack (= 8.1.3)
|
|
44
|
+
activerecord (= 8.1.3)
|
|
45
|
+
activestorage (= 8.1.3)
|
|
46
|
+
activesupport (= 8.1.3)
|
|
47
47
|
globalid (>= 0.6.0)
|
|
48
48
|
nokogiri (>= 1.8.5)
|
|
49
|
-
actionview (8.1.
|
|
50
|
-
activesupport (= 8.1.
|
|
49
|
+
actionview (8.1.3)
|
|
50
|
+
activesupport (= 8.1.3)
|
|
51
51
|
builder (~> 3.1)
|
|
52
52
|
erubi (~> 1.11)
|
|
53
53
|
rails-dom-testing (~> 2.2)
|
|
54
54
|
rails-html-sanitizer (~> 1.6)
|
|
55
|
-
activejob (8.1.
|
|
56
|
-
activesupport (= 8.1.
|
|
55
|
+
activejob (8.1.3)
|
|
56
|
+
activesupport (= 8.1.3)
|
|
57
57
|
globalid (>= 0.3.6)
|
|
58
|
-
activemodel (8.1.
|
|
59
|
-
activesupport (= 8.1.
|
|
60
|
-
activerecord (8.1.
|
|
61
|
-
activemodel (= 8.1.
|
|
62
|
-
activesupport (= 8.1.
|
|
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)
|
|
63
63
|
timeout (>= 0.4.0)
|
|
64
|
-
activestorage (8.1.
|
|
65
|
-
actionpack (= 8.1.
|
|
66
|
-
activejob (= 8.1.
|
|
67
|
-
activerecord (= 8.1.
|
|
68
|
-
activesupport (= 8.1.
|
|
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)
|
|
69
69
|
marcel (~> 1.0)
|
|
70
|
-
activesupport (8.1.
|
|
70
|
+
activesupport (8.1.3)
|
|
71
71
|
base64
|
|
72
72
|
bigdecimal
|
|
73
73
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -80,15 +80,11 @@ GEM
|
|
|
80
80
|
securerandom (>= 0.3)
|
|
81
81
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
82
82
|
uri (>= 0.13.1)
|
|
83
|
-
addressable (2.8.
|
|
83
|
+
addressable (2.8.9)
|
|
84
84
|
public_suffix (>= 2.0.2, < 8.0)
|
|
85
|
-
appraisal (2.5.0)
|
|
86
|
-
bundler
|
|
87
|
-
rake
|
|
88
|
-
thor (>= 0.14.0)
|
|
89
85
|
ast (2.4.3)
|
|
90
86
|
base64 (0.3.0)
|
|
91
|
-
bigdecimal (4.0
|
|
87
|
+
bigdecimal (4.1.0)
|
|
92
88
|
builder (3.3.0)
|
|
93
89
|
capybara (3.40.0)
|
|
94
90
|
addressable
|
|
@@ -113,33 +109,35 @@ GEM
|
|
|
113
109
|
date (3.5.1)
|
|
114
110
|
docile (1.4.1)
|
|
115
111
|
drb (2.2.3)
|
|
116
|
-
erb (6.0.
|
|
112
|
+
erb (6.0.2)
|
|
117
113
|
erubi (1.13.1)
|
|
118
|
-
ffi (1.17.
|
|
119
|
-
ffi (1.17.
|
|
120
|
-
ffi (1.17.
|
|
121
|
-
ffi (1.17.
|
|
122
|
-
ffi (1.17.
|
|
123
|
-
ffi (1.17.
|
|
124
|
-
ffi (1.17.
|
|
125
|
-
ffi (1.17.
|
|
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)
|
|
126
122
|
globalid (1.3.0)
|
|
127
123
|
activesupport (>= 6.1)
|
|
128
124
|
i18n (1.14.8)
|
|
129
125
|
concurrent-ruby (~> 1.0)
|
|
130
126
|
io-console (0.8.2)
|
|
131
|
-
irb (1.
|
|
127
|
+
irb (1.17.0)
|
|
132
128
|
pp (>= 0.6.0)
|
|
129
|
+
prism (>= 1.3.0)
|
|
133
130
|
rdoc (>= 4.0.0)
|
|
134
131
|
reline (>= 0.4.2)
|
|
135
|
-
json (2.
|
|
132
|
+
json (2.19.3)
|
|
136
133
|
language_server-protocol (3.17.0.5)
|
|
137
134
|
lint_roller (1.1.0)
|
|
138
|
-
listen (3.
|
|
135
|
+
listen (3.10.0)
|
|
136
|
+
logger
|
|
139
137
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
140
138
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
141
139
|
logger (1.7.0)
|
|
142
|
-
loofah (2.25.
|
|
140
|
+
loofah (2.25.1)
|
|
143
141
|
crass (~> 1.0.2)
|
|
144
142
|
nokogiri (>= 1.12.0)
|
|
145
143
|
mail (2.9.0)
|
|
@@ -152,9 +150,10 @@ GEM
|
|
|
152
150
|
matrix (0.4.3)
|
|
153
151
|
micro-optparse (1.2.1)
|
|
154
152
|
mini_mime (1.1.5)
|
|
155
|
-
minitest (6.0.
|
|
153
|
+
minitest (6.0.3)
|
|
154
|
+
drb (~> 2.0)
|
|
156
155
|
prism (~> 1.5)
|
|
157
|
-
net-imap (0.6.
|
|
156
|
+
net-imap (0.6.3)
|
|
158
157
|
date
|
|
159
158
|
net-protocol
|
|
160
159
|
net-pop (0.1.2)
|
|
@@ -164,36 +163,36 @@ GEM
|
|
|
164
163
|
net-smtp (0.5.1)
|
|
165
164
|
net-protocol
|
|
166
165
|
nio4r (2.7.5)
|
|
167
|
-
nokogiri (1.19.
|
|
166
|
+
nokogiri (1.19.2-aarch64-linux-gnu)
|
|
168
167
|
racc (~> 1.4)
|
|
169
|
-
nokogiri (1.19.
|
|
168
|
+
nokogiri (1.19.2-aarch64-linux-musl)
|
|
170
169
|
racc (~> 1.4)
|
|
171
|
-
nokogiri (1.19.
|
|
170
|
+
nokogiri (1.19.2-arm-linux-gnu)
|
|
172
171
|
racc (~> 1.4)
|
|
173
|
-
nokogiri (1.19.
|
|
172
|
+
nokogiri (1.19.2-arm-linux-musl)
|
|
174
173
|
racc (~> 1.4)
|
|
175
|
-
nokogiri (1.19.
|
|
174
|
+
nokogiri (1.19.2-arm64-darwin)
|
|
176
175
|
racc (~> 1.4)
|
|
177
|
-
nokogiri (1.19.
|
|
176
|
+
nokogiri (1.19.2-x86_64-darwin)
|
|
178
177
|
racc (~> 1.4)
|
|
179
|
-
nokogiri (1.19.
|
|
178
|
+
nokogiri (1.19.2-x86_64-linux-gnu)
|
|
180
179
|
racc (~> 1.4)
|
|
181
|
-
nokogiri (1.19.
|
|
180
|
+
nokogiri (1.19.2-x86_64-linux-musl)
|
|
182
181
|
racc (~> 1.4)
|
|
183
|
-
parallel (1.
|
|
184
|
-
parser (3.3.
|
|
182
|
+
parallel (1.28.0)
|
|
183
|
+
parser (3.3.11.1)
|
|
185
184
|
ast (~> 2.4.1)
|
|
186
185
|
racc
|
|
187
186
|
pp (0.6.3)
|
|
188
187
|
prettyprint
|
|
189
188
|
prettyprint (0.2.0)
|
|
190
|
-
prism (1.
|
|
189
|
+
prism (1.9.0)
|
|
191
190
|
psych (5.3.1)
|
|
192
191
|
date
|
|
193
192
|
stringio
|
|
194
|
-
public_suffix (7.0.
|
|
193
|
+
public_suffix (7.0.5)
|
|
195
194
|
racc (1.8.1)
|
|
196
|
-
rack (3.2.
|
|
195
|
+
rack (3.2.6)
|
|
197
196
|
rack-session (2.1.1)
|
|
198
197
|
base64 (>= 0.1.0)
|
|
199
198
|
rack (>= 3.0.0)
|
|
@@ -201,30 +200,30 @@ GEM
|
|
|
201
200
|
rack (>= 1.3)
|
|
202
201
|
rackup (2.3.1)
|
|
203
202
|
rack (>= 3)
|
|
204
|
-
rails (8.1.
|
|
205
|
-
actioncable (= 8.1.
|
|
206
|
-
actionmailbox (= 8.1.
|
|
207
|
-
actionmailer (= 8.1.
|
|
208
|
-
actionpack (= 8.1.
|
|
209
|
-
actiontext (= 8.1.
|
|
210
|
-
actionview (= 8.1.
|
|
211
|
-
activejob (= 8.1.
|
|
212
|
-
activemodel (= 8.1.
|
|
213
|
-
activerecord (= 8.1.
|
|
214
|
-
activestorage (= 8.1.
|
|
215
|
-
activesupport (= 8.1.
|
|
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)
|
|
216
215
|
bundler (>= 1.15.0)
|
|
217
|
-
railties (= 8.1.
|
|
216
|
+
railties (= 8.1.3)
|
|
218
217
|
rails-dom-testing (2.3.0)
|
|
219
218
|
activesupport (>= 5.0.0)
|
|
220
219
|
minitest
|
|
221
220
|
nokogiri (>= 1.6)
|
|
222
|
-
rails-html-sanitizer (1.
|
|
223
|
-
loofah (~> 2.
|
|
221
|
+
rails-html-sanitizer (1.7.0)
|
|
222
|
+
loofah (~> 2.25)
|
|
224
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)
|
|
225
|
-
railties (8.1.
|
|
226
|
-
actionpack (= 8.1.
|
|
227
|
-
activesupport (= 8.1.
|
|
224
|
+
railties (8.1.3)
|
|
225
|
+
actionpack (= 8.1.3)
|
|
226
|
+
activesupport (= 8.1.3)
|
|
228
227
|
irb (~> 1.13)
|
|
229
228
|
rackup (>= 1.0.0)
|
|
230
229
|
rake (>= 12.2)
|
|
@@ -236,7 +235,7 @@ GEM
|
|
|
236
235
|
rb-fsevent (0.11.2)
|
|
237
236
|
rb-inotify (0.11.1)
|
|
238
237
|
ffi (~> 1.0)
|
|
239
|
-
rdoc (7.0
|
|
238
|
+
rdoc (7.2.0)
|
|
240
239
|
erb
|
|
241
240
|
psych (>= 4.0.0)
|
|
242
241
|
tsort
|
|
@@ -244,7 +243,7 @@ GEM
|
|
|
244
243
|
reline (0.6.3)
|
|
245
244
|
io-console (~> 0.5)
|
|
246
245
|
ricecream (0.2.1)
|
|
247
|
-
rubocop (1.
|
|
246
|
+
rubocop (1.86.0)
|
|
248
247
|
json (~> 2.3)
|
|
249
248
|
language_server-protocol (~> 3.17.0.2)
|
|
250
249
|
lint_roller (~> 1.1.0)
|
|
@@ -252,10 +251,10 @@ GEM
|
|
|
252
251
|
parser (>= 3.3.0.2)
|
|
253
252
|
rainbow (>= 2.2.2, < 4.0)
|
|
254
253
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
255
|
-
rubocop-ast (>= 1.
|
|
254
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
256
255
|
ruby-progressbar (~> 1.7)
|
|
257
256
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
258
|
-
rubocop-ast (1.49.
|
|
257
|
+
rubocop-ast (1.49.1)
|
|
259
258
|
parser (>= 3.3.7.2)
|
|
260
259
|
prism (~> 1.7)
|
|
261
260
|
ruby-progressbar (1.13.0)
|
|
@@ -269,20 +268,20 @@ GEM
|
|
|
269
268
|
slim (5.2.1)
|
|
270
269
|
temple (~> 0.10.0)
|
|
271
270
|
tilt (>= 2.1.0)
|
|
272
|
-
spring (4.4.
|
|
273
|
-
sqlite3 (2.9.
|
|
274
|
-
sqlite3 (2.9.
|
|
275
|
-
sqlite3 (2.9.
|
|
276
|
-
sqlite3 (2.9.
|
|
277
|
-
sqlite3 (2.9.
|
|
278
|
-
sqlite3 (2.9.
|
|
279
|
-
sqlite3 (2.9.
|
|
280
|
-
sqlite3 (2.9.
|
|
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)
|
|
281
280
|
stringio (3.2.0)
|
|
282
281
|
temple (0.10.4)
|
|
283
|
-
thor (1.
|
|
284
|
-
tilt (2.
|
|
285
|
-
timeout (0.6.
|
|
282
|
+
thor (1.5.0)
|
|
283
|
+
tilt (2.7.0)
|
|
284
|
+
timeout (0.6.1)
|
|
286
285
|
tsort (0.2.0)
|
|
287
286
|
tzinfo (2.0.6)
|
|
288
287
|
concurrent-ruby (~> 1.0)
|
|
@@ -297,7 +296,7 @@ GEM
|
|
|
297
296
|
websocket-extensions (0.1.5)
|
|
298
297
|
xpath (3.2.0)
|
|
299
298
|
nokogiri (~> 1.8)
|
|
300
|
-
zeitwerk (2.7.
|
|
299
|
+
zeitwerk (2.7.5)
|
|
301
300
|
|
|
302
301
|
PLATFORMS
|
|
303
302
|
aarch64-linux-gnu
|
|
@@ -310,7 +309,6 @@ PLATFORMS
|
|
|
310
309
|
x86_64-linux-musl
|
|
311
310
|
|
|
312
311
|
DEPENDENCIES
|
|
313
|
-
appraisal
|
|
314
312
|
capybara
|
|
315
313
|
combustion
|
|
316
314
|
cuco
|
|
@@ -325,23 +323,22 @@ DEPENDENCIES
|
|
|
325
323
|
sqlite3
|
|
326
324
|
|
|
327
325
|
CHECKSUMS
|
|
328
|
-
action_text-trix (2.1.
|
|
329
|
-
actioncable (8.1.
|
|
330
|
-
actionmailbox (8.1.
|
|
331
|
-
actionmailer (8.1.
|
|
332
|
-
actionpack (8.1.
|
|
333
|
-
actiontext (8.1.
|
|
334
|
-
actionview (8.1.
|
|
335
|
-
activejob (8.1.
|
|
336
|
-
activemodel (8.1.
|
|
337
|
-
activerecord (8.1.
|
|
338
|
-
activestorage (8.1.
|
|
339
|
-
activesupport (8.1.
|
|
340
|
-
addressable (2.8.
|
|
341
|
-
appraisal (2.5.0) sha256=36989221be127913b0dba8d114da2001e6b2dceea7bd4951200eaba764eed3ce
|
|
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
|
|
342
339
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
343
340
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
344
|
-
bigdecimal (4.0
|
|
341
|
+
bigdecimal (4.1.0) sha256=6dc07767aa3dc456ccd48e7ae70a07b474e9afd7c5bc576f80bd6da5c8dd6cae
|
|
345
342
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
346
343
|
capybara (3.40.0) sha256=42dba720578ea1ca65fd7a41d163dd368502c191804558f6e0f71b391054aeef
|
|
347
344
|
combustion (1.5.0) sha256=5e68cc8c2090ee06196a03e748276d1d63d4f63ed189888a23e1daa4fb79359a
|
|
@@ -352,92 +349,92 @@ CHECKSUMS
|
|
|
352
349
|
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
353
350
|
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
354
351
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
355
|
-
erb (6.0.
|
|
352
|
+
erb (6.0.2) sha256=9fe6264d44f79422c87490a1558479bd0e7dad4dd0e317656e67ea3077b5242b
|
|
356
353
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
357
|
-
ffi (1.17.
|
|
358
|
-
ffi (1.17.
|
|
359
|
-
ffi (1.17.
|
|
360
|
-
ffi (1.17.
|
|
361
|
-
ffi (1.17.
|
|
362
|
-
ffi (1.17.
|
|
363
|
-
ffi (1.17.
|
|
364
|
-
ffi (1.17.
|
|
365
|
-
formie (1.1.
|
|
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)
|
|
366
363
|
globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
|
|
367
364
|
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
368
365
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
369
|
-
irb (1.
|
|
370
|
-
json (2.
|
|
366
|
+
irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
|
|
367
|
+
json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
|
|
371
368
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
372
369
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
373
|
-
listen (3.
|
|
370
|
+
listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2
|
|
374
371
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
375
|
-
loofah (2.25.
|
|
372
|
+
loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
|
|
376
373
|
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
|
|
377
374
|
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
|
|
378
375
|
matrix (0.4.3) sha256=a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b
|
|
379
376
|
micro-optparse (1.2.1) sha256=b9cc0e2b4987776ca78dcbf59ce72c2bf6fd805fe56a0f4a94f9a2b0c68044e4
|
|
380
377
|
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
381
|
-
minitest (6.0.
|
|
382
|
-
net-imap (0.6.
|
|
378
|
+
minitest (6.0.3) sha256=88ac8a1de36c00692420e7cb3cc11a0773bbcb126aee1c249f320160a7d11411
|
|
379
|
+
net-imap (0.6.3) sha256=9bab75f876596d09ee7bf911a291da478e0cd6badc54dfb82874855ccc82f2ad
|
|
383
380
|
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
384
381
|
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
385
382
|
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
386
383
|
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
387
|
-
nokogiri (1.19.
|
|
388
|
-
nokogiri (1.19.
|
|
389
|
-
nokogiri (1.19.
|
|
390
|
-
nokogiri (1.19.
|
|
391
|
-
nokogiri (1.19.
|
|
392
|
-
nokogiri (1.19.
|
|
393
|
-
nokogiri (1.19.
|
|
394
|
-
nokogiri (1.19.
|
|
395
|
-
parallel (1.
|
|
396
|
-
parser (3.3.
|
|
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
|
|
397
394
|
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
398
395
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
399
|
-
prism (1.
|
|
396
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
400
397
|
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
401
|
-
public_suffix (7.0.
|
|
398
|
+
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
|
|
402
399
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
403
|
-
rack (3.2.
|
|
400
|
+
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
404
401
|
rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
|
|
405
402
|
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
406
403
|
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
407
|
-
rails (8.1.
|
|
404
|
+
rails (8.1.3) sha256=6d017ba5348c98fc909753a8169b21d44de14d2a0b92d140d1a966834c3c9cd3
|
|
408
405
|
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
409
|
-
rails-html-sanitizer (1.
|
|
410
|
-
railties (8.1.
|
|
406
|
+
rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
|
|
407
|
+
railties (8.1.3) sha256=913eb0e0cb520aac687ffd74916bd726d48fa21f47833c6292576ef6a286de22
|
|
411
408
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
412
409
|
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
|
|
413
410
|
rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
|
|
414
411
|
rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
|
|
415
|
-
rdoc (7.0
|
|
412
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
416
413
|
regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
|
|
417
414
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
418
415
|
ricecream (0.2.1) sha256=d32d7781d554d1e1ec44325cabeb22f604a74c563c08d2cfe82f4e2e2bb3ac93
|
|
419
|
-
rubocop (1.
|
|
420
|
-
rubocop-ast (1.49.
|
|
416
|
+
rubocop (1.86.0) sha256=4ff1186fe16ebe9baff5e7aad66bb0ad4cabf5cdcd419f773146dbba2565d186
|
|
417
|
+
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
421
418
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
422
419
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
423
420
|
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
424
421
|
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
425
422
|
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
426
423
|
slim (5.2.1) sha256=72351dff7e2ff20e2d5c393cfc385bb9142cef5db059141628fd7163ac3c13e7
|
|
427
|
-
spring (4.4.
|
|
428
|
-
sqlite3 (2.9.
|
|
429
|
-
sqlite3 (2.9.
|
|
430
|
-
sqlite3 (2.9.
|
|
431
|
-
sqlite3 (2.9.
|
|
432
|
-
sqlite3 (2.9.
|
|
433
|
-
sqlite3 (2.9.
|
|
434
|
-
sqlite3 (2.9.
|
|
435
|
-
sqlite3 (2.9.
|
|
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
|
|
436
433
|
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
437
434
|
temple (0.10.4) sha256=b7a1e94b6f09038ab0b6e4fe0126996055da2c38bec53a8a336f075748fff72c
|
|
438
|
-
thor (1.
|
|
439
|
-
tilt (2.
|
|
440
|
-
timeout (0.6.
|
|
435
|
+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
436
|
+
tilt (2.7.0) sha256=0d5b9ba69f6a36490c64b0eee9f6e9aad517e20dcc848800a06eb116f08c6ab3
|
|
437
|
+
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
441
438
|
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
442
439
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
443
440
|
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
@@ -447,7 +444,7 @@ CHECKSUMS
|
|
|
447
444
|
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
|
|
448
445
|
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
449
446
|
xpath (3.2.0) sha256=6dfda79d91bb3b949b947ecc5919f042ef2f399b904013eb3ef6d20dd3a4082e
|
|
450
|
-
zeitwerk (2.7.
|
|
447
|
+
zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
|
|
451
448
|
|
|
452
449
|
BUNDLED WITH
|
|
453
|
-
4.0.
|
|
450
|
+
4.0.6
|
data/Rakefile
CHANGED
data/formie.gemspec
CHANGED
data/lib/formie/version.rb
CHANGED
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.
|
|
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
|
|
@@ -126,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
112
|
- !ruby/object:Gem::Version
|
|
127
113
|
version: '0'
|
|
128
114
|
requirements: []
|
|
129
|
-
rubygems_version: 4.0.
|
|
115
|
+
rubygems_version: 4.0.6
|
|
130
116
|
specification_version: 4
|
|
131
117
|
summary: Formie is like a Rails helper, but uses the notation of a partial.
|
|
132
118
|
test_files: []
|