cloudcannon-jekyll 3.2.1 → 3.2.2

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: dd3e4826b181fb4ef65a89bb32d863c0aa61918b00ec81a49c02450f3bb141e2
4
- data.tar.gz: 8031b3e4c93bfa7ab139691b5dad29f93de7d1457fb3e140f27abdd4f7c8df96
3
+ metadata.gz: 8827937e894ba56efca73b59add267f415a82b2c2b07070cbc0f3ccd71f354d3
4
+ data.tar.gz: 384fa1272fe5ecf282653377b97e40a6da9bd8dadb0eaa6eec350693be1eb6f6
5
5
  SHA512:
6
- metadata.gz: c9d4070e718c37c728f60c8a6ed256b4d8dd7a1ab4a64943d27d505644a8718aad0379c5ba657124d4a10b85dd646eb86daa50d8f37c032f2f0a646333f436b4
7
- data.tar.gz: 5163fbb5f10c2bf0a920da5f440d6bf4ecbae933c45a3a117d5cad9713352ac92116ccb69d3d8919e49fcdad0ad9cd17f29865aafded895e947104514deed198
6
+ metadata.gz: 8180b1bd8e188367d0f60709a539f48c7b62aead0adb49d92a4e7205e7eb5517244424c209f037063eb72500b5ef932e079320247a7a0e6790494d3f2bcdcf65
7
+ data.tar.gz: 58678a43838afe626a2f207a4ebcb09ae5a37071943a22f7dbd29d27aa4d8bb8ae83900193dbf12b5d0ed8cb9f654f7b205d4d0c71ac282a8599dcb8a4d9ab48
data/HISTORY.md CHANGED
@@ -1,7 +1,11 @@
1
- # 3.2.1
1
+ # 3.2.2
2
2
 
3
3
  * Pass through any keys in the global configuration file
4
4
 
5
+ # 3.2.1
6
+
7
+ * No changes
8
+
5
9
  # 3.2.0
6
10
 
7
11
  * Add dam_uploads and dam_static to paths
data/README.md CHANGED
@@ -156,8 +156,9 @@ reads and processes the following from Jekyll if unset:
156
156
 
157
157
  1. Increase the version in `lib/cloudcannon-jekyll/version.rb`
158
158
  2. Update `HISTORY.md`
159
- 3. Run `./script/release`
160
- 3. [Create a release on GitHub](https://github.com/CloudCannon/cloudcannon-jekyll/releases/new)
159
+ 3. Commit and push those changes
160
+ 4. Run `./script/release`
161
+ 5. [Create a release on GitHub](https://github.com/CloudCannon/cloudcannon-jekyll/releases/new)
161
162
 
162
163
  ### Testing
163
164
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudCannonJekyll
4
- VERSION = '3.2.1'
4
+ VERSION = '3.2.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudcannon-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudCannon