futurism 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +140 -98
- data/Gemfile.lock~ +267 -0
- data/futurism.gemspec~ +0 -3
- data/lib/futurism/helpers.rb +1 -1
- data/lib/futurism/message_verifier.rb +2 -2
- data/lib/futurism/resolver/controller/renderer.rb +1 -1
- data/lib/futurism/version.rb +1 -1
- data/package.json +1 -1
- data/package.json~ +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd917c5dfa75b393fca3a9217cffbc87ac94d531f0db94fab16e67d1ae8b06bb
|
4
|
+
data.tar.gz: e9ad74b79576d47d06d79782e0cef27394a6c992ec24fd9d34ffd6844d010ad4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d14d1149ea6482ec77273a84bdd1228be7bd0381e4677353419a153036db6c11bf5c7ad61458259bfca6011cc25da51eafd20d071a3e09040a46b67c4478a01
|
7
|
+
data.tar.gz: '096aa82435866ea9d12c77a87ceec0d7d16f8d5fa4cdb6512f3fde8e749d5e01865f3ee50aaa17250da98779cdf8ca9fcb82bed8042ae58c418caef06c12b909'
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
futurism (1.
|
4
|
+
futurism (1.4.0)
|
5
5
|
cable_ready (>= 5.0)
|
6
6
|
rack (~> 2.0)
|
7
7
|
rails (>= 5.2)
|
@@ -9,76 +9,87 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (7.
|
13
|
-
actionpack (= 7.
|
14
|
-
activesupport (= 7.
|
12
|
+
actioncable (7.1.3.2)
|
13
|
+
actionpack (= 7.1.3.2)
|
14
|
+
activesupport (= 7.1.3.2)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
17
|
+
zeitwerk (~> 2.6)
|
18
|
+
actionmailbox (7.1.3.2)
|
19
|
+
actionpack (= 7.1.3.2)
|
20
|
+
activejob (= 7.1.3.2)
|
21
|
+
activerecord (= 7.1.3.2)
|
22
|
+
activestorage (= 7.1.3.2)
|
23
|
+
activesupport (= 7.1.3.2)
|
23
24
|
mail (>= 2.7.1)
|
24
25
|
net-imap
|
25
26
|
net-pop
|
26
27
|
net-smtp
|
27
|
-
actionmailer (7.
|
28
|
-
actionpack (= 7.
|
29
|
-
actionview (= 7.
|
30
|
-
activejob (= 7.
|
31
|
-
activesupport (= 7.
|
28
|
+
actionmailer (7.1.3.2)
|
29
|
+
actionpack (= 7.1.3.2)
|
30
|
+
actionview (= 7.1.3.2)
|
31
|
+
activejob (= 7.1.3.2)
|
32
|
+
activesupport (= 7.1.3.2)
|
32
33
|
mail (~> 2.5, >= 2.5.4)
|
33
34
|
net-imap
|
34
35
|
net-pop
|
35
36
|
net-smtp
|
36
|
-
rails-dom-testing (~> 2.
|
37
|
-
actionpack (7.
|
38
|
-
actionview (= 7.
|
39
|
-
activesupport (= 7.
|
40
|
-
|
37
|
+
rails-dom-testing (~> 2.2)
|
38
|
+
actionpack (7.1.3.2)
|
39
|
+
actionview (= 7.1.3.2)
|
40
|
+
activesupport (= 7.1.3.2)
|
41
|
+
nokogiri (>= 1.8.5)
|
42
|
+
racc
|
43
|
+
rack (>= 2.2.4)
|
44
|
+
rack-session (>= 1.0.1)
|
41
45
|
rack-test (>= 0.6.3)
|
42
|
-
rails-dom-testing (~> 2.
|
43
|
-
rails-html-sanitizer (~> 1.
|
44
|
-
actiontext (7.
|
45
|
-
actionpack (= 7.
|
46
|
-
activerecord (= 7.
|
47
|
-
activestorage (= 7.
|
48
|
-
activesupport (= 7.
|
46
|
+
rails-dom-testing (~> 2.2)
|
47
|
+
rails-html-sanitizer (~> 1.6)
|
48
|
+
actiontext (7.1.3.2)
|
49
|
+
actionpack (= 7.1.3.2)
|
50
|
+
activerecord (= 7.1.3.2)
|
51
|
+
activestorage (= 7.1.3.2)
|
52
|
+
activesupport (= 7.1.3.2)
|
49
53
|
globalid (>= 0.6.0)
|
50
54
|
nokogiri (>= 1.8.5)
|
51
|
-
actionview (7.
|
52
|
-
activesupport (= 7.
|
55
|
+
actionview (7.1.3.2)
|
56
|
+
activesupport (= 7.1.3.2)
|
53
57
|
builder (~> 3.1)
|
54
|
-
erubi (~> 1.
|
55
|
-
rails-dom-testing (~> 2.
|
56
|
-
rails-html-sanitizer (~> 1.
|
57
|
-
activejob (7.
|
58
|
-
activesupport (= 7.
|
58
|
+
erubi (~> 1.11)
|
59
|
+
rails-dom-testing (~> 2.2)
|
60
|
+
rails-html-sanitizer (~> 1.6)
|
61
|
+
activejob (7.1.3.2)
|
62
|
+
activesupport (= 7.1.3.2)
|
59
63
|
globalid (>= 0.3.6)
|
60
|
-
activemodel (7.
|
61
|
-
activesupport (= 7.
|
62
|
-
activerecord (7.
|
63
|
-
activemodel (= 7.
|
64
|
-
activesupport (= 7.
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
64
|
+
activemodel (7.1.3.2)
|
65
|
+
activesupport (= 7.1.3.2)
|
66
|
+
activerecord (7.1.3.2)
|
67
|
+
activemodel (= 7.1.3.2)
|
68
|
+
activesupport (= 7.1.3.2)
|
69
|
+
timeout (>= 0.4.0)
|
70
|
+
activestorage (7.1.3.2)
|
71
|
+
actionpack (= 7.1.3.2)
|
72
|
+
activejob (= 7.1.3.2)
|
73
|
+
activerecord (= 7.1.3.2)
|
74
|
+
activesupport (= 7.1.3.2)
|
70
75
|
marcel (~> 1.0)
|
71
|
-
|
72
|
-
|
76
|
+
activesupport (7.1.3.2)
|
77
|
+
base64
|
78
|
+
bigdecimal
|
73
79
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
80
|
+
connection_pool (>= 2.2.5)
|
81
|
+
drb
|
74
82
|
i18n (>= 1.6, < 2)
|
75
83
|
minitest (>= 5.1)
|
84
|
+
mutex_m
|
76
85
|
tzinfo (~> 2.0)
|
77
|
-
appraisal (2.
|
86
|
+
appraisal (2.5.0)
|
78
87
|
bundler
|
79
88
|
rake
|
80
89
|
thor (>= 0.14.0)
|
81
90
|
ast (2.4.2)
|
91
|
+
base64 (0.2.0)
|
92
|
+
bigdecimal (3.1.6)
|
82
93
|
builder (3.2.4)
|
83
94
|
cable_ready (5.0.3)
|
84
95
|
actionpack (>= 5.2)
|
@@ -86,16 +97,23 @@ GEM
|
|
86
97
|
activesupport (>= 5.2)
|
87
98
|
railties (>= 5.2)
|
88
99
|
thread-local (>= 1.1.0)
|
89
|
-
concurrent-ruby (1.2.
|
100
|
+
concurrent-ruby (1.2.3)
|
101
|
+
connection_pool (2.4.1)
|
90
102
|
crass (1.0.6)
|
91
103
|
date (3.3.4)
|
104
|
+
drb (2.2.1)
|
92
105
|
erubi (1.12.0)
|
93
106
|
globalid (1.2.1)
|
94
107
|
activesupport (>= 6.1)
|
95
|
-
i18n (1.14.
|
108
|
+
i18n (1.14.4)
|
96
109
|
concurrent-ruby (~> 1.0)
|
97
|
-
|
110
|
+
io-console (0.7.2)
|
111
|
+
irb (1.12.0)
|
112
|
+
rdoc
|
113
|
+
reline (>= 0.4.2)
|
114
|
+
json (2.7.1)
|
98
115
|
language_server-protocol (3.17.0.3)
|
116
|
+
lint_roller (1.1.0)
|
99
117
|
loofah (2.22.0)
|
100
118
|
crass (~> 1.0.2)
|
101
119
|
nokogiri (>= 1.12.0)
|
@@ -104,45 +122,53 @@ GEM
|
|
104
122
|
net-imap
|
105
123
|
net-pop
|
106
124
|
net-smtp
|
107
|
-
marcel (1.0.
|
108
|
-
method_source (1.0.0)
|
125
|
+
marcel (1.0.4)
|
109
126
|
mini_mime (1.1.5)
|
110
|
-
minitest (5.
|
111
|
-
|
127
|
+
minitest (5.22.2)
|
128
|
+
mutex_m (0.2.0)
|
129
|
+
net-imap (0.4.10)
|
112
130
|
date
|
113
131
|
net-protocol
|
114
132
|
net-pop (0.1.2)
|
115
133
|
net-protocol
|
116
134
|
net-protocol (0.2.2)
|
117
135
|
timeout
|
118
|
-
net-smtp (0.4.0)
|
136
|
+
net-smtp (0.4.0.1)
|
119
137
|
net-protocol
|
120
138
|
nio4r (2.7.0)
|
121
|
-
nokogiri (1.
|
139
|
+
nokogiri (1.16.2-arm64-darwin)
|
122
140
|
racc (~> 1.4)
|
123
|
-
nokogiri (1.
|
141
|
+
nokogiri (1.16.2-x86_64-linux)
|
124
142
|
racc (~> 1.4)
|
125
|
-
parallel (1.
|
126
|
-
parser (3.
|
143
|
+
parallel (1.24.0)
|
144
|
+
parser (3.3.0.5)
|
127
145
|
ast (~> 2.4.1)
|
128
|
-
|
129
|
-
|
146
|
+
racc
|
147
|
+
psych (5.1.2)
|
148
|
+
stringio
|
149
|
+
racc (1.7.3)
|
150
|
+
rack (2.2.8.1)
|
151
|
+
rack-session (1.0.2)
|
152
|
+
rack (< 3)
|
130
153
|
rack-test (2.1.0)
|
131
154
|
rack (>= 1.3)
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
155
|
+
rackup (1.0.0)
|
156
|
+
rack (< 3)
|
157
|
+
webrick
|
158
|
+
rails (7.1.3.2)
|
159
|
+
actioncable (= 7.1.3.2)
|
160
|
+
actionmailbox (= 7.1.3.2)
|
161
|
+
actionmailer (= 7.1.3.2)
|
162
|
+
actionpack (= 7.1.3.2)
|
163
|
+
actiontext (= 7.1.3.2)
|
164
|
+
actionview (= 7.1.3.2)
|
165
|
+
activejob (= 7.1.3.2)
|
166
|
+
activemodel (= 7.1.3.2)
|
167
|
+
activerecord (= 7.1.3.2)
|
168
|
+
activestorage (= 7.1.3.2)
|
169
|
+
activesupport (= 7.1.3.2)
|
144
170
|
bundler (>= 1.15.0)
|
145
|
-
railties (= 7.
|
171
|
+
railties (= 7.1.3.2)
|
146
172
|
rails-dom-testing (2.2.0)
|
147
173
|
activesupport (>= 5.0.0)
|
148
174
|
minitest
|
@@ -150,51 +176,67 @@ GEM
|
|
150
176
|
rails-html-sanitizer (1.6.0)
|
151
177
|
loofah (~> 2.21)
|
152
178
|
nokogiri (~> 1.14)
|
153
|
-
railties (7.
|
154
|
-
actionpack (= 7.
|
155
|
-
activesupport (= 7.
|
156
|
-
|
179
|
+
railties (7.1.3.2)
|
180
|
+
actionpack (= 7.1.3.2)
|
181
|
+
activesupport (= 7.1.3.2)
|
182
|
+
irb
|
183
|
+
rackup (>= 1.0.0)
|
157
184
|
rake (>= 12.2)
|
158
|
-
thor (~> 1.0)
|
159
|
-
zeitwerk (~> 2.
|
185
|
+
thor (~> 1.0, >= 1.2.2)
|
186
|
+
zeitwerk (~> 2.6)
|
160
187
|
rainbow (3.1.1)
|
161
|
-
rake (13.0
|
162
|
-
|
163
|
-
|
164
|
-
|
188
|
+
rake (13.1.0)
|
189
|
+
rdoc (6.6.2)
|
190
|
+
psych (>= 4.0.0)
|
191
|
+
regexp_parser (2.9.0)
|
192
|
+
reline (0.4.3)
|
193
|
+
io-console (~> 0.5)
|
194
|
+
rexml (3.2.6)
|
195
|
+
rubocop (1.60.2)
|
165
196
|
json (~> 2.3)
|
197
|
+
language_server-protocol (>= 3.17.0)
|
166
198
|
parallel (~> 1.10)
|
167
|
-
parser (>= 3.
|
199
|
+
parser (>= 3.3.0.2)
|
168
200
|
rainbow (>= 2.2.2, < 4.0)
|
169
201
|
regexp_parser (>= 1.8, < 3.0)
|
170
202
|
rexml (>= 3.2.5, < 4.0)
|
171
|
-
rubocop-ast (>= 1.
|
203
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
172
204
|
ruby-progressbar (~> 1.7)
|
173
205
|
unicode-display_width (>= 2.4.0, < 3.0)
|
174
|
-
rubocop-ast (1.
|
206
|
+
rubocop-ast (1.30.0)
|
175
207
|
parser (>= 3.2.1.0)
|
176
|
-
rubocop-performance (1.
|
177
|
-
rubocop (>= 1.
|
178
|
-
rubocop-ast (>=
|
208
|
+
rubocop-performance (1.20.2)
|
209
|
+
rubocop (>= 1.48.1, < 2.0)
|
210
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
179
211
|
ruby-progressbar (1.13.0)
|
180
|
-
sqlite3 (1.
|
181
|
-
sqlite3 (1.
|
182
|
-
standard (1.
|
212
|
+
sqlite3 (1.7.2-arm64-darwin)
|
213
|
+
sqlite3 (1.7.2-x86_64-linux)
|
214
|
+
standard (1.34.0)
|
183
215
|
language_server-protocol (~> 3.17.0.2)
|
184
|
-
|
185
|
-
rubocop
|
216
|
+
lint_roller (~> 1.0)
|
217
|
+
rubocop (~> 1.60)
|
218
|
+
standard-custom (~> 1.0.0)
|
219
|
+
standard-performance (~> 1.3)
|
220
|
+
standard-custom (1.0.2)
|
221
|
+
lint_roller (~> 1.0)
|
222
|
+
rubocop (~> 1.50)
|
223
|
+
standard-performance (1.3.1)
|
224
|
+
lint_roller (~> 1.1)
|
225
|
+
rubocop-performance (~> 1.20.2)
|
186
226
|
standardrb (1.0.1)
|
187
227
|
standard
|
188
|
-
|
228
|
+
stringio (3.1.0)
|
229
|
+
thor (1.3.1)
|
189
230
|
thread-local (1.1.0)
|
190
231
|
timeout (0.4.1)
|
191
232
|
tzinfo (2.0.6)
|
192
233
|
concurrent-ruby (~> 1.0)
|
193
|
-
unicode-display_width (2.
|
234
|
+
unicode-display_width (2.5.0)
|
235
|
+
webrick (1.8.1)
|
194
236
|
websocket-driver (0.7.6)
|
195
237
|
websocket-extensions (>= 0.1.0)
|
196
238
|
websocket-extensions (0.1.5)
|
197
|
-
zeitwerk (2.6.
|
239
|
+
zeitwerk (2.6.13)
|
198
240
|
|
199
241
|
PLATFORMS
|
200
242
|
arm64-darwin-21
|
data/Gemfile.lock~
ADDED
@@ -0,0 +1,267 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
futurism (1.3.0)
|
5
|
+
cable_ready (>= 5.0)
|
6
|
+
rack (~> 2.0)
|
7
|
+
rails (>= 5.2)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
actioncable (7.1.3.2)
|
13
|
+
actionpack (= 7.1.3.2)
|
14
|
+
activesupport (= 7.1.3.2)
|
15
|
+
nio4r (~> 2.0)
|
16
|
+
websocket-driver (>= 0.6.1)
|
17
|
+
zeitwerk (~> 2.6)
|
18
|
+
actionmailbox (7.1.3.2)
|
19
|
+
actionpack (= 7.1.3.2)
|
20
|
+
activejob (= 7.1.3.2)
|
21
|
+
activerecord (= 7.1.3.2)
|
22
|
+
activestorage (= 7.1.3.2)
|
23
|
+
activesupport (= 7.1.3.2)
|
24
|
+
mail (>= 2.7.1)
|
25
|
+
net-imap
|
26
|
+
net-pop
|
27
|
+
net-smtp
|
28
|
+
actionmailer (7.1.3.2)
|
29
|
+
actionpack (= 7.1.3.2)
|
30
|
+
actionview (= 7.1.3.2)
|
31
|
+
activejob (= 7.1.3.2)
|
32
|
+
activesupport (= 7.1.3.2)
|
33
|
+
mail (~> 2.5, >= 2.5.4)
|
34
|
+
net-imap
|
35
|
+
net-pop
|
36
|
+
net-smtp
|
37
|
+
rails-dom-testing (~> 2.2)
|
38
|
+
actionpack (7.1.3.2)
|
39
|
+
actionview (= 7.1.3.2)
|
40
|
+
activesupport (= 7.1.3.2)
|
41
|
+
nokogiri (>= 1.8.5)
|
42
|
+
racc
|
43
|
+
rack (>= 2.2.4)
|
44
|
+
rack-session (>= 1.0.1)
|
45
|
+
rack-test (>= 0.6.3)
|
46
|
+
rails-dom-testing (~> 2.2)
|
47
|
+
rails-html-sanitizer (~> 1.6)
|
48
|
+
actiontext (7.1.3.2)
|
49
|
+
actionpack (= 7.1.3.2)
|
50
|
+
activerecord (= 7.1.3.2)
|
51
|
+
activestorage (= 7.1.3.2)
|
52
|
+
activesupport (= 7.1.3.2)
|
53
|
+
globalid (>= 0.6.0)
|
54
|
+
nokogiri (>= 1.8.5)
|
55
|
+
actionview (7.1.3.2)
|
56
|
+
activesupport (= 7.1.3.2)
|
57
|
+
builder (~> 3.1)
|
58
|
+
erubi (~> 1.11)
|
59
|
+
rails-dom-testing (~> 2.2)
|
60
|
+
rails-html-sanitizer (~> 1.6)
|
61
|
+
activejob (7.1.3.2)
|
62
|
+
activesupport (= 7.1.3.2)
|
63
|
+
globalid (>= 0.3.6)
|
64
|
+
activemodel (7.1.3.2)
|
65
|
+
activesupport (= 7.1.3.2)
|
66
|
+
activerecord (7.1.3.2)
|
67
|
+
activemodel (= 7.1.3.2)
|
68
|
+
activesupport (= 7.1.3.2)
|
69
|
+
timeout (>= 0.4.0)
|
70
|
+
activestorage (7.1.3.2)
|
71
|
+
actionpack (= 7.1.3.2)
|
72
|
+
activejob (= 7.1.3.2)
|
73
|
+
activerecord (= 7.1.3.2)
|
74
|
+
activesupport (= 7.1.3.2)
|
75
|
+
marcel (~> 1.0)
|
76
|
+
activesupport (7.1.3.2)
|
77
|
+
base64
|
78
|
+
bigdecimal
|
79
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
80
|
+
connection_pool (>= 2.2.5)
|
81
|
+
drb
|
82
|
+
i18n (>= 1.6, < 2)
|
83
|
+
minitest (>= 5.1)
|
84
|
+
mutex_m
|
85
|
+
tzinfo (~> 2.0)
|
86
|
+
appraisal (2.5.0)
|
87
|
+
bundler
|
88
|
+
rake
|
89
|
+
thor (>= 0.14.0)
|
90
|
+
ast (2.4.2)
|
91
|
+
base64 (0.2.0)
|
92
|
+
bigdecimal (3.1.6)
|
93
|
+
builder (3.2.4)
|
94
|
+
cable_ready (5.0.3)
|
95
|
+
actionpack (>= 5.2)
|
96
|
+
actionview (>= 5.2)
|
97
|
+
activesupport (>= 5.2)
|
98
|
+
railties (>= 5.2)
|
99
|
+
thread-local (>= 1.1.0)
|
100
|
+
concurrent-ruby (1.2.3)
|
101
|
+
connection_pool (2.4.1)
|
102
|
+
crass (1.0.6)
|
103
|
+
date (3.3.4)
|
104
|
+
debug (1.9.1)
|
105
|
+
irb (~> 1.10)
|
106
|
+
reline (>= 0.3.8)
|
107
|
+
drb (2.2.0)
|
108
|
+
ruby2_keywords
|
109
|
+
erubi (1.12.0)
|
110
|
+
globalid (1.2.1)
|
111
|
+
activesupport (>= 6.1)
|
112
|
+
i18n (1.14.1)
|
113
|
+
concurrent-ruby (~> 1.0)
|
114
|
+
io-console (0.7.2)
|
115
|
+
irb (1.11.2)
|
116
|
+
rdoc
|
117
|
+
reline (>= 0.4.2)
|
118
|
+
json (2.7.1)
|
119
|
+
language_server-protocol (3.17.0.3)
|
120
|
+
lint_roller (1.1.0)
|
121
|
+
loofah (2.22.0)
|
122
|
+
crass (~> 1.0.2)
|
123
|
+
nokogiri (>= 1.12.0)
|
124
|
+
mail (2.8.1)
|
125
|
+
mini_mime (>= 0.1.1)
|
126
|
+
net-imap
|
127
|
+
net-pop
|
128
|
+
net-smtp
|
129
|
+
marcel (1.0.2)
|
130
|
+
mini_mime (1.1.5)
|
131
|
+
minitest (5.22.2)
|
132
|
+
mutex_m (0.2.0)
|
133
|
+
net-imap (0.4.10)
|
134
|
+
date
|
135
|
+
net-protocol
|
136
|
+
net-pop (0.1.2)
|
137
|
+
net-protocol
|
138
|
+
net-protocol (0.2.2)
|
139
|
+
timeout
|
140
|
+
net-smtp (0.4.0.1)
|
141
|
+
net-protocol
|
142
|
+
nio4r (2.7.0)
|
143
|
+
nokogiri (1.16.2-arm64-darwin)
|
144
|
+
racc (~> 1.4)
|
145
|
+
nokogiri (1.16.2-x86_64-linux)
|
146
|
+
racc (~> 1.4)
|
147
|
+
parallel (1.24.0)
|
148
|
+
parser (3.3.0.5)
|
149
|
+
ast (~> 2.4.1)
|
150
|
+
<<<<<<< HEAD
|
151
|
+
racc (1.7.3)
|
152
|
+
rack (2.2.8)
|
153
|
+
=======
|
154
|
+
racc
|
155
|
+
psych (5.1.2)
|
156
|
+
stringio
|
157
|
+
racc (1.7.3)
|
158
|
+
rack (2.2.8.1)
|
159
|
+
rack-session (1.0.2)
|
160
|
+
rack (< 3)
|
161
|
+
>>>>>>> ee72532 (fix: Set message verifier serializer to Marshal)
|
162
|
+
rack-test (2.1.0)
|
163
|
+
rack (>= 1.3)
|
164
|
+
rackup (1.0.0)
|
165
|
+
rack (< 3)
|
166
|
+
webrick
|
167
|
+
rails (7.1.3.2)
|
168
|
+
actioncable (= 7.1.3.2)
|
169
|
+
actionmailbox (= 7.1.3.2)
|
170
|
+
actionmailer (= 7.1.3.2)
|
171
|
+
actionpack (= 7.1.3.2)
|
172
|
+
actiontext (= 7.1.3.2)
|
173
|
+
actionview (= 7.1.3.2)
|
174
|
+
activejob (= 7.1.3.2)
|
175
|
+
activemodel (= 7.1.3.2)
|
176
|
+
activerecord (= 7.1.3.2)
|
177
|
+
activestorage (= 7.1.3.2)
|
178
|
+
activesupport (= 7.1.3.2)
|
179
|
+
bundler (>= 1.15.0)
|
180
|
+
railties (= 7.1.3.2)
|
181
|
+
rails-dom-testing (2.2.0)
|
182
|
+
activesupport (>= 5.0.0)
|
183
|
+
minitest
|
184
|
+
nokogiri (>= 1.6)
|
185
|
+
rails-html-sanitizer (1.6.0)
|
186
|
+
loofah (~> 2.21)
|
187
|
+
nokogiri (~> 1.14)
|
188
|
+
railties (7.1.3.2)
|
189
|
+
actionpack (= 7.1.3.2)
|
190
|
+
activesupport (= 7.1.3.2)
|
191
|
+
irb
|
192
|
+
rackup (>= 1.0.0)
|
193
|
+
rake (>= 12.2)
|
194
|
+
thor (~> 1.0, >= 1.2.2)
|
195
|
+
zeitwerk (~> 2.6)
|
196
|
+
rainbow (3.1.1)
|
197
|
+
rake (13.1.0)
|
198
|
+
rdoc (6.6.2)
|
199
|
+
psych (>= 4.0.0)
|
200
|
+
regexp_parser (2.9.0)
|
201
|
+
reline (0.4.3)
|
202
|
+
io-console (~> 0.5)
|
203
|
+
rexml (3.2.6)
|
204
|
+
rubocop (1.60.2)
|
205
|
+
json (~> 2.3)
|
206
|
+
language_server-protocol (>= 3.17.0)
|
207
|
+
parallel (~> 1.10)
|
208
|
+
parser (>= 3.3.0.2)
|
209
|
+
rainbow (>= 2.2.2, < 4.0)
|
210
|
+
regexp_parser (>= 1.8, < 3.0)
|
211
|
+
rexml (>= 3.2.5, < 4.0)
|
212
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
213
|
+
ruby-progressbar (~> 1.7)
|
214
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
215
|
+
rubocop-ast (1.30.0)
|
216
|
+
parser (>= 3.2.1.0)
|
217
|
+
rubocop-performance (1.20.2)
|
218
|
+
rubocop (>= 1.48.1, < 2.0)
|
219
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
220
|
+
ruby-progressbar (1.13.0)
|
221
|
+
ruby2_keywords (0.0.5)
|
222
|
+
sqlite3 (1.7.2-arm64-darwin)
|
223
|
+
sqlite3 (1.7.2-x86_64-linux)
|
224
|
+
standard (1.34.0)
|
225
|
+
language_server-protocol (~> 3.17.0.2)
|
226
|
+
lint_roller (~> 1.0)
|
227
|
+
rubocop (~> 1.60)
|
228
|
+
standard-custom (~> 1.0.0)
|
229
|
+
standard-performance (~> 1.3)
|
230
|
+
standard-custom (1.0.2)
|
231
|
+
lint_roller (~> 1.0)
|
232
|
+
rubocop (~> 1.50)
|
233
|
+
standard-performance (1.3.1)
|
234
|
+
lint_roller (~> 1.1)
|
235
|
+
rubocop-performance (~> 1.20.2)
|
236
|
+
standardrb (1.0.1)
|
237
|
+
standard
|
238
|
+
stringio (3.1.0)
|
239
|
+
thor (1.3.1)
|
240
|
+
thread-local (1.1.0)
|
241
|
+
timeout (0.4.1)
|
242
|
+
tzinfo (2.0.6)
|
243
|
+
concurrent-ruby (~> 1.0)
|
244
|
+
unicode-display_width (2.5.0)
|
245
|
+
webrick (1.8.1)
|
246
|
+
websocket-driver (0.7.6)
|
247
|
+
websocket-extensions (>= 0.1.0)
|
248
|
+
websocket-extensions (0.1.5)
|
249
|
+
zeitwerk (2.6.13)
|
250
|
+
|
251
|
+
PLATFORMS
|
252
|
+
arm64-darwin-21
|
253
|
+
arm64-darwin-22
|
254
|
+
x86_64-linux
|
255
|
+
|
256
|
+
DEPENDENCIES
|
257
|
+
appraisal
|
258
|
+
bundler (~> 2.0)
|
259
|
+
debug (>= 1.0.0)
|
260
|
+
futurism!
|
261
|
+
nokogiri
|
262
|
+
rake (~> 13.0)
|
263
|
+
sqlite3
|
264
|
+
standardrb
|
265
|
+
|
266
|
+
BUNDLED WITH
|
267
|
+
2.2.32
|
data/futurism.gemspec~
CHANGED
@@ -22,12 +22,9 @@ Gem::Specification.new do |spec|
|
|
22
22
|
"[A-Z]*"
|
23
23
|
]
|
24
24
|
|
25
|
-
spec.test_files = Dir["test/**/*.rb"]
|
26
|
-
|
27
25
|
spec.add_development_dependency "appraisal"
|
28
26
|
spec.add_development_dependency "bundler", "~> 2.0"
|
29
27
|
spec.add_development_dependency "rake", "~> 13.0"
|
30
|
-
spec.add_development_dependency "pry", "~> 0.12.2"
|
31
28
|
spec.add_development_dependency "nokogiri"
|
32
29
|
spec.add_development_dependency "standardrb"
|
33
30
|
spec.add_development_dependency "sqlite3"
|
data/lib/futurism/helpers.rb
CHANGED
@@ -40,7 +40,7 @@ module Futurism
|
|
40
40
|
|
41
41
|
WrappingFuturismElement.new(extends: extends, placeholder: placeholder, options: options.deep_merge(
|
42
42
|
broadcast_each: broadcast_each,
|
43
|
-
locals: {as.to_sym => record, "#{as}_counter"
|
43
|
+
locals: {as.to_sym => record, :"#{as}_counter" => index}
|
44
44
|
)).render
|
45
45
|
}.join.html_safe
|
46
46
|
end
|
@@ -1,11 +1,11 @@
|
|
1
1
|
module Futurism
|
2
2
|
module MessageVerifier
|
3
3
|
def self.message_verifier
|
4
|
-
@message_verifier ||= Rails.application.
|
4
|
+
@message_verifier ||= ActiveSupport::MessageVerifier.new(Rails.application.key_generator.generate_key("futurism/verifier_key"), digest: "SHA256", serializer: Marshal)
|
5
5
|
end
|
6
6
|
|
7
7
|
def message_verifier
|
8
|
-
@message_verifier ||=
|
8
|
+
@message_verifier ||= Futurism::MessageVerifier.message_verifier
|
9
9
|
end
|
10
10
|
end
|
11
11
|
end
|
data/lib/futurism/version.rb
CHANGED
data/package.json
CHANGED
data/package.json~
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: futurism
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julian Rubisch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: appraisal
|
@@ -149,6 +149,7 @@ files:
|
|
149
149
|
- CHANGELOG.md
|
150
150
|
- Gemfile
|
151
151
|
- Gemfile.lock
|
152
|
+
- Gemfile.lock~
|
152
153
|
- Gemfile~
|
153
154
|
- MIT-LICENSE
|
154
155
|
- README.md
|
@@ -203,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
203
204
|
- !ruby/object:Gem::Version
|
204
205
|
version: '0'
|
205
206
|
requirements: []
|
206
|
-
rubygems_version: 3.
|
207
|
+
rubygems_version: 3.5.6
|
207
208
|
signing_key:
|
208
209
|
specification_version: 4
|
209
210
|
summary: Lazy-load Rails partials via CableReady
|