trusty-cms 6.0.0 → 6.0.1
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/Gemfile.lock +2 -2
- data/config/initializers/zeitwerk.rb +7 -0
- data/lib/trusty_cms.rb +1 -1
- data/yarn.lock +61 -15
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a4f3d8dcc1b4fbf6568e27bf98af7cfcae4a052931c2937335537cb66daaa8a
|
|
4
|
+
data.tar.gz: c5984194b82b7ed08c422ec84146e67e5832eb87ff3f989e67783b3c3ce9eb17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0aa5445008f164b7b963e8b018cf6790cff461f3847a5ee743d2da39ede9aba32d8c55353d7ed390030c6ad9001fcafe49aae39daa4cbf8cfb3e43bde2a44bda
|
|
7
|
+
data.tar.gz: f6dd5c1ca6d1d48453bb0101ebbe2e149298a832e57f7aedf41bbab7c20edfaa8b0d4cd3aeaa76720c919f10d12034f5ba95d0c9acc6b35611bfa3001067ba2d
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-cms (6.0.
|
|
4
|
+
trusty-cms (6.0.1)
|
|
5
5
|
RedCloth (= 4.3.2)
|
|
6
6
|
activestorage-validator
|
|
7
7
|
acts_as_list (>= 0.9.5, < 1.2.0)
|
|
@@ -147,7 +147,7 @@ GEM
|
|
|
147
147
|
diff-lcs (1.5.0)
|
|
148
148
|
docile (1.4.0)
|
|
149
149
|
erubi (1.12.0)
|
|
150
|
-
execjs (2.
|
|
150
|
+
execjs (2.9.1)
|
|
151
151
|
factory_bot (6.2.1)
|
|
152
152
|
activesupport (>= 5.0.0)
|
|
153
153
|
factory_bot_rails (6.2.0)
|
data/lib/trusty_cms.rb
CHANGED
data/yarn.lock
CHANGED
|
@@ -54,6 +54,16 @@
|
|
|
54
54
|
"@jridgewell/trace-mapping" "^0.3.17"
|
|
55
55
|
jsesc "^2.5.1"
|
|
56
56
|
|
|
57
|
+
"@babel/generator@^7.23.0":
|
|
58
|
+
version "7.23.0"
|
|
59
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
|
|
60
|
+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
|
|
61
|
+
dependencies:
|
|
62
|
+
"@babel/types" "^7.23.0"
|
|
63
|
+
"@jridgewell/gen-mapping" "^0.3.2"
|
|
64
|
+
"@jridgewell/trace-mapping" "^0.3.17"
|
|
65
|
+
jsesc "^2.5.1"
|
|
66
|
+
|
|
57
67
|
"@babel/helper-compilation-targets@^7.22.15":
|
|
58
68
|
version "7.22.15"
|
|
59
69
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
|
|
@@ -65,18 +75,23 @@
|
|
|
65
75
|
lru-cache "^5.1.1"
|
|
66
76
|
semver "^6.3.1"
|
|
67
77
|
|
|
78
|
+
"@babel/helper-environment-visitor@^7.22.20":
|
|
79
|
+
version "7.22.20"
|
|
80
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
|
|
81
|
+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
|
|
82
|
+
|
|
68
83
|
"@babel/helper-environment-visitor@^7.22.5":
|
|
69
84
|
version "7.22.5"
|
|
70
85
|
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
71
86
|
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
|
|
72
87
|
|
|
73
|
-
"@babel/helper-function-name@^7.
|
|
74
|
-
version "7.
|
|
75
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.
|
|
76
|
-
integrity sha512-
|
|
88
|
+
"@babel/helper-function-name@^7.23.0":
|
|
89
|
+
version "7.23.0"
|
|
90
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
|
|
91
|
+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
|
|
77
92
|
dependencies:
|
|
78
|
-
"@babel/template" "^7.22.
|
|
79
|
-
"@babel/types" "^7.
|
|
93
|
+
"@babel/template" "^7.22.15"
|
|
94
|
+
"@babel/types" "^7.23.0"
|
|
80
95
|
|
|
81
96
|
"@babel/helper-hoist-variables@^7.22.5":
|
|
82
97
|
version "7.22.5"
|
|
@@ -127,6 +142,11 @@
|
|
|
127
142
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
|
|
128
143
|
integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
|
|
129
144
|
|
|
145
|
+
"@babel/helper-validator-identifier@^7.22.20":
|
|
146
|
+
version "7.22.20"
|
|
147
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
148
|
+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
149
|
+
|
|
130
150
|
"@babel/helper-validator-option@^7.22.15":
|
|
131
151
|
version "7.22.15"
|
|
132
152
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
|
|
@@ -155,7 +175,12 @@
|
|
|
155
175
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
|
156
176
|
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
|
157
177
|
|
|
158
|
-
"@babel/
|
|
178
|
+
"@babel/parser@^7.23.0":
|
|
179
|
+
version "7.23.0"
|
|
180
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
|
181
|
+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
|
182
|
+
|
|
183
|
+
"@babel/template@^7.22.15":
|
|
159
184
|
version "7.22.15"
|
|
160
185
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
|
|
161
186
|
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
|
|
@@ -165,18 +190,18 @@
|
|
|
165
190
|
"@babel/types" "^7.22.15"
|
|
166
191
|
|
|
167
192
|
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.17":
|
|
168
|
-
version "7.
|
|
169
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
|
170
|
-
integrity sha512-
|
|
193
|
+
version "7.23.2"
|
|
194
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
195
|
+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
|
171
196
|
dependencies:
|
|
172
197
|
"@babel/code-frame" "^7.22.13"
|
|
173
|
-
"@babel/generator" "^7.
|
|
174
|
-
"@babel/helper-environment-visitor" "^7.22.
|
|
175
|
-
"@babel/helper-function-name" "^7.
|
|
198
|
+
"@babel/generator" "^7.23.0"
|
|
199
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
|
200
|
+
"@babel/helper-function-name" "^7.23.0"
|
|
176
201
|
"@babel/helper-hoist-variables" "^7.22.5"
|
|
177
202
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
|
178
|
-
"@babel/parser" "^7.
|
|
179
|
-
"@babel/types" "^7.
|
|
203
|
+
"@babel/parser" "^7.23.0"
|
|
204
|
+
"@babel/types" "^7.23.0"
|
|
180
205
|
debug "^4.1.0"
|
|
181
206
|
globals "^11.1.0"
|
|
182
207
|
|
|
@@ -189,6 +214,15 @@
|
|
|
189
214
|
"@babel/helper-validator-identifier" "^7.22.15"
|
|
190
215
|
to-fast-properties "^2.0.0"
|
|
191
216
|
|
|
217
|
+
"@babel/types@^7.23.0":
|
|
218
|
+
version "7.23.0"
|
|
219
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
|
|
220
|
+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
|
|
221
|
+
dependencies:
|
|
222
|
+
"@babel/helper-string-parser" "^7.22.5"
|
|
223
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
|
224
|
+
to-fast-properties "^2.0.0"
|
|
225
|
+
|
|
192
226
|
"@fortawesome/fontawesome-free@^5.15.4":
|
|
193
227
|
version "5.15.4"
|
|
194
228
|
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5"
|
|
@@ -1585,6 +1619,18 @@ safe-buffer@~5.2.0:
|
|
|
1585
1619
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
1586
1620
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
1587
1621
|
|
|
1622
|
+
semver@^6.3.1:
|
|
1623
|
+
version "6.3.1"
|
|
1624
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
1625
|
+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
1626
|
+
|
|
1627
|
+
semver@^7.3.4:
|
|
1628
|
+
version "7.5.4"
|
|
1629
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
1630
|
+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
1631
|
+
dependencies:
|
|
1632
|
+
lru-cache "^6.0.0"
|
|
1633
|
+
|
|
1588
1634
|
shoestring@^2.0.0:
|
|
1589
1635
|
version "2.0.1"
|
|
1590
1636
|
resolved "https://registry.yarnpkg.com/shoestring/-/shoestring-2.0.1.tgz#7dd35a600b7e5826788124452c4a8acf64648b06"
|
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: 6.0.
|
|
4
|
+
version: 6.0.1
|
|
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: 2023-10-
|
|
11
|
+
date: 2023-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activestorage-validator
|
|
@@ -805,6 +805,7 @@ files:
|
|
|
805
805
|
- config/initializers/secret_token.rb
|
|
806
806
|
- config/initializers/tmp.rb
|
|
807
807
|
- config/initializers/trusty_cms_config.rb
|
|
808
|
+
- config/initializers/zeitwerk.rb
|
|
808
809
|
- config/locales/en.yml
|
|
809
810
|
- config/locales/en_available_tags.yml
|
|
810
811
|
- config/routes.rb
|