jekyll-cloudinary 1.2.7 → 1.2.8

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: 3e60830dace0a6dcb2bf19bad613302ebd5c9782
4
- data.tar.gz: 64df114a14328a77b536d72c6b929ce993b5ab0d
3
+ metadata.gz: 3f60fc40da066fe9ff55115d36284438bb0671df
4
+ data.tar.gz: 5f68e842e562922619f94d6a1a2bc86b7a57db2d
5
5
  SHA512:
6
- metadata.gz: 73c83f0a98d666d5048083ee7c3ae3144f1f1e63ea10dfed9775f8e3ab42953cecef3f7ad26a1a11092617791a9fa022365bbb612c81dfa9911ab2d955a075bc
7
- data.tar.gz: c1c0dcef555a2359e5a86f18ce1185ee51962ce30c50e1f673b86249d9670e345a6e225cdd759be943467f9204a807b03dc8e3a9b6a534fee8ddad9ee6f53e15
6
+ metadata.gz: 0ad9a34e528d6b90d50604f7bc8e254b0bcca0357ddfda87499e28c4d451b29745c4ed1fc8824dfef3f34d4d79a7922e3ef20407cdea9a2ae81b2b3030e26ec8
7
+ data.tar.gz: b106f20dc583ffe4533bdb743559506e7c60cf2c9d7bd4064c94277e9742d1b1157fc619d4eb37f195ded8742bd0ceea36cd3b3dc7c783dbcaa0a803b8e02c0d
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Cloudinary
3
- VERSION = "1.2.7"
3
+ VERSION = "1.2.8"
4
4
  end
5
5
  end
@@ -63,10 +63,8 @@ module Jekyll
63
63
  image = Magick::Image::read(image_path).first
64
64
  natural_width = image.columns
65
65
  else
66
- natural_width = 100000
67
- if settings['verbose']
68
- Jekyll.logger.warn('Cloudinary', "Couldn't find this image to check its width: #{image_path}")
69
- end
66
+ natural_width = 1000000
67
+ Jekyll.logger.warn('Cloudinary', "Couldn't find this image to check its width: #{image_path}")
70
68
  end
71
69
 
72
70
  if markup[:preset]
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.7
4
+ version: 1.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Hoizey