jekyll-image-size 1.2.0 → 1.2.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: 836312e259f06570779274e4e75d6f9ece276204
4
- data.tar.gz: 9184ce60ff2709368c5f8cbcff8be7f3f5e231de
3
+ metadata.gz: e75abebdc99f2bdcad845d724313e66e5bc21101
4
+ data.tar.gz: d5eb37fec9d6223da0d6b3e4821c5f1550e40b7e
5
5
  SHA512:
6
- metadata.gz: 185260d6d4b3302e31dae0c37b5ab3116ef13ef3772d3b0cf2ff76612228eb1872c1a17f0e639ef03039e2effc9f200a629d200928d0e5be42534d0ff7107e9f
7
- data.tar.gz: 604f4e827b1ab63580c08cecf55611a3bbd95fa3aca31fdc40a74c75fbf0850c4aff49586dcb6234c90839467cfb1c011ddbba4351ee01f73c35d6a95abda814
6
+ metadata.gz: 26fb5d68224f7c69decc376f891a82bc0e47ace701d11edaee6e4cbe8e4f993191d35c6db34e673029f5f0ab684812ac866b2541613ea236dd35d165ef920d62
7
+ data.tar.gz: 71fa1949d1f3f5d02dac6055fe1f43a26bbbd4f5a10445c3d197a06c81fcd6d0bb2ee63a84e7882806da978c809e2b531f9cf32e9d9b736041f7e2f36f4bee11
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-image-size (1.2.0)
4
+ jekyll-image-size (1.2.1)
5
5
  fastimage (>= 1.8)
6
6
  jekyll (>= 3.7)
7
7
 
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Jekyll-Image-Size ![travis-ci.org](https://travis-ci.org/generalui/jekyll-image-size.svg) [![Gem Version](https://badge.fury.io/rb/jekyll-image-size.svg)](https://badge.fury.io/rb/jekyll-image-size)
2
2
 
3
- <img src="spec/data/test.jpg">
4
-
5
3
  Jekyll tag-plugin to read image sizes from static assets and output in many formats.
6
4
 
7
5
  Uses:
@@ -82,8 +80,8 @@ divide-by-numbers:
82
80
 
83
81
  uri-encoded-params:
84
82
 
85
- * width=123: fix the width to the given pixels and scale the height proportionally
86
- * height=123: fix the height to the given pixels and scale the width proportionally
83
+ * width=123: set the width to the given pixels and scale the height proportionally
84
+ * height=123: set the height to the given pixels and scale the width proportionally
87
85
 
88
86
  rest:
89
87
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module ImageSize
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Brinkman-Davis Delamore