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 +4 -4
- data/lib/jekyll/cloudinary/version.rb +1 -1
- data/lib/jekyll/cloudinary.rb +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a148b8a8e108e82af89899f3708c802391097aa5
|
4
|
+
data.tar.gz: bdb1be9beed24d1e5a5bad63599f893aff5cf0d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b093d110e498dab94aa5bad429e4bb3a3804941104f63cd15ea2db75cf42b900de25836878f4286ce9184050c8ec8f23efb824a8616d89a973fbb8dc746e2b94
|
7
|
+
data.tar.gz: 17cae5c1ca41b8d8d116eb053e0cc6ca5b694541cfd1dc1b001f7230e98bb03441f37ed4254374251933f6e24d8e5d8ae1b9a88276eb121b64e241cb7c470d76
|
data/lib/jekyll/cloudinary.rb
CHANGED
@@ -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
|