jekyll-imgflow 0.1.9 → 0.1.10

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: 031d0986b4c5e0b451cc3d404eb7bc251e5ee61791fa19a9ae71ad5dc2a2e46b
4
- data.tar.gz: 658faf7858443964c239ebbab8a343e51430c1c5043cf6e413c3c2463d4b68a8
3
+ metadata.gz: 94373ec599b8e291a5a76cb072d27db634329d5a2c345a42d2bbade48860a143
4
+ data.tar.gz: 45c949cf624fafb3c290898ccca514677d1b336514fb8cb06dc9009a0936faac
5
5
  SHA512:
6
- metadata.gz: 349afebeceaea49781508b0156177cc07eb1cf0d440ef3fe9754cfec279428b76d9ca2716b991744d66523c16a42102c8a31055864612bcb921b313a69d0c900
7
- data.tar.gz: aef1c22691523d287e2aebb7c4e12f8247f7e2cb9b9999ee0368373141c3eddb88c02c96198bf97364a8e04565d09063f447c33d2cdc89af3b5826f40bedcc15
6
+ metadata.gz: 3715974b3af0d82d439e1b96a0d80650ae360a142c61898845b1ed6dda1a6fdbc53a6648f2ca6150df82d40d1a7f123bd4a84524657947638cf1a076df45a3c0
7
+ data.tar.gz: 1eeed12f791b156bfc87e4a3479845cae4e975a4067ebe9530f6cc87e6b1f3e23a48ddb7b27e892bbb3441bcfd1be83aed0bc998438ecf647be5dfc345d8ae1a
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # ImgFlow
2
2
 
3
+ ![Jekyll ImgFlow](docs/assets/images/jekyll-imgflow-logo.png)
4
+
3
5
  A [Jekyll](https://jekyllrb.com/) plugin for automatic image optimization with multiple providers and formats.
4
6
 
5
7
  [![DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/gundestrup/jekyll-imgflow)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JekyllImgFlow
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.10"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-imgflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Svend Gundestrup
@@ -242,6 +242,7 @@ licenses:
242
242
  - AGPL-3.0-or-later
243
243
  metadata:
244
244
  rubygems_mfa_required: 'true'
245
+ icon_uri: https://raw.githubusercontent.com/gundestrup/jekyll-imgflow/v0.1.10/docs/assets/images/jekyll-imgflow-icon.png
245
246
  rdoc_options: []
246
247
  require_paths:
247
248
  - lib