cloudcannon-jekyll 1.3.2 → 1.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb4a0788e770e9338ecb083a33c602e3fafa1792c1da6bf31a9133460dd5e916
4
- data.tar.gz: 4e73da9c286d352fad93ea7315be5eaa79341a1c92bdf1219670b5eef252c2da
3
+ metadata.gz: 30ce63176441c028ba0468765f0b8251a3ec1acb0c58d85e38ff03b5a1939c8f
4
+ data.tar.gz: bf2ebd298972fc74d65d281715599124ad3061f046a3639748868cf23ff4058f
5
5
  SHA512:
6
- metadata.gz: 01be941e3734be61d083cbc55cb688d607c0aae3637acc7d600e79edd48381d7ad6c34ed9f29c7f906ba5eed05e51d2a195efcfb188f2db53aeaa46fdc6a40c1
7
- data.tar.gz: 7508a04e0dbeaecb0de1b6bdc900fff3d30228e4b9fa9592115b725073f463fb4d7b434883e253c2e4696a8a97778044022cf19a1145d8c226b205e6c44b0a85
6
+ metadata.gz: 8b1b8764b4b06b03cc2acda9c7df5303a72390e58703e4d6fa8b3a54d8b85fd4b182030441549f37ffa9570a392c27ba86d018cda4dbdafa7d0824dc9eab3741
7
+ data.tar.gz: 0a27f8a9c9943440f6cfa2b5f152dcc2a353270587f684ab033f90fd1c56681b83be541405d983a0a974c79a9f37991f602904bcc3e415fccd4e1fc2d9dcd4d2
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.3.3
2
+
3
+ * Add gem information and time to output config file
4
+
1
5
  # 1.3.2
2
6
 
3
7
  * Fix missing in-place compact
@@ -1,4 +1,9 @@
1
1
  {
2
+ "time": {{ site.time | cc_jsonify }},
3
+ "cloudcannon": {
4
+ "name": "cloudcannon-jekyll",
5
+ "version": {{ gem_version | cc_jsonify }}
6
+ },
2
7
  {% if config.timezone %}"timezone": {{ config.timezone | cc_jsonify }},{% endif %}
3
8
  "include": {{ config.include | cc_jsonify }},
4
9
  "exclude": {{ config.exclude | cc_jsonify }},
@@ -1,4 +1,9 @@
1
1
  {
2
+ "time": {{ site.time | cc_jsonify }},
3
+ "cloudcannon": {
4
+ "name": "cloudcannon-jekyll",
5
+ "version": {{ gem_version | cc_jsonify }}
6
+ },
2
7
  {% if config.timezone %}"timezone": {{ config.timezone | cc_jsonify }},{% endif %}
3
8
  "include": {{ config.include | cc_jsonify }},
4
9
  "exclude": {{ config.exclude | cc_jsonify }},
@@ -1,4 +1,9 @@
1
1
  {
2
+ "time": {{ site.time | cc_jsonify }},
3
+ "cloudcannon": {
4
+ "name": "cloudcannon-jekyll",
5
+ "version": {{ gem_version | cc_jsonify }}
6
+ },
2
7
  {% if config.timezone -%}
3
8
  "timezone": {{ config.timezone | cc_jsonify }},
4
9
  {%- endif %}
@@ -13,7 +13,6 @@ module CloudCannonJekyll
13
13
  "_singular_name" => "_singular-name",
14
14
  "_singular_key" => "_singular-key",
15
15
  "_disable_add" => "_disable-add",
16
- "_icon" => "_icon",
17
16
  "_add_options" => "_add-options",
18
17
  },
19
18
  }.freeze
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudCannonJekyll
4
- VERSION = "1.3.2"
4
+ VERSION = "1.3.3"
5
5
  end
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.3.2
4
+ version: 1.3.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-09-10 00:00:00.000000000 Z
11
+ date: 2020-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll