jekyll-webp-resize 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/jekyll-webp-resize.gemspec +2 -2
- data/lib/jekyll-webp-resize/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 622aca2ed303ed1b2b9dc285c80ec45354668e3abfec42750947cd0ebdff52af
|
4
|
+
data.tar.gz: 5eec4aba4b705607019e2f17f8bf76a7f271bc91ce85a3af33fc4d85bed17ec7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e43a85e9f4a58d4f8c31ee6a40635673ca9a2e4e06f1a6aa29f14d99e475c6a99019a751f027c0e1822b18359a5ea73b94e4a0ae8d523384ea6fa3aace02b819
|
7
|
+
data.tar.gz: e3fb94e2372424d46bf44d902a73c64767433b6313c1e469f69418cad8186533d4e6d981c225413bdaea5ed06e091d29b9947a633cc823e2eb2b842a3a3a6cbf
|
data/jekyll-webp-resize.gemspec
CHANGED
@@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
|
|
15
15
|
spec.homepage = "https://github.com/emmmile/jekyll-webp"
|
16
16
|
spec.license = "MIT"
|
17
17
|
|
18
|
-
spec.summary = %q{[DEPRECATED] WebP image generator for Jekyll 3 websites}
|
19
|
-
spec.description = %q{[DEPRECATED] WebP Image Generator for Jekyll 3 Sites that automatically generate WebP images for all images on your static site and serves them when possible.}
|
18
|
+
spec.summary = %q{[DEPRECATED] Use `jekyll-imagemagick` instead. WebP image generator for Jekyll 3 websites}
|
19
|
+
spec.description = %q{[DEPRECATED] Use `jekyll-imagemagick` instead. WebP Image Generator for Jekyll 3 Sites that automatically generate WebP images for all images on your static site and serves them when possible.}
|
20
20
|
|
21
21
|
spec.files = Dir['CODE_OF_CONDUCT.md', 'README.md', 'LICENSE', 'Rakefile', '*.gemspec', 'Gemfile', 'lib/**/*', 'spec/**/*', 'bin/**/*']
|
22
22
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-webp-resize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sverrir Sigmundarson
|
@@ -87,8 +87,9 @@ dependencies:
|
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '2.1'
|
90
|
-
description: "[DEPRECATED] WebP Image Generator
|
91
|
-
generate WebP images for all images on your
|
90
|
+
description: "[DEPRECATED] Use `jekyll-imagemagick` instead. WebP Image Generator
|
91
|
+
for Jekyll 3 Sites that automatically generate WebP images for all images on your
|
92
|
+
static site and serves them when possible."
|
92
93
|
email:
|
93
94
|
- jekyll@sverrirs.com
|
94
95
|
- emilio.deltessa@gmail.com
|
@@ -143,5 +144,6 @@ rubyforge_project:
|
|
143
144
|
rubygems_version: 2.7.7
|
144
145
|
signing_key:
|
145
146
|
specification_version: 4
|
146
|
-
summary: "[DEPRECATED] WebP image generator for
|
147
|
+
summary: "[DEPRECATED] Use `jekyll-imagemagick` instead. WebP image generator for
|
148
|
+
Jekyll 3 websites"
|
147
149
|
test_files: []
|