cloudcannon-jekyll 3.2.2 → 3.2.4

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: 8827937e894ba56efca73b59add267f415a82b2c2b07070cbc0f3ccd71f354d3
4
- data.tar.gz: 384fa1272fe5ecf282653377b97e40a6da9bd8dadb0eaa6eec350693be1eb6f6
3
+ metadata.gz: 0136aa6c6cd6d254318f43c1f2eca85a938e6be5fd037e5aedcb315fa594928c
4
+ data.tar.gz: 30e81c35553da31c3bfb5aeaa747a31f545942d5b4600a2ea8239cd5b39a15d6
5
5
  SHA512:
6
- metadata.gz: 8180b1bd8e188367d0f60709a539f48c7b62aead0adb49d92a4e7205e7eb5517244424c209f037063eb72500b5ef932e079320247a7a0e6790494d3f2bcdcf65
7
- data.tar.gz: 58678a43838afe626a2f207a4ebcb09ae5a37071943a22f7dbd29d27aa4d8bb8ae83900193dbf12b5d0ed8cb9f654f7b205d4d0c71ac282a8599dcb8a4d9ab48
6
+ metadata.gz: 9dd73df6c6ee9afc0ff3932ad4d592fe5da17601fe870b27dc138ac2f17a89fba2f74cf8f3069ca6fe40f34fee5f1f4797a471b2a346153204f1335bba2199ae
7
+ data.tar.gz: d2ccc7e9ca1fc3c0330d776e8b14dfa29ba9c47f0067393e3cc194e03948ce028d224294c8ceb5518bc07b9c30938fc0a7f98b3a8553294cc97d90dc333ade03
data/HISTORY.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 3.2.4
2
+
3
+ * Revert changes to Jekyll Paginate behaviour
4
+
5
+ # 3.2.3
6
+
7
+ * Fixed malformed paths on index pages caused by jekyll-paginate-v2
8
+
1
9
  # 3.2.2
2
10
 
3
11
  * Pass through any keys in the global configuration file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudCannonJekyll
4
- VERSION = '3.2.2'
4
+ VERSION = '3.2.4'
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: 3.2.2
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudCannon
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-29 00:00:00.000000000 Z
11
+ date: 2022-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -105,7 +105,7 @@ homepage: https://github.com/cloudcannon/cloudcannon-jekyll
105
105
  licenses:
106
106
  - MIT
107
107
  metadata: {}
108
- post_install_message:
108
+ post_install_message:
109
109
  rdoc_options: []
110
110
  require_paths:
111
111
  - lib
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  requirements: []
123
123
  rubygems_version: 3.1.6
124
- signing_key:
124
+ signing_key:
125
125
  specification_version: 4
126
126
  summary: CloudCannon Jekyll integration
127
127
  test_files: []