jekyll-auto-thumbnails 0.3.3 → 1.0.0
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/CHANGELOG.md +30 -0
- data/jekyll-auto-thumbnails.gemspec +2 -3
- data/lib/jekyll-auto-thumbnails/version.rb +1 -1
- metadata +5 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69d56f34b0465c7143f8785a0426c2bac56a268b633b64d901d1365c6baab476
|
|
4
|
+
data.tar.gz: ec8b83991caa1e78aadf337e4ef9ff09c0f480767e6052abe74706e020197a38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c280d35426d31fa2b9d062b085f482622a8162127d4ddad31b48d0173698067405dd00f6ab40c422a02b84444278a8b888622a6cf58b2fee6c48573f6e421d4d
|
|
7
|
+
data.tar.gz: b0f71661e914d71dff921f6b802c425a80e3ef7289263aff18686cb61b3299059e8a2733045ee26f9ba2d42aab2e0e26ce0ecb61f5ed3021ee62e61a3432d7b0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.0](https://github.com/Texarkanine/jekyll-auto-thumbnails/compare/v0.3.3...v1.0.0) (2026-01-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* standardize config across Jekyll gem repos ([#16](https://github.com/Texarkanine/jekyll-auto-thumbnails/issues/16))
|
|
9
|
+
* Drop ostensible support for Ruby 3.1; only 3.3+ is promised
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* standardize config across Jekyll gem repos ([#16](https://github.com/Texarkanine/jekyll-auto-thumbnails/issues/16)) ([3fa892b](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/3fa892b5a7c292eae2d58db9283acae99ec919dd))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **deps-dev:** bump rubocop from 1.81.7 to 1.82.0 in the dev-deps-minor-patch group ([#12](https://github.com/Texarkanine/jekyll-auto-thumbnails/issues/12)) ([965c63c](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/965c63c3bd20737a81465e52f64f46ab8c2631e2))
|
|
19
|
+
* **deps-dev:** bump rubocop from 1.82.0 to 1.82.1 in the dev-deps-minor-patch group ([#14](https://github.com/Texarkanine/jekyll-auto-thumbnails/issues/14)) ([7cb95c7](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/7cb95c70a6982cd33ea5c76470417d1def5fb48f))
|
|
20
|
+
* **deps-dev:** bump rubocop in the dev-deps-minor-patch group ([7cb95c7](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/7cb95c70a6982cd33ea5c76470417d1def5fb48f))
|
|
21
|
+
* **deps-dev:** bump rubocop in the dev-deps-minor-patch group ([965c63c](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/965c63c3bd20737a81465e52f64f46ab8c2631e2))
|
|
22
|
+
* **deps-dev:** bump rubocop-rspec from 3.8.0 to 3.9.0 in the dev-deps-minor-patch group ([#15](https://github.com/Texarkanine/jekyll-auto-thumbnails/issues/15)) ([65c2acc](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/65c2acc066b3566e24bed6bbbb2a3459f0664d5b))
|
|
23
|
+
* **deps-dev:** bump rubocop-rspec in the dev-deps-minor-patch group ([65c2acc](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/65c2acc066b3566e24bed6bbbb2a3459f0664d5b))
|
|
24
|
+
* **deps:** bump nokogiri from 1.18.10 to 1.19.0 in the production-deps group ([#17](https://github.com/Texarkanine/jekyll-auto-thumbnails/issues/17)) ([c3b213c](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/c3b213c3f96b9b3fd452e3f63feca57f29ebf419))
|
|
25
|
+
* **deps:** bump nokogiri in the production-deps group ([c3b213c](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/c3b213c3f96b9b3fd452e3f63feca57f29ebf419))
|
|
26
|
+
* **docs:** Tighten up gemspec description ([0b4d66e](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/0b4d66eab4bcdeed84ccea75b13245b0e5d99926))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Miscellaneous Chores
|
|
30
|
+
|
|
31
|
+
* standardize config across Jekyll gem repos ([3fa892b](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/3fa892b5a7c292eae2d58db9283acae99ec919dd))
|
|
32
|
+
|
|
3
33
|
## [0.3.3](https://github.com/Texarkanine/jekyll-auto-thumbnails/compare/v0.3.2...v0.3.3) (2025-12-21)
|
|
4
34
|
|
|
5
35
|
|
|
@@ -10,11 +10,10 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Automatic image optimization for Jekyll sites"
|
|
12
12
|
spec.description = "Jekyll plugin that automatically generates and serves optimized image thumbnails " \
|
|
13
|
-
"for faster page loads.
|
|
14
|
-
"caching, and seamlessly replaces img src attributes."
|
|
13
|
+
"for faster page loads."
|
|
15
14
|
spec.homepage = "https://github.com/Texarkanine/jekyll-auto-thumbnails"
|
|
16
15
|
spec.license = "AGPL-3.0-or-later"
|
|
17
|
-
spec.required_ruby_version = ">= 3.
|
|
16
|
+
spec.required_ruby_version = ">= 3.3.0"
|
|
18
17
|
|
|
19
18
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
20
19
|
spec.metadata["source_code_uri"] = "https://github.com/Texarkanine/jekyll-auto-thumbnails"
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-auto-thumbnails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Texarkanine
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: jekyll
|
|
@@ -143,8 +142,7 @@ dependencies:
|
|
|
143
142
|
- !ruby/object:Gem::Version
|
|
144
143
|
version: '3.1'
|
|
145
144
|
description: Jekyll plugin that automatically generates and serves optimized image
|
|
146
|
-
thumbnails for faster page loads.
|
|
147
|
-
intelligent caching, and seamlessly replaces img src attributes.
|
|
145
|
+
thumbnails for faster page loads.
|
|
148
146
|
email:
|
|
149
147
|
- texarkanine@protonmail.com
|
|
150
148
|
executables: []
|
|
@@ -173,7 +171,6 @@ metadata:
|
|
|
173
171
|
source_code_uri: https://github.com/Texarkanine/jekyll-auto-thumbnails
|
|
174
172
|
changelog_uri: https://github.com/Texarkanine/jekyll-auto-thumbnails/blob/main/CHANGELOG.md
|
|
175
173
|
rubygems_mfa_required: 'true'
|
|
176
|
-
post_install_message:
|
|
177
174
|
rdoc_options: []
|
|
178
175
|
require_paths:
|
|
179
176
|
- lib
|
|
@@ -181,15 +178,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
181
178
|
requirements:
|
|
182
179
|
- - ">="
|
|
183
180
|
- !ruby/object:Gem::Version
|
|
184
|
-
version: 3.
|
|
181
|
+
version: 3.3.0
|
|
185
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
183
|
requirements:
|
|
187
184
|
- - ">="
|
|
188
185
|
- !ruby/object:Gem::Version
|
|
189
186
|
version: '0'
|
|
190
187
|
requirements: []
|
|
191
|
-
rubygems_version: 3.
|
|
192
|
-
signing_key:
|
|
188
|
+
rubygems_version: 3.6.9
|
|
193
189
|
specification_version: 4
|
|
194
190
|
summary: Automatic image optimization for Jekyll sites
|
|
195
191
|
test_files: []
|