trusty-cms 5.0.9 → 5.1.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 +4 -4
- data/Gemfile.lock +3 -2
- data/lib/trusty_cms.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 761f760da72908d490cd0d42ea5af3e245c27f8574353848943d8c8d5f976814
|
|
4
|
+
data.tar.gz: e8b2179bf2104873a132273f878db58c6f5ee09572d0eff22708b195f9ace657
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24cd254a3c1e3e65a546cbef84f0ec121c2d2e1c981d65a76a97e652bdf34fa91cd244b83bac08ea5331c23c9d9585c3db0cb5c24a15631f242bb0e09a50d813
|
|
7
|
+
data.tar.gz: cea472ad852bc0000ae171bc8451f93daa6c60949b427cb4fbdbf3bec95c1d7c46b965040cc3a3305e59b8e26733a220d7ec632c47f4f44f52c8aa3ec8abbf42
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-cms (5.0
|
|
4
|
+
trusty-cms (5.1.0)
|
|
5
5
|
RedCloth (= 4.3.2)
|
|
6
6
|
activestorage-validator
|
|
7
7
|
acts_as_list (>= 0.9.5, < 1.1.0)
|
|
@@ -186,6 +186,7 @@ GEM
|
|
|
186
186
|
addressable (~> 2.7)
|
|
187
187
|
libv8-node (16.10.0.0-x86_64-darwin)
|
|
188
188
|
libv8-node (16.10.0.0-x86_64-linux)
|
|
189
|
+
libv8-node (16.10.0.0-x86_64-linux-musl)
|
|
189
190
|
loofah (2.15.0)
|
|
190
191
|
crass (~> 1.0.2)
|
|
191
192
|
nokogiri (>= 1.5.9)
|
|
@@ -302,7 +303,7 @@ GEM
|
|
|
302
303
|
sprockets (> 3.0)
|
|
303
304
|
sprockets-rails
|
|
304
305
|
tilt
|
|
305
|
-
sexp_processor (4.16.
|
|
306
|
+
sexp_processor (4.16.1)
|
|
306
307
|
simplecov (0.21.2)
|
|
307
308
|
docile (~> 1.1)
|
|
308
309
|
simplecov-html (~> 0.11)
|
data/lib/trusty_cms.rb
CHANGED
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.0
|
|
4
|
+
version: 5.1.0
|
|
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: 2022-04-
|
|
11
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activestorage-validator
|