jekyll-cloudinary 1.9.0 → 1.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d92d55d6589b7b6b1caec3d8e8e51739d7cec495
4
- data.tar.gz: 732cc0bbdfc9e8537b82b5e6c76e7a55da7255ec
3
+ metadata.gz: a148b8a8e108e82af89899f3708c802391097aa5
4
+ data.tar.gz: bdb1be9beed24d1e5a5bad63599f893aff5cf0d3
5
5
  SHA512:
6
- metadata.gz: bb0272e18e7afccab31bb8241901416b376712f620d136a5b7671469cbe829e90c2e0bf32f713764b7ecbf14cea301990c946bc829d470870c58685e396b21e4
7
- data.tar.gz: a506fad8cca0ed024d510808dcecfb0ce086b43bbe38a3a3736f3e6d5a81985417cd90fcec8b571fe2d3f098505b1ad229fb4952fabf60452b15211d53141e7b
6
+ metadata.gz: b093d110e498dab94aa5bad429e4bb3a3804941104f63cd15ea2db75cf42b900de25836878f4286ce9184050c8ec8f23efb824a8616d89a973fbb8dc746e2b94
7
+ data.tar.gz: 17cae5c1ca41b8d8d116eb053e0cc6ca5b694541cfd1dc1b001f7230e98bb03441f37ed4254374251933f6e24d8e5d8ae1b9a88276eb121b64e241cb7c470d76
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Cloudinary
3
- VERSION = "1.9.0".freeze
3
+ VERSION = "1.9.1".freeze
4
4
  end
5
5
  end
@@ -242,8 +242,7 @@ module Jekyll
242
242
  width_height = ""
243
243
  Jekyll.logger.warn(
244
244
  "[Cloudinary]",
245
- "Couldn't find this image to check its width: #{image_src_path}. \
246
- Try to run Jekyll build a second time."
245
+ "Couldn't find this image to check its width: #{image_src_path}."
247
246
  )
248
247
  fallback_url = image_dest_url
249
248
  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.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Hoizey