jekyll-cloudinary 1.12.3 β†’ 1.12.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8228598a5bc183237e10c467353f00470dc6ce61600c7f7fd5d18ee9dce525a7
4
- data.tar.gz: d26f55eb89a57bc1c63b7bcb310d48311749bda1cabd508a4163543cf49558ea
3
+ metadata.gz: 13f55c75d3b925ceb90651cf0250d62dbafaa0e01b7ff1da258a0adb59c24512
4
+ data.tar.gz: 4fa65e31cefffb7b5b1ad6a38bff5bfb6940eea675fe81a2301c5a44046551e1
5
5
  SHA512:
6
- metadata.gz: 267ea8c021df26cb8ba9ffe32008fde9ac3726c2b4863e1c4ec2da3d686d10f0245196a2c85ac5b08e7d1d289c47b0fa2f8899221a1fcd3e0879c71846446267
7
- data.tar.gz: d0be90ddca6c7e4ca32f77e1a835b65c9254dc5a3c7ccb3ccf69f93a139aab0494dd7545ce50039cd5033ddc5e6275fa40c755183c423cb21630ee7e241c6c79
6
+ metadata.gz: 8a7d050f8bcd84646b6c75900a226acec62ca31f6c5302f1a20f6ea3ed68fbfee7d99a1c5906990485f1d2654fb95d23f5aa121af0bde42889be7aa7d84bbb0f
7
+ data.tar.gz: 475b1bb4450754935381c85e1b24d4160322ceae78945558db3f5d2f452e7e95004d35f7fed15028ef8c88a306d0a72f2a21c18b48a7c2b0e16ac57783b93378
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## [v1.12.4](https://github.com/nhoizey/jekyll-cloudinary/releases/tag/v1.12.4)
4
+
5
+ Improving gem summary and description to help people find it. There was no mention of "plugin" in it… πŸ€”
6
+
3
7
  ## [v1.12.3](https://github.com/nhoizey/jekyll-cloudinary/releases/tag/v1.12.3)
4
8
 
5
9
  Strings are now immutable by default, be careful. ([ca68ba7](https://github.com/nhoizey/jekyll-cloudinary/commit/ca68ba7743b69983836b993761d1004494197795))
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Cloudinary
5
- VERSION = "1.12.3"
5
+ VERSION = "1.12.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-cloudinary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.3
4
+ version: 1.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Hoizey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-02 00:00:00.000000000 Z
11
+ date: 2018-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastimage
@@ -80,7 +80,10 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: 0.55.0
83
- description: " Liquid tag to use Cloudinary for optimized responsive posts images.\n"
83
+ description: |2
84
+ This Jekyll plugin adds a Liquid tag that helps using Cloudinary, a SaaS solution for images management and transformation.
85
+
86
+ It helps using responsive images (picture, srcset, etc.) to optimize performance of websites.
84
87
  email:
85
88
  - nicolas@hoizey.com
86
89
  executables: []
@@ -118,5 +121,5 @@ rubyforge_project:
118
121
  rubygems_version: 2.7.4
119
122
  signing_key:
120
123
  specification_version: 4
121
- summary: Liquid tag for Jekyll with Cloudinary
124
+ summary: Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images
122
125
  test_files: []