jekyll-cloudinary_fetcher 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: b8ac88c7fb72dd5d5d6847733cf4226423a131a460b34b5d6cae855d391e33e3
4
- data.tar.gz: f03b83301b97a964273bcc6ca98cb9de63355667e3bb394a24a835420ca77ea3
3
+ metadata.gz: 34bcea1fd0a4ed549d6680aae5f3e2cbf67fcdca2991d39a8ae323f72c0d506a
4
+ data.tar.gz: 6d89c72f9f3b4f8ae0b2252e20cfdf08937a02877609df30ea5079a8e506cea2
5
5
  SHA512:
6
- metadata.gz: b3d3e0ef7e0088d6196f9e9bd9c0707ba2fd95e8d59ef36841c260ed317187ba7cd6ccecb90deec54b7fd3944298dfc19ac156e3b80f69a8b1f83d329e211476
7
- data.tar.gz: 0adc8063fe691a7e742a09d273f9fa96b7b8e412b31d0777161991637b7a6e9ef196166416709ad07830be75e8e8a3653f4ea3a78e5f6a96085aec9466317bca
6
+ metadata.gz: 2556f6d0ab393f16857ef727d07f22155c8a26ea4b6633ad5f83a0b4ada491cb6b8935aebdd2f8a775cca440fb7e497fa67f7dab53ac77ce26da64c73d171d48
7
+ data.tar.gz: 2c8c387e52c3059b42365e5f18d832e2446560536071b8b14bbaa17e3741c7d44772b745c444e5b3b361d5f3f70cc9f7807905f4e4b5c105d24e587d1c254bf8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-cloudinary_fetcher (0.1.0)
4
+ jekyll-cloudinary_fetcher (0.1.1)
5
5
  jekyll (~> 3.6)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -41,7 +41,7 @@ make use of Cloudinary's Fetch feature.
41
41
  You can also combine transformations with the Fetch feature to transform your images.
42
42
 
43
43
  ```Liquid
44
- <img src="{% cloudinary_url 'assets/image.png', w:600, q:auto, f:auto %}">
44
+ <img src="{% cloudinary_fetch 'assets/image.png', w:600, q:auto, f:auto %}">
45
45
  ```
46
46
  ```HTML
47
47
  <img src="https://res.cloudinary.com/<cloudinary_cloud_name>/image/fetch/w_600,q_auto,f_auto/<cloudinary_fetch_url>/image.png">
@@ -1,5 +1,6 @@
1
1
  require "jekyll/cloudinary_fetcher/version"
2
2
  require "jekyll"
3
+ require "uri"
3
4
 
4
5
  module Jekyll
5
6
  module CloudinaryFetcher
@@ -48,4 +49,4 @@ module Jekyll
48
49
  end
49
50
  end
50
51
 
51
- Liquid::Template.register_tag("cloudinary_fetch", Jekyll::CloudinaryFetcher)
52
+ Liquid::Template.register_tag("cloudinary_fetch", Jekyll::CloudinaryFetcher::Fetch)
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module CloudinaryFetcher
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-cloudinary_fetcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bedrich