cloudcannon-jekyll 1.5.5 → 1.5.6

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: 431460a2de8c6f3ec5dbfeb75e2354c48f25ac80f4761ef926dbee4fbdf10f63
4
- data.tar.gz: 255202d3a0205cc9ee087d93ae2a96c59bbf662d3b335193cd6f2dedde6a917d
3
+ metadata.gz: bb81e7f467450a9da1c39bd68adbc69514aa0f33c982b1b70c540f05fe7dda70
4
+ data.tar.gz: eddc9663476a26ca3d0a503760b07760803ddcb852d7da7ae80c47be0d10ca8e
5
5
  SHA512:
6
- metadata.gz: ef6b43da5dc6bcdf08a8f8a7b711bb2b2a73cd28a48729c194eef89d7fbdc80bce2cf298f52fecb09695dbe25a0887f266f8e36887f8d888a29d41b8b6bfb23a
7
- data.tar.gz: d456a64c940b19738d6588b9a69c05d69b3f13c143ffa849f028df78cde665152f723be143760cfa964244bc914950b3634099a62b2ca04a2293291d46523e64
6
+ metadata.gz: ec82c0e7f08018be8b5007911d1286301bdf6300f468e0c86afe3e622823bd0f3611348f8f69e6ab7124d260e89edcce5f44e107ccdbb51d956cc01a959b8db1
7
+ data.tar.gz: 7196b603e2a82dd61021a927903d3ff2a21506f107e15adf3e16c2986f0a997f42d644d43bb9cf2b357aa653cb02677b1d93ccda2998a5e1a9be4a8761c3570f
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.5.6
2
+
3
+ * Force generator to run after other lowest priority plugins
4
+
1
5
  # 1.5.5
2
6
 
3
7
  * Re-add id field for documents
@@ -7,7 +7,11 @@ require_relative "reader"
7
7
  module CloudCannonJekyll
8
8
  # Generates JSON files containing build config and build output details
9
9
  class Generator < Jekyll::Generator
10
+ # Override the Jekyll::Plugin spaceship to push our plugin to the very end
10
11
  priority :lowest
12
+ def self.<=>(*)
13
+ 1
14
+ end
11
15
 
12
16
  def generate(site)
13
17
  @site = site
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudCannonJekyll
4
- VERSION = "1.5.5"
4
+ VERSION = "1.5.6"
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.5.5
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudCannon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-16 00:00:00.000000000 Z
11
+ date: 2021-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll