jekyll-image-optim 1.0.2 → 1.0.4
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/lib/{image_optim.rb → jekyll-image-optim.rb} +0 -0
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d87df72a9cf57e8c7503f6cdaebd566680ddcbf0cae0636cf945f7f3bf41c4da
|
|
4
|
+
data.tar.gz: 74c66b3a8cb9c947a5a161b026008ca276ecc89f00d49b17ec1af2c3c14778ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 213abfa7807296cd85f2b77bb930b8d335d8a798d9188613634d65fbb29e3139405600ba69bed352de7c9432df4329dd7f97388035c662ef6351b8f91ad53636
|
|
7
|
+
data.tar.gz: 92cc3ac9d83d104a6f1efdb20506d3e4e3fcdaea2b0dbc408cfe1fa78a72ec70bd72d9db8404f3b9e0d15222f902434c2902e24a03283153ffea883ee710c9eb
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-image-optim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Areeb Khan
|
|
@@ -14,40 +14,40 @@ dependencies:
|
|
|
14
14
|
name: image_optim
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0'
|
|
19
|
+
version: '0.26'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0'
|
|
26
|
+
version: '0.26'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: image_optim_pack
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0'
|
|
33
|
+
version: '0.5'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0'
|
|
41
|
-
description:
|
|
42
|
-
found at https://github.com/
|
|
40
|
+
version: '0.5'
|
|
41
|
+
description: A simple Jekyll plugin to optimize images using image_optim. Configuration
|
|
42
|
+
and usage instructions can be found at https://github.com/ask616/jekyll-image-optim
|
|
43
43
|
email:
|
|
44
44
|
- areebk@protonmail.com
|
|
45
45
|
executables: []
|
|
46
46
|
extensions: []
|
|
47
47
|
extra_rdoc_files: []
|
|
48
48
|
files:
|
|
49
|
-
- lib/
|
|
50
|
-
homepage: https://github.com/
|
|
49
|
+
- lib/jekyll-image-optim.rb
|
|
50
|
+
homepage: https://github.com/ask616/jekyll-image-optim
|
|
51
51
|
licenses:
|
|
52
52
|
- MIT
|
|
53
53
|
metadata: {}
|