jekyll-cloudinary 1.13.0 → 1.14.0

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: 73fdc1c4db5537be14c404a164c4046afd47e68730057fb25580f4a4414ca496
4
- data.tar.gz: 9bfc997379226ad768e56b874b9d96e9816d00af402f6dcd7c99eba469085cf1
3
+ metadata.gz: 3e640939f7e90648a97629ce86753a316e32d1de8921bce56697806bab9db3a6
4
+ data.tar.gz: e6a7df0f2c22042f184f96a000864069e572f8863d0e692722e533e6ef0af0a6
5
5
  SHA512:
6
- metadata.gz: 5ec54ce966691daaa9ac7c34b36532900d92e6768c4cb400bc57c631bd9e3c2043a0cfafe8cc1419d0ba94ffe15eae9e92230b6df58a9954093e1d6930173280
7
- data.tar.gz: 3cc2bf904bb9d75aec71582f735a0dc1954c408eec33f1c03901aa90f86b8ab1221f0329c9a94c38b931d0fa52ba63731c0de8c750dc13503b62bb46d12d09c1
6
+ metadata.gz: cbf8245a87611bca589acb5c4bef7157dbae3e9d60a835789c6355199cf11496e73a0c956b3bce62689f13c3c1526f2ecfcbfdfcb5313b6e2dc6253e8071658b
7
+ data.tar.gz: 16ce834ee5b6ea407be1a9f8c2dcaab3136ae7ac197c2bfa6778cf71e1ae3b92beecd6bf96665c4664f0de6047851d8059e1d8cd7b84c73c72c0a65259a56a31
data/RELEASES.md CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  ## [v1.13.0](https://github.com/nhoizey/jekyll-cloudinary/releases/tag/v1.13.0)
4
4
 
5
- Add cross-origin support to prevent opaque responses in Service Workers. See
6
- https://cloudfour.com/thinks/when-7-kb-equals-7-mb/
5
+ Add cross-origin support to prevent opaque responses in Service Workers.
6
+
7
+ See https://cloudfour.com/thinks/when-7-kb-equals-7-mb/
7
8
 
8
9
  ## [v1.12.4](https://github.com/nhoizey/jekyll-cloudinary/releases/tag/v1.12.4)
9
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Cloudinary
5
- VERSION = "1.13.0"
5
+ VERSION = "1.14.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-cloudinary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Hoizey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-06 00:00:00.000000000 Z
11
+ date: 2019-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastimage
@@ -117,8 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  requirements: []
120
- rubyforge_project:
121
- rubygems_version: 2.7.4
120
+ rubygems_version: 3.0.2
122
121
  signing_key:
123
122
  specification_version: 4
124
123
  summary: Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images