jekyll-image-size 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b27da42da281d22b37b79c6e379785017c6ec468
4
- data.tar.gz: 73bd1116ee465b97650d3228a30fb1f1b24e5b7b
3
+ metadata.gz: c5a3db6bb09df56868f1b6e0656f6ae514e07fc5
4
+ data.tar.gz: 2d04e0ae9d364374b60dbe38c684b21473ae2ed7
5
5
  SHA512:
6
- metadata.gz: 04fccde03952b68bdc3ce2a03dd709d8c1a16feb31ad301d35d1aea41814ffcf35ed899668fdc3f26d069d8bd1985b1016362d80dd57e91046a6a2ba99eb8263
7
- data.tar.gz: 8ed5b5375bd20e5441a30a7b5226a5178feea991015e0f5f22257537b7554779aa13b325ab354637ae4cdef218a115b68bc63e284589d1267b20e79e6bf48bcd
6
+ metadata.gz: 431829df9e4db99f40b9b06262668ca79ffd23e01fa8de131fa092f00f58c688a8949821d55deaaec2e44392c1afcb8b9634179a724a50d72fe21d37ed07acd5
7
+ data.tar.gz: 7257e0a0d1565798031611d0f56c7a92719a4aa185eff62e69bb647b5ce9109e2c75dda56ccd95e0124e1f08f9e8106831b24666b5276e3528d8c4151659084f
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  .bundle/
2
- vendor/
2
+ vendor/
3
+ *.gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-image-size (1.0.0)
4
+ jekyll-image-size (1.0.1)
5
5
  fastimage (>= 1.8)
6
6
  jekyll (>= 3.7)
7
7
 
@@ -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
- Uses:
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"
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module ImageSize
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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
- Uses:
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: []