cloudcannon-jekyll 1.4.2 → 1.4.3
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/HISTORY.md +4 -0
- data/lib/cloudcannon-jekyll/jsonify-filter.rb +1 -1
- data/lib/cloudcannon-jekyll/version.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: 92b0e675c47140f4aef7c11b38d2f3fb9e650dfe68639f0a0f7a66c0fd312ad1
|
4
|
+
data.tar.gz: 4bead9682c10702bfb3271e6dd103df94a35106f70136fb5b3c37a11b833c9f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9639f12433c8ccd842eea34ae0569d0ec6a0dcf062ba37e2f9fc313cb15de81720db9a91ceea91bfabc39eed094dd333cebd3fb271af11ee7a105b11f2e9470a
|
7
|
+
data.tar.gz: c8f6b1b80ad75c5ea2f76d638cc4843fa020449d30c1d35a3b863f6d99f9cc9cb5d8842fc7b38a968a43998506e305f60d4701352fa838e112e62dbd97ed8417
|
data/HISTORY.md
CHANGED
@@ -180,7 +180,7 @@ module CloudCannonJekyll
|
|
180
180
|
def self.to_json(input, depth, max_depth = 9, key_swaps = {})
|
181
181
|
depth += 1
|
182
182
|
|
183
|
-
if depth > max_depth || (depth >
|
183
|
+
if depth > max_depth || (depth > 3 && JsonifyFilter.document_type?(input))
|
184
184
|
'"MAXIMUM_DEPTH"'
|
185
185
|
elsif JsonifyFilter.simple_type?(input)
|
186
186
|
input.to_json
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudcannon-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CloudCannon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|