jekyll-image-size 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
- data/.gitignore +2 -1
- data/Gemfile.lock +1 -1
- data/jekyll-image-size.gemspec +2 -6
- data/lib/jekyll-image-size/version.rb +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5a3db6bb09df56868f1b6e0656f6ae514e07fc5
|
|
4
|
+
data.tar.gz: 2d04e0ae9d364374b60dbe38c684b21473ae2ed7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 431829df9e4db99f40b9b06262668ca79ffd23e01fa8de131fa092f00f58c688a8949821d55deaaec2e44392c1afcb8b9634179a724a50d72fe21d37ed07acd5
|
|
7
|
+
data.tar.gz: 7257e0a0d1565798031611d0f56c7a92719a4aa185eff62e69bb647b5ce9109e2c75dda56ccd95e0124e1f08f9e8106831b24666b5276e3528d8c4151659084f
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
data/jekyll-image-size.gemspec
CHANGED
|
@@ -13,12 +13,8 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.description = <<ENDDESC
|
|
14
14
|
Jekyll tag-plugin to read image sizes from static assets and output in many formats.
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
* generate your opengraph og:image:height and og:image:width tags
|
|
19
|
-
* IMG tags for retina-resolution assets (@2x, @3x, etc...)
|
|
20
|
-
* Generate CSS or HTML width/height props
|
|
21
|
-
* or just output `width`, `height` or `width + "x" + height`
|
|
16
|
+
Generate your opengraph link-tags, img-tags, css or html props, or just output the width and height of an image. All output image-sizes
|
|
17
|
+
can be scaled for retina support (/2 for @2x retina, /3 for @3x, etc...).
|
|
22
18
|
ENDDESC
|
|
23
19
|
spec.homepage = "https://github.com/generalui/jekyll-image-size"
|
|
24
20
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-image-size
|
|
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
|
- Shane Brinkman-Davis Delamore
|
|
@@ -83,12 +83,8 @@ dependencies:
|
|
|
83
83
|
description: |
|
|
84
84
|
Jekyll tag-plugin to read image sizes from static assets and output in many formats.
|
|
85
85
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
* generate your opengraph og:image:height and og:image:width tags
|
|
89
|
-
* IMG tags for retina-resolution assets (@2x, @3x, etc...)
|
|
90
|
-
* Generate CSS or HTML width/height props
|
|
91
|
-
* or just output `width`, `height` or `width + "x" + height`
|
|
86
|
+
Generate your opengraph link-tags, img-tags, css or html props, or just output the width and height of an image. All output image-sizes
|
|
87
|
+
can be scaled for retina support (/2 for @2x retina, /3 for @3x, etc...).
|
|
92
88
|
email:
|
|
93
89
|
- shane@genui.com
|
|
94
90
|
executables: []
|