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 +4 -4
- data/RELEASES.md +3 -2
- data/lib/jekyll/cloudinary/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e640939f7e90648a97629ce86753a316e32d1de8921bce56697806bab9db3a6
|
4
|
+
data.tar.gz: e6a7df0f2c22042f184f96a000864069e572f8863d0e692722e533e6ef0af0a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
6
|
-
|
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
|
|
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.
|
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:
|
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
|
-
|
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
|