jekyll-cloudinary 1.2.11 → 1.2.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fe2ce6f3f7761644212becd7fd26a8599ccd052
4
- data.tar.gz: b1d9a03e76e3eabd28caa0952f7eb8b6c1af146d
3
+ metadata.gz: b246c491902619afcdf63c1326ea254c2413a18e
4
+ data.tar.gz: 97e3c59828db17e0ede0d2a5a69f4609a31a8e51
5
5
  SHA512:
6
- metadata.gz: 496fa55e1e4c58f0ceaeb9cb94e1ebd3012c6e1ab9c115c4f01a0d163ccf2880ada9ca02d5a497c976a66df0ba5c6622d7b55cccbb1221985d3f24f4bdbdfcc8
7
- data.tar.gz: 4759c75e00f786393a490c1a93a202c00cb0fd54cc6c5882740826a01e236232d8308ea862d031184f12e233f8bb4b399ad2916a790aa38e4653cc90bb22f14e
6
+ metadata.gz: 66c8f8dcefa2ed74d1751e7fa53d29d3875a072bcf49f3d3474c33dd0847ee23d7ef98514f53f2e47e68884262a6c7366da402f36aaac8b6b67bbe3033d78ec0
7
+ data.tar.gz: 5f2d7cec68b5b7807bc0e77b7d4541223038da329d7793e0ecffeefa2048d0799186cf668d442f0eb559b17b43dcb1e06d852b3dc102cd3afc8b6bbca24387b3
@@ -63,11 +63,11 @@ module Jekyll
63
63
  image = Magick::Image::read(image_path).first
64
64
  natural_width = image.columns
65
65
  natural_height = image.rows
66
- width_height = 'width="#{natural_width}" height="#{natural_height}"'
66
+ width_height = "width=\"#{natural_width}\" height=\"#{natural_height}\""
67
67
  else
68
68
  natural_width = 100000
69
69
  natural_height = 100000
70
- width_height = ''
70
+ width_height = ""
71
71
  Jekyll.logger.warn('[Cloudinary]', "Couldn't find this image to check its width: #{image_path}")
72
72
  end
73
73
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Cloudinary
3
- VERSION = "1.2.11"
3
+ VERSION = "1.2.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-cloudinary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.11
4
+ version: 1.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Hoizey