trusty-cms 5.5.5.1 → 5.5.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +107 -90
- data/app/assets/stylesheets/admin/partials/_popup.scss +1 -1
- data/app/views/admin/assets/_search_results.html.haml +1 -3
- data/app/views/admin/configuration/_clipped_show.html.haml +1 -2
- data/app/views/admin/removed/_bucket.html.haml +1 -4
- data/lib/trusty_cms.rb +1 -1
- data/trusty_cms.gemspec +3 -3
- data/yarn.lock +3 -5
- metadata +45 -45
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13976e687226af1f0e08e71c49c73bac2991397fcaf25ce6e3b9aef1b6a6d0a6
|
4
|
+
data.tar.gz: 528f41d52f62b4336250d84dc2c6125e159352c9f308db670527e941a151c2c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d860b7cf267516aeeb1a9a1743f44c941401bd31ade5eeb29d33ffc99c835dcc3f13cb09e036b4fb48a2fa498ef04ce2960c278d454b741f08ef5ec03ddd967b
|
7
|
+
data.tar.gz: e41c982148caee158c32afdb3d2acc2bbc27b5f68122dcfaceadd301f4793b27dba09b3ad90bba48d499d884dae0d941f52239d1fa3bd264386dcd84e88082da
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trusty-cms (5.5.
|
4
|
+
trusty-cms (5.5.6)
|
5
5
|
RedCloth (= 4.3.2)
|
6
6
|
activestorage-validator
|
7
|
-
acts_as_list (>= 0.9.5, < 1.
|
7
|
+
acts_as_list (>= 0.9.5, < 1.2.0)
|
8
8
|
acts_as_tree (~> 2.9.1)
|
9
9
|
ckeditor (>= 4.2.2, < 4.4.0)
|
10
10
|
delocalize (>= 0.2, < 2.0)
|
@@ -12,12 +12,12 @@ PATH
|
|
12
12
|
execjs (~> 2.7)
|
13
13
|
haml (~> 5.2.2)
|
14
14
|
haml-rails (~> 2.0)
|
15
|
-
highline (>= 1.7.8, < 2.
|
15
|
+
highline (>= 1.7.8, < 2.2.0)
|
16
16
|
image_processing
|
17
17
|
kraken-io
|
18
18
|
mini_racer
|
19
19
|
mysql2
|
20
|
-
rack (>= 2.0.1, <
|
20
|
+
rack (>= 2.0.1, < 3.1.0)
|
21
21
|
rack-cache (~> 1.7)
|
22
22
|
radius (~> 0.7)
|
23
23
|
rails
|
@@ -35,68 +35,68 @@ GEM
|
|
35
35
|
remote: https://rubygems.org/
|
36
36
|
specs:
|
37
37
|
RedCloth (4.3.2)
|
38
|
-
actioncable (6.1.7)
|
39
|
-
actionpack (= 6.1.7)
|
40
|
-
activesupport (= 6.1.7)
|
38
|
+
actioncable (6.1.7.3)
|
39
|
+
actionpack (= 6.1.7.3)
|
40
|
+
activesupport (= 6.1.7.3)
|
41
41
|
nio4r (~> 2.0)
|
42
42
|
websocket-driver (>= 0.6.1)
|
43
|
-
actionmailbox (6.1.7)
|
44
|
-
actionpack (= 6.1.7)
|
45
|
-
activejob (= 6.1.7)
|
46
|
-
activerecord (= 6.1.7)
|
47
|
-
activestorage (= 6.1.7)
|
48
|
-
activesupport (= 6.1.7)
|
43
|
+
actionmailbox (6.1.7.3)
|
44
|
+
actionpack (= 6.1.7.3)
|
45
|
+
activejob (= 6.1.7.3)
|
46
|
+
activerecord (= 6.1.7.3)
|
47
|
+
activestorage (= 6.1.7.3)
|
48
|
+
activesupport (= 6.1.7.3)
|
49
49
|
mail (>= 2.7.1)
|
50
|
-
actionmailer (6.1.7)
|
51
|
-
actionpack (= 6.1.7)
|
52
|
-
actionview (= 6.1.7)
|
53
|
-
activejob (= 6.1.7)
|
54
|
-
activesupport (= 6.1.7)
|
50
|
+
actionmailer (6.1.7.3)
|
51
|
+
actionpack (= 6.1.7.3)
|
52
|
+
actionview (= 6.1.7.3)
|
53
|
+
activejob (= 6.1.7.3)
|
54
|
+
activesupport (= 6.1.7.3)
|
55
55
|
mail (~> 2.5, >= 2.5.4)
|
56
56
|
rails-dom-testing (~> 2.0)
|
57
|
-
actionpack (6.1.7)
|
58
|
-
actionview (= 6.1.7)
|
59
|
-
activesupport (= 6.1.7)
|
57
|
+
actionpack (6.1.7.3)
|
58
|
+
actionview (= 6.1.7.3)
|
59
|
+
activesupport (= 6.1.7.3)
|
60
60
|
rack (~> 2.0, >= 2.0.9)
|
61
61
|
rack-test (>= 0.6.3)
|
62
62
|
rails-dom-testing (~> 2.0)
|
63
63
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
64
|
-
actiontext (6.1.7)
|
65
|
-
actionpack (= 6.1.7)
|
66
|
-
activerecord (= 6.1.7)
|
67
|
-
activestorage (= 6.1.7)
|
68
|
-
activesupport (= 6.1.7)
|
64
|
+
actiontext (6.1.7.3)
|
65
|
+
actionpack (= 6.1.7.3)
|
66
|
+
activerecord (= 6.1.7.3)
|
67
|
+
activestorage (= 6.1.7.3)
|
68
|
+
activesupport (= 6.1.7.3)
|
69
69
|
nokogiri (>= 1.8.5)
|
70
|
-
actionview (6.1.7)
|
71
|
-
activesupport (= 6.1.7)
|
70
|
+
actionview (6.1.7.3)
|
71
|
+
activesupport (= 6.1.7.3)
|
72
72
|
builder (~> 3.1)
|
73
73
|
erubi (~> 1.4)
|
74
74
|
rails-dom-testing (~> 2.0)
|
75
75
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
76
|
-
activejob (6.1.7)
|
77
|
-
activesupport (= 6.1.7)
|
76
|
+
activejob (6.1.7.3)
|
77
|
+
activesupport (= 6.1.7.3)
|
78
78
|
globalid (>= 0.3.6)
|
79
|
-
activemodel (6.1.7)
|
80
|
-
activesupport (= 6.1.7)
|
81
|
-
activerecord (6.1.7)
|
82
|
-
activemodel (= 6.1.7)
|
83
|
-
activesupport (= 6.1.7)
|
84
|
-
activestorage (6.1.7)
|
85
|
-
actionpack (= 6.1.7)
|
86
|
-
activejob (= 6.1.7)
|
87
|
-
activerecord (= 6.1.7)
|
88
|
-
activesupport (= 6.1.7)
|
79
|
+
activemodel (6.1.7.3)
|
80
|
+
activesupport (= 6.1.7.3)
|
81
|
+
activerecord (6.1.7.3)
|
82
|
+
activemodel (= 6.1.7.3)
|
83
|
+
activesupport (= 6.1.7.3)
|
84
|
+
activestorage (6.1.7.3)
|
85
|
+
actionpack (= 6.1.7.3)
|
86
|
+
activejob (= 6.1.7.3)
|
87
|
+
activerecord (= 6.1.7.3)
|
88
|
+
activesupport (= 6.1.7.3)
|
89
89
|
marcel (~> 1.0)
|
90
90
|
mini_mime (>= 1.1.0)
|
91
91
|
activestorage-validator (0.2.2)
|
92
92
|
rails (>= 6.0.4.1)
|
93
|
-
activesupport (6.1.7)
|
93
|
+
activesupport (6.1.7.3)
|
94
94
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
95
95
|
i18n (>= 1.6, < 2)
|
96
96
|
minitest (>= 5.1)
|
97
97
|
tzinfo (~> 2.0)
|
98
98
|
zeitwerk (~> 2.3)
|
99
|
-
acts_as_list (1.0
|
99
|
+
acts_as_list (1.1.0)
|
100
100
|
activerecord (>= 4.2)
|
101
101
|
acts_as_tree (2.9.1)
|
102
102
|
activerecord (>= 3.0.0)
|
@@ -119,7 +119,7 @@ GEM
|
|
119
119
|
climate_control (0.2.0)
|
120
120
|
cliver (0.3.2)
|
121
121
|
coderay (1.1.3)
|
122
|
-
concurrent-ruby (1.
|
122
|
+
concurrent-ruby (1.2.2)
|
123
123
|
crass (1.0.6)
|
124
124
|
css_parser (1.12.0)
|
125
125
|
addressable
|
@@ -131,15 +131,16 @@ GEM
|
|
131
131
|
database_cleaner-core (2.0.1)
|
132
132
|
delocalize (1.2.0)
|
133
133
|
rails (>= 2)
|
134
|
-
devise (4.
|
134
|
+
devise (4.9.0)
|
135
135
|
bcrypt (~> 3.0)
|
136
136
|
orm_adapter (~> 0.1)
|
137
137
|
railties (>= 4.1.0)
|
138
138
|
responders
|
139
139
|
warden (~> 1.2.3)
|
140
140
|
diff-lcs (1.5.0)
|
141
|
+
digest (3.1.1)
|
141
142
|
docile (1.4.0)
|
142
|
-
erubi (1.
|
143
|
+
erubi (1.12.0)
|
143
144
|
execjs (2.8.1)
|
144
145
|
factory_bot (6.2.1)
|
145
146
|
activesupport (>= 5.0.0)
|
@@ -150,7 +151,7 @@ GEM
|
|
150
151
|
file_validators (3.0.0)
|
151
152
|
activemodel (>= 3.2)
|
152
153
|
mime-types (>= 1.0)
|
153
|
-
globalid (1.
|
154
|
+
globalid (1.1.0)
|
154
155
|
activesupport (>= 5.0)
|
155
156
|
haml (5.2.2)
|
156
157
|
temple (>= 0.8.0)
|
@@ -160,9 +161,9 @@ GEM
|
|
160
161
|
activesupport (>= 5.1)
|
161
162
|
haml (>= 4.0.6)
|
162
163
|
railties (>= 5.1)
|
163
|
-
highline (2.0
|
164
|
-
httparty (0.
|
165
|
-
|
164
|
+
highline (2.1.0)
|
165
|
+
httparty (0.21.0)
|
166
|
+
mini_mime (>= 1.0.0)
|
166
167
|
multi_xml (>= 0.5.2)
|
167
168
|
i18n (1.12.0)
|
168
169
|
concurrent-ruby (~> 1.0)
|
@@ -175,20 +176,23 @@ GEM
|
|
175
176
|
httparty
|
176
177
|
json
|
177
178
|
multipart-post
|
178
|
-
launchy (2.5.
|
179
|
-
addressable (~> 2.
|
179
|
+
launchy (2.5.2)
|
180
|
+
addressable (~> 2.8)
|
180
181
|
libv8-node (16.10.0.0-x86_64-darwin)
|
181
182
|
libv8-node (16.10.0.0-x86_64-linux)
|
182
183
|
loofah (2.19.1)
|
183
184
|
crass (~> 1.0.2)
|
184
185
|
nokogiri (>= 1.5.9)
|
185
|
-
mail (2.
|
186
|
+
mail (2.8.1)
|
186
187
|
mini_mime (>= 0.1.1)
|
188
|
+
net-imap
|
189
|
+
net-pop
|
190
|
+
net-smtp
|
187
191
|
marcel (1.0.2)
|
188
192
|
method_source (1.0.0)
|
189
193
|
mime-types (3.4.1)
|
190
194
|
mime-types-data (~> 3.2015)
|
191
|
-
mime-types-data (3.
|
195
|
+
mime-types-data (3.2022.0105)
|
192
196
|
mini_magick (4.12.0)
|
193
197
|
mini_mime (1.1.2)
|
194
198
|
mini_racer (0.6.3)
|
@@ -196,7 +200,17 @@ GEM
|
|
196
200
|
minitest (5.15.0)
|
197
201
|
multi_xml (0.6.0)
|
198
202
|
multipart-post (2.2.3)
|
199
|
-
mysql2 (0.5.
|
203
|
+
mysql2 (0.5.5)
|
204
|
+
net-imap (0.2.3)
|
205
|
+
digest
|
206
|
+
net-protocol
|
207
|
+
strscan
|
208
|
+
net-pop (0.1.2)
|
209
|
+
net-protocol
|
210
|
+
net-protocol (0.1.3)
|
211
|
+
timeout
|
212
|
+
net-smtp (0.3.3)
|
213
|
+
net-protocol
|
200
214
|
nio4r (2.5.8)
|
201
215
|
nokogiri (1.12.5-x86_64-darwin)
|
202
216
|
racc (~> 1.4)
|
@@ -213,41 +227,41 @@ GEM
|
|
213
227
|
pry-byebug (3.9.0)
|
214
228
|
byebug (~> 11.0)
|
215
229
|
pry (~> 0.13.0)
|
216
|
-
psych (
|
230
|
+
psych (5.1.0)
|
217
231
|
stringio
|
218
232
|
public_suffix (4.0.7)
|
219
|
-
racc (1.6.
|
220
|
-
rack (2.2.4)
|
233
|
+
racc (1.6.2)
|
234
|
+
rack (2.2.6.4)
|
221
235
|
rack-cache (1.13.0)
|
222
236
|
rack (>= 0.4)
|
223
237
|
rack-test (2.0.2)
|
224
238
|
rack (>= 1.3)
|
225
239
|
radius (0.7.5)
|
226
|
-
rails (6.1.7)
|
227
|
-
actioncable (= 6.1.7)
|
228
|
-
actionmailbox (= 6.1.7)
|
229
|
-
actionmailer (= 6.1.7)
|
230
|
-
actionpack (= 6.1.7)
|
231
|
-
actiontext (= 6.1.7)
|
232
|
-
actionview (= 6.1.7)
|
233
|
-
activejob (= 6.1.7)
|
234
|
-
activemodel (= 6.1.7)
|
235
|
-
activerecord (= 6.1.7)
|
236
|
-
activestorage (= 6.1.7)
|
237
|
-
activesupport (= 6.1.7)
|
240
|
+
rails (6.1.7.3)
|
241
|
+
actioncable (= 6.1.7.3)
|
242
|
+
actionmailbox (= 6.1.7.3)
|
243
|
+
actionmailer (= 6.1.7.3)
|
244
|
+
actionpack (= 6.1.7.3)
|
245
|
+
actiontext (= 6.1.7.3)
|
246
|
+
actionview (= 6.1.7.3)
|
247
|
+
activejob (= 6.1.7.3)
|
248
|
+
activemodel (= 6.1.7.3)
|
249
|
+
activerecord (= 6.1.7.3)
|
250
|
+
activestorage (= 6.1.7.3)
|
251
|
+
activesupport (= 6.1.7.3)
|
238
252
|
bundler (>= 1.15.0)
|
239
|
-
railties (= 6.1.7)
|
253
|
+
railties (= 6.1.7.3)
|
240
254
|
sprockets-rails (>= 2.0.0)
|
241
255
|
rails-dom-testing (2.0.3)
|
242
256
|
activesupport (>= 4.2.0)
|
243
257
|
nokogiri (>= 1.6)
|
244
|
-
rails-html-sanitizer (1.
|
258
|
+
rails-html-sanitizer (1.5.0)
|
245
259
|
loofah (~> 2.19, >= 2.19.1)
|
246
260
|
rails-observers (0.1.5)
|
247
261
|
activemodel (>= 4.0)
|
248
|
-
railties (6.1.7)
|
249
|
-
actionpack (= 6.1.7)
|
250
|
-
activesupport (= 6.1.7)
|
262
|
+
railties (6.1.7.3)
|
263
|
+
actionpack (= 6.1.7.3)
|
264
|
+
activesupport (= 6.1.7.3)
|
251
265
|
method_source
|
252
266
|
rake (>= 12.2)
|
253
267
|
thor (~> 1.0)
|
@@ -255,18 +269,18 @@ GEM
|
|
255
269
|
rdoc (6.5.0)
|
256
270
|
psych (>= 4.0.0)
|
257
271
|
regexp_parser (2.1.1)
|
258
|
-
responders (3.0
|
259
|
-
actionpack (>= 5.
|
260
|
-
railties (>= 5.
|
261
|
-
roadie (
|
272
|
+
responders (3.1.0)
|
273
|
+
actionpack (>= 5.2)
|
274
|
+
railties (>= 5.2)
|
275
|
+
roadie (4.0.0)
|
262
276
|
css_parser (~> 1.4)
|
263
277
|
nokogiri (~> 1.8)
|
264
|
-
roadie-rails (3.0
|
278
|
+
roadie-rails (2.3.0)
|
265
279
|
railties (>= 5.1, < 7.1)
|
266
|
-
roadie (
|
280
|
+
roadie (>= 3.1, < 5.0)
|
267
281
|
rspec-core (3.12.0)
|
268
282
|
rspec-support (~> 3.12.0)
|
269
|
-
rspec-expectations (3.12.
|
283
|
+
rspec-expectations (3.12.2)
|
270
284
|
diff-lcs (>= 1.2.0, < 2.0)
|
271
285
|
rspec-support (~> 3.12.0)
|
272
286
|
rspec-mocks (3.12.1)
|
@@ -293,29 +307,31 @@ GEM
|
|
293
307
|
sprockets (> 3.0)
|
294
308
|
sprockets-rails
|
295
309
|
tilt
|
296
|
-
simplecov (0.
|
310
|
+
simplecov (0.22.0)
|
297
311
|
docile (~> 1.1)
|
298
312
|
simplecov-html (~> 0.11)
|
299
313
|
simplecov_json_formatter (~> 0.1)
|
300
314
|
simplecov-html (0.12.3)
|
301
|
-
simplecov_json_formatter (0.1.
|
302
|
-
sprockets (4.
|
315
|
+
simplecov_json_formatter (0.1.4)
|
316
|
+
sprockets (4.2.0)
|
303
317
|
concurrent-ruby (~> 1.0)
|
304
|
-
rack (
|
318
|
+
rack (>= 2.2.4, < 4)
|
305
319
|
sprockets-rails (3.4.2)
|
306
320
|
actionpack (>= 5.2)
|
307
321
|
activesupport (>= 5.2)
|
308
322
|
sprockets (>= 3.0.0)
|
309
323
|
stringex (2.8.5)
|
310
|
-
stringio (3.0.
|
324
|
+
stringio (3.0.5)
|
325
|
+
strscan (3.0.6)
|
311
326
|
temple (0.9.1)
|
312
327
|
terrapin (0.6.0)
|
313
328
|
climate_control (>= 0.0.3, < 1.0)
|
314
329
|
thor (1.2.1)
|
315
330
|
tilt (2.0.11)
|
331
|
+
timeout (0.3.2)
|
316
332
|
trustygems (0.2.1)
|
317
333
|
rake
|
318
|
-
tzinfo (2.0.
|
334
|
+
tzinfo (2.0.6)
|
319
335
|
concurrent-ruby (~> 1.0)
|
320
336
|
uglifier (4.2.0)
|
321
337
|
execjs (>= 0.3.0, < 3)
|
@@ -328,12 +344,13 @@ GEM
|
|
328
344
|
will_paginate (3.3.1)
|
329
345
|
xpath (3.2.0)
|
330
346
|
nokogiri (~> 1.8)
|
331
|
-
zeitwerk (2.6.
|
347
|
+
zeitwerk (2.6.7)
|
332
348
|
|
333
349
|
PLATFORMS
|
334
350
|
x86_64-darwin-18
|
335
351
|
x86_64-darwin-20
|
336
352
|
x86_64-darwin-21
|
353
|
+
x86_64-darwin-22
|
337
354
|
x86_64-linux
|
338
355
|
|
339
356
|
DEPENDENCIES
|
@@ -346,7 +363,7 @@ DEPENDENCIES
|
|
346
363
|
mysql2
|
347
364
|
poltergeist (~> 1.18.1)
|
348
365
|
pry-byebug
|
349
|
-
psych (=
|
366
|
+
psych (= 5.1.0)
|
350
367
|
rails-observers
|
351
368
|
rspec-rails
|
352
369
|
simplecov
|
@@ -354,4 +371,4 @@ DEPENDENCIES
|
|
354
371
|
trustygems (~> 0.2.0)
|
355
372
|
|
356
373
|
BUNDLED WITH
|
357
|
-
2.
|
374
|
+
2.4.4
|
data/lib/trusty_cms.rb
CHANGED
data/trusty_cms.gemspec
CHANGED
@@ -25,7 +25,7 @@ a general purpose content management system--not merely a blogging engine.'
|
|
25
25
|
s.license = 'MIT'
|
26
26
|
s.test_files = Dir['spec/**/*']
|
27
27
|
s.add_dependency 'activestorage-validator'
|
28
|
-
s.add_dependency 'acts_as_list', '>= 0.9.5', '< 1.
|
28
|
+
s.add_dependency 'acts_as_list', '>= 0.9.5', '< 1.2.0'
|
29
29
|
s.add_dependency 'acts_as_tree', '~> 2.9.1'
|
30
30
|
s.add_dependency 'ckeditor', '>= 4.2.2', '< 4.4.0'
|
31
31
|
s.add_dependency 'delocalize', '>= 0.2', '< 2.0'
|
@@ -33,12 +33,12 @@ a general purpose content management system--not merely a blogging engine.'
|
|
33
33
|
s.add_dependency 'execjs', '~> 2.7'
|
34
34
|
s.add_dependency 'haml', '~> 5.2.2'
|
35
35
|
s.add_dependency 'haml-rails', '~> 2.0'
|
36
|
-
s.add_dependency 'highline', '>= 1.7.8', '< 2.
|
36
|
+
s.add_dependency 'highline', '>= 1.7.8', '< 2.2.0'
|
37
37
|
s.add_dependency 'image_processing'
|
38
38
|
s.add_dependency 'kraken-io'
|
39
39
|
s.add_dependency 'mini_racer'
|
40
40
|
s.add_dependency 'mysql2'
|
41
|
-
s.add_dependency 'rack', '>= 2.0.1', '<
|
41
|
+
s.add_dependency 'rack', '>= 2.0.1', '< 3.1.0'
|
42
42
|
s.add_dependency 'rack-cache', '~> 1.7'
|
43
43
|
s.add_dependency 'radius', '~> 0.7'
|
44
44
|
s.add_dependency 'rails'
|
data/yarn.lock
CHANGED
@@ -1022,11 +1022,9 @@ json-schema-traverse@^0.4.1:
|
|
1022
1022
|
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
|
1023
1023
|
|
1024
1024
|
json5@^2.1.2:
|
1025
|
-
version "2.
|
1026
|
-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.
|
1027
|
-
integrity sha512-
|
1028
|
-
dependencies:
|
1029
|
-
minimist "^1.2.5"
|
1025
|
+
version "2.2.3"
|
1026
|
+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
1027
|
+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
1030
1028
|
|
1031
1029
|
kind-of@^6.0.2:
|
1032
1030
|
version "6.0.3"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.5.
|
4
|
+
version: 5.5.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TrustyCms CMS dev team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activestorage-validator
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: 0.9.5
|
34
34
|
- - "<"
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 1.
|
36
|
+
version: 1.2.0
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: 0.9.5
|
44
44
|
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 1.
|
46
|
+
version: 1.2.0
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: acts_as_tree
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -163,7 +163,7 @@ dependencies:
|
|
163
163
|
version: 1.7.8
|
164
164
|
- - "<"
|
165
165
|
- !ruby/object:Gem::Version
|
166
|
-
version: 2.
|
166
|
+
version: 2.2.0
|
167
167
|
type: :runtime
|
168
168
|
prerelease: false
|
169
169
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -173,7 +173,7 @@ dependencies:
|
|
173
173
|
version: 1.7.8
|
174
174
|
- - "<"
|
175
175
|
- !ruby/object:Gem::Version
|
176
|
-
version: 2.
|
176
|
+
version: 2.2.0
|
177
177
|
- !ruby/object:Gem::Dependency
|
178
178
|
name: image_processing
|
179
179
|
requirement: !ruby/object:Gem::Requirement
|
@@ -239,7 +239,7 @@ dependencies:
|
|
239
239
|
version: 2.0.1
|
240
240
|
- - "<"
|
241
241
|
- !ruby/object:Gem::Version
|
242
|
-
version:
|
242
|
+
version: 3.1.0
|
243
243
|
type: :runtime
|
244
244
|
prerelease: false
|
245
245
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -249,7 +249,7 @@ dependencies:
|
|
249
249
|
version: 2.0.1
|
250
250
|
- - "<"
|
251
251
|
- !ruby/object:Gem::Version
|
252
|
-
version:
|
252
|
+
version: 3.1.0
|
253
253
|
- !ruby/object:Gem::Dependency
|
254
254
|
name: rack-cache
|
255
255
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1139,52 +1139,52 @@ signing_key:
|
|
1139
1139
|
specification_version: 4
|
1140
1140
|
summary: A no-fluff content management system designed for small teams.
|
1141
1141
|
test_files:
|
1142
|
-
- spec/ci/database.mysql.yml
|
1143
|
-
- spec/factories/page.rb
|
1144
|
-
- spec/factories/layout.rb
|
1145
|
-
- spec/factories/user.rb
|
1146
|
-
- spec/factories/page_part.rb
|
1147
|
-
- spec/controllers/application_controller_spec.rb
|
1148
|
-
- spec/controllers/users_controller_spec.rb
|
1149
1142
|
- spec/rails_helper.rb
|
1150
|
-
- spec/support/custom_actions.rb
|
1151
1143
|
- spec/models/layout_spec.rb
|
1144
|
+
- spec/controllers/application_controller_spec.rb
|
1145
|
+
- spec/controllers/users_controller_spec.rb
|
1146
|
+
- spec/spec_helper.rb
|
1152
1147
|
- spec/fixtures/users.yml
|
1148
|
+
- spec/support/custom_actions.rb
|
1149
|
+
- spec/dummy/config.ru
|
1150
|
+
- spec/dummy/Rakefile
|
1151
|
+
- spec/dummy/app/assets/config/manifest.js
|
1153
1152
|
- spec/dummy/db/schema.rb
|
1154
|
-
- spec/dummy/
|
1153
|
+
- spec/dummy/public/422.html
|
1154
|
+
- spec/dummy/public/404.html
|
1155
|
+
- spec/dummy/public/500.html
|
1156
|
+
- spec/dummy/public/favicon.ico
|
1157
|
+
- spec/dummy/README.rdoc
|
1158
|
+
- spec/dummy/yarn.lock
|
1159
|
+
- spec/dummy/bin/setup
|
1160
|
+
- spec/dummy/bin/rake
|
1161
|
+
- spec/dummy/bin/bundle
|
1162
|
+
- spec/dummy/bin/rails
|
1163
|
+
- spec/dummy/config/boot.rb
|
1164
|
+
- spec/dummy/config/locales/en.yml
|
1155
1165
|
- spec/dummy/config/database.yml
|
1156
|
-
- spec/dummy/config/
|
1157
|
-
- spec/dummy/config/
|
1158
|
-
- spec/dummy/config/initializers/
|
1166
|
+
- spec/dummy/config/secrets.yml
|
1167
|
+
- spec/dummy/config/environment.rb
|
1168
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
1159
1169
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
1160
|
-
- spec/dummy/config/initializers/
|
1170
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
1171
|
+
- spec/dummy/config/initializers/trusty_cms_config.rb
|
1161
1172
|
- spec/dummy/config/initializers/inflections.rb
|
1162
1173
|
- spec/dummy/config/initializers/session_store.rb
|
1163
|
-
- spec/dummy/config/initializers/
|
1174
|
+
- spec/dummy/config/initializers/assets.rb
|
1164
1175
|
- spec/dummy/config/initializers/cookies_serializer.rb
|
1165
|
-
- spec/dummy/config/
|
1166
|
-
- spec/dummy/config/
|
1167
|
-
- spec/dummy/config/
|
1176
|
+
- spec/dummy/config/initializers/mime_types.rb
|
1177
|
+
- spec/dummy/config/routes.rb
|
1178
|
+
- spec/dummy/config/application.rb
|
1179
|
+
- spec/dummy/config/environments/development.rb
|
1168
1180
|
- spec/dummy/config/environments/test.rb
|
1169
1181
|
- spec/dummy/config/environments/production.rb
|
1170
|
-
- spec/dummy/
|
1171
|
-
- spec/
|
1172
|
-
- spec/dummy/config/secrets.yml
|
1173
|
-
- spec/dummy/config/routes.rb
|
1174
|
-
- spec/dummy/README.rdoc
|
1175
|
-
- spec/dummy/config.ru
|
1176
|
-
- spec/dummy/app/assets/config/manifest.js
|
1177
|
-
- spec/dummy/Rakefile
|
1178
|
-
- spec/dummy/yarn.lock
|
1179
|
-
- spec/dummy/public/500.html
|
1180
|
-
- spec/dummy/public/404.html
|
1181
|
-
- spec/dummy/public/favicon.ico
|
1182
|
-
- spec/dummy/public/422.html
|
1183
|
-
- spec/dummy/bin/rails
|
1184
|
-
- spec/dummy/bin/rake
|
1185
|
-
- spec/dummy/bin/setup
|
1186
|
-
- spec/dummy/bin/bundle
|
1187
|
-
- spec/spec_helper.rb
|
1188
|
-
- spec/features/pages_spec.rb
|
1189
|
-
- spec/features/config_spec.rb
|
1182
|
+
- spec/dummy/package.json
|
1183
|
+
- spec/ci/database.mysql.yml
|
1190
1184
|
- spec/features/layouts_spec.rb
|
1185
|
+
- spec/features/config_spec.rb
|
1186
|
+
- spec/features/pages_spec.rb
|
1187
|
+
- spec/factories/page_part.rb
|
1188
|
+
- spec/factories/layout.rb
|
1189
|
+
- spec/factories/page.rb
|
1190
|
+
- spec/factories/user.rb
|