futurism 1.3.0 → 1.4.0

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: 4476a6d522e4145058c729ace6e4cf7adf19a11778e0c0537912bd512e7623df
4
- data.tar.gz: 12446b79d1739073c4c21c3d95e8eafdf4b4e5ec110a04aa7c2e9b007b97310a
3
+ metadata.gz: fd917c5dfa75b393fca3a9217cffbc87ac94d531f0db94fab16e67d1ae8b06bb
4
+ data.tar.gz: e9ad74b79576d47d06d79782e0cef27394a6c992ec24fd9d34ffd6844d010ad4
5
5
  SHA512:
6
- metadata.gz: cabf9ea5de23694fbbc1cdcb06f857bc6e5d2bd066966def655e4f1c3cc94c64787ea268cd4d2a7026b0ccaf4a5b0fe43d0b695dd6739b7696671b505b20b5a2
7
- data.tar.gz: 35734fb8141a9abb9c76dad89ae42b3f1858a1d0e165a6eaef1782d382d72e6f31d8e7be3d88887c8c323660ee742cd689ad129cacdcfe729330a451c6f7c1e5
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.3.0)
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.0.8)
13
- actionpack (= 7.0.8)
14
- activesupport (= 7.0.8)
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
- actionmailbox (7.0.8)
18
- actionpack (= 7.0.8)
19
- activejob (= 7.0.8)
20
- activerecord (= 7.0.8)
21
- activestorage (= 7.0.8)
22
- activesupport (= 7.0.8)
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.0.8)
28
- actionpack (= 7.0.8)
29
- actionview (= 7.0.8)
30
- activejob (= 7.0.8)
31
- activesupport (= 7.0.8)
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.0)
37
- actionpack (7.0.8)
38
- actionview (= 7.0.8)
39
- activesupport (= 7.0.8)
40
- rack (~> 2.0, >= 2.2.4)
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.0)
43
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
- actiontext (7.0.8)
45
- actionpack (= 7.0.8)
46
- activerecord (= 7.0.8)
47
- activestorage (= 7.0.8)
48
- activesupport (= 7.0.8)
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.0.8)
52
- activesupport (= 7.0.8)
55
+ actionview (7.1.3.2)
56
+ activesupport (= 7.1.3.2)
53
57
  builder (~> 3.1)
54
- erubi (~> 1.4)
55
- rails-dom-testing (~> 2.0)
56
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (7.0.8)
58
- activesupport (= 7.0.8)
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.0.8)
61
- activesupport (= 7.0.8)
62
- activerecord (7.0.8)
63
- activemodel (= 7.0.8)
64
- activesupport (= 7.0.8)
65
- activestorage (7.0.8)
66
- actionpack (= 7.0.8)
67
- activejob (= 7.0.8)
68
- activerecord (= 7.0.8)
69
- activesupport (= 7.0.8)
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
- mini_mime (>= 1.1.0)
72
- activesupport (7.0.8)
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.4.1)
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.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.1)
108
+ i18n (1.14.4)
96
109
  concurrent-ruby (~> 1.0)
97
- json (2.6.3)
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.2)
108
- method_source (1.0.0)
125
+ marcel (1.0.4)
109
126
  mini_mime (1.1.5)
110
- minitest (5.20.0)
111
- net-imap (0.4.7)
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.15.4-arm64-darwin)
139
+ nokogiri (1.16.2-arm64-darwin)
122
140
  racc (~> 1.4)
123
- nokogiri (1.15.4-x86_64-linux)
141
+ nokogiri (1.16.2-x86_64-linux)
124
142
  racc (~> 1.4)
125
- parallel (1.22.1)
126
- parser (3.2.1.1)
143
+ parallel (1.24.0)
144
+ parser (3.3.0.5)
127
145
  ast (~> 2.4.1)
128
- racc (1.7.1)
129
- rack (2.2.8)
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
- rails (7.0.8)
133
- actioncable (= 7.0.8)
134
- actionmailbox (= 7.0.8)
135
- actionmailer (= 7.0.8)
136
- actionpack (= 7.0.8)
137
- actiontext (= 7.0.8)
138
- actionview (= 7.0.8)
139
- activejob (= 7.0.8)
140
- activemodel (= 7.0.8)
141
- activerecord (= 7.0.8)
142
- activestorage (= 7.0.8)
143
- activesupport (= 7.0.8)
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.0.8)
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.0.8)
154
- actionpack (= 7.0.8)
155
- activesupport (= 7.0.8)
156
- method_source
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.5)
185
+ thor (~> 1.0, >= 1.2.2)
186
+ zeitwerk (~> 2.6)
160
187
  rainbow (3.1.1)
161
- rake (13.0.6)
162
- regexp_parser (2.7.0)
163
- rexml (3.2.5)
164
- rubocop (1.48.1)
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.2.0.0)
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.26.0, < 2.0)
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.28.0)
206
+ rubocop-ast (1.30.0)
175
207
  parser (>= 3.2.1.0)
176
- rubocop-performance (1.16.0)
177
- rubocop (>= 1.7.0, < 2.0)
178
- rubocop-ast (>= 0.4.0)
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.6.1-arm64-darwin)
181
- sqlite3 (1.6.1-x86_64-linux)
182
- standard (1.25.3)
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
- rubocop (~> 1.48.1)
185
- rubocop-performance (~> 1.16.0)
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
- thor (1.2.1)
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.4.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.12)
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"
@@ -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".to_sym => index}
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.message_verifier("futurism")
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 ||= Rails.application.message_verifier("futurism")
8
+ @message_verifier ||= Futurism::MessageVerifier.message_verifier
9
9
  end
10
10
  end
11
11
  end
@@ -33,7 +33,7 @@ module Futurism
33
33
  attr_writer :renderer
34
34
 
35
35
  def setup_env!
36
- if url.present?
36
+ unless url.nil?
37
37
  uri = URI.parse(url)
38
38
  path = ActionDispatch::Journey::Router::Utils.normalize_path(uri.path)
39
39
  query_hash = Rack::Utils.parse_nested_query(uri.query)
@@ -1,3 +1,3 @@
1
1
  module Futurism
2
- VERSION = "1.3.0"
2
+ VERSION = "1.4.0"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stimulus_reflex/futurism",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Lazy-load Rails partials via CableReady",
5
5
  "main": "./dist/futurism.umd.min.js",
6
6
  "module": "./dist/futurism.min.js",
data/package.json~ CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stimulus_reflex/futurism",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Lazy-load Rails partials via CableReady",
5
5
  "main": "./dist/futurism.umd.min.js",
6
6
  "module": "./dist/futurism.min.js",
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.3.0
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: 2023-12-05 00:00:00.000000000 Z
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.4.19
207
+ rubygems_version: 3.5.6
207
208
  signing_key:
208
209
  specification_version: 4
209
210
  summary: Lazy-load Rails partials via CableReady