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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dde39033dd3d9ec5ac0812db5da43ff3095cc6071beb7839dea3ce9331ccfbf4
4
- data.tar.gz: d9330ae0bf706a0eaec67d25224df909b8858da32715a4704f4e591f6a747322
3
+ metadata.gz: 77533c663c8bbd2be55817122e18bc79e774ad0d9a274c640143326a14fe318d
4
+ data.tar.gz: 18fa1b544ef6c5c367dc45d1885e1c92f020592fa9b8e6f0d82f7939735addd6
5
5
  SHA512:
6
- metadata.gz: 3d7702435e1bc3dea6846f037bbe50d80cc01d4c3e8c8008138a1cc6cc93db3bcddb06712836b3418e29b478b92b11d2e96b1b9d0879561bd97bcc8dcaf719b4
7
- data.tar.gz: 77c1cac9e668fe4e16ed831a1f57fe40c0000c45990af23e2a2f046633d05a302974806aaaa0beeac867fe7c4fcb120ac11465ecc3be7d907e1d6a08a9aa2f5d
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.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 `srcset`,
14
- `width` and `height` attributes of `img` elements, while automatically generating
15
- image variants of configured sizes using the ImageMagick command-line tools. Resized
16
- images are cached to minimize build times, regenerated only when the original source
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: []