cloudcannon-jekyll 2.3.3 → 2.3.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09003d2ad672bafc2165e8a667a19c2a730651ddba0fd201904a8575e4c5bba0'
|
4
|
+
data.tar.gz: 5988731017bdd55c1d2600409ee8e0380847552a79bdc6ef0ff445e810132715
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: beabc519bea263502f085226ffb98b27d6aa2cd882ca5efe710f63287afaaaeb80f47eea3f118447bbed3d1f89c51c17f6d77134adc5a3f7e11a983ce969e53e
|
7
|
+
data.tar.gz: d77019b69275bb04a010fa7ce8a0c3763e7a9e1ce449741f62a9e945a5454ffb03fb7395c463cc4434722653156f989a4be81bdac6781bc0efa495c7afc2a2be
|
data/HISTORY.md
CHANGED
@@ -41,6 +41,9 @@
|
|
41
41
|
{% if config._inputs %}
|
42
42
|
"_inputs": {{ config._inputs | cc_jsonify }},
|
43
43
|
{% endif %}
|
44
|
+
{% if config._editables %}
|
45
|
+
"_editables": {{ config._editables | cc_jsonify }},
|
46
|
+
{% endif %}
|
44
47
|
{% if config._collection_groups %}
|
45
48
|
"_collection_groups": {{ config._collection_groups | cc_jsonify }},
|
46
49
|
{% endif %}
|
@@ -41,6 +41,9 @@
|
|
41
41
|
{% if config._inputs %}
|
42
42
|
"_inputs": {{ config._inputs | cc_jsonify }},
|
43
43
|
{% endif %}
|
44
|
+
{% if config._editables %}
|
45
|
+
"_editables": {{ config._editables | cc_jsonify }},
|
46
|
+
{% endif %}
|
44
47
|
{% if config._collection_groups %}
|
45
48
|
"_collection_groups": {{ config._collection_groups | cc_jsonify }},
|
46
49
|
{% endif %}
|
@@ -44,6 +44,9 @@
|
|
44
44
|
{% if config._inputs -%}
|
45
45
|
"_inputs": {{ config._inputs | cc_jsonify }},
|
46
46
|
{%- endif %}
|
47
|
+
{% if config._editables -%}
|
48
|
+
"_editables": {{ config._editables | cc_jsonify }},
|
49
|
+
{%- endif %}
|
47
50
|
{% if config._collection_groups -%}
|
48
51
|
"_collection_groups": {{ config._collection_groups | cc_jsonify }},
|
49
52
|
{%- endif %}
|
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: 2.3.
|
4
|
+
version: 2.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CloudCannon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|