jekyll-responsive-magick 1.0.0 → 1.0.1
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
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77533c663c8bbd2be55817122e18bc79e774ad0d9a274c640143326a14fe318d
|
4
|
+
data.tar.gz: 18fa1b544ef6c5c367dc45d1885e1c92f020592fa9b8e6f0d82f7939735addd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 917fc1afdc5f9e0115075d4d0880ce75e2a6881093dc2871a19ff4961265a0649e24bcdbab50a6919bba2fdc68a479f88fce81a35c24931743f0af53c33bf952
|
7
|
+
data.tar.gz: 547b4b9cc197ff96bd434b0e03537ebd3972d7bbfe78698dd083d786053ae7f18104eda64602611b24efc7433273fc4460e76aa676975d1e099297bde8cbc2fa
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-responsive-magick
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lawrence Murray
|
@@ -10,11 +10,11 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2022-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: A Jekyll plugin for responsive images. Adds filters for setting the
|
14
|
-
`width` and `height` attributes of `img` elements, while automatically
|
15
|
-
image variants of configured sizes using the ImageMagick command-line
|
16
|
-
images are cached to minimize build times, regenerated only when
|
17
|
-
image changes.
|
13
|
+
description: "== A Jekyll plugin for responsive images. Adds filters for setting the
|
14
|
+
`srcset`, `width` and `height` attributes of `img` elements, while automatically
|
15
|
+
generating image variants of configured sizes using the ImageMagick command-line
|
16
|
+
tools. Resized images are cached to minimize build times, regenerated only when
|
17
|
+
the original source image changes."
|
18
18
|
email: lawrence@indii.org
|
19
19
|
executables: []
|
20
20
|
extensions: []
|