jekyll-auto-thumbnails 0.3.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: badab7b855b42b3de129caa9326ef08afde6c93a8f55ed1d0119219e1c9bbe77
4
- data.tar.gz: 28546c56d7afb236c67cc19c676ef9f915130b54d171da9f5849ddc33639c05e
3
+ metadata.gz: 69d56f34b0465c7143f8785a0426c2bac56a268b633b64d901d1365c6baab476
4
+ data.tar.gz: ec8b83991caa1e78aadf337e4ef9ff09c0f480767e6052abe74706e020197a38
5
5
  SHA512:
6
- metadata.gz: 9b2f23d5add0605be6e59565d90ec01ab5a52ecbe7b7f3a174238dceb3ce3933b80e61d0c2f3dd1ff74aed7ee138cc50d5bd62cc175f419cb6ceca626c366dbe
7
- data.tar.gz: 7a1a86829c5929152434dbe08acff487f40fbdfe302e8cee4c4af45a06d697fba99d5682ffdfc5988204bbaa9dd6a451c5723be41655dd61b89d6761de675bb1
6
+ metadata.gz: c280d35426d31fa2b9d062b085f482622a8162127d4ddad31b48d0173698067405dd00f6ab40c422a02b84444278a8b888622a6cf58b2fee6c48573f6e421d4d
7
+ data.tar.gz: b0f71661e914d71dff921f6b802c425a80e3ef7289263aff18686cb61b3299059e8a2733045ee26f9ba2d42aab2e0e26ce0ecb61f5ed3021ee62e61a3432d7b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
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
+
33
+ ## [0.3.3](https://github.com/Texarkanine/jekyll-auto-thumbnails/compare/v0.3.2...v0.3.3) (2025-12-21)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * **gemspec:** Ruby 2.7 was never actually supported ([436104b](https://github.com/Texarkanine/jekyll-auto-thumbnails/commit/436104b50748be919120763c428a9573e6bf490d))
39
+
3
40
  ## [0.3.2](https://github.com/Texarkanine/jekyll-auto-thumbnails/compare/v0.3.1...v0.3.2) (2025-12-20)
4
41
 
5
42
 
@@ -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. Scans rendered HTML, generates thumbnails with intelligent " \
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 = ">= 2.7.0"
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JekyllAutoThumbnails
4
- VERSION = "0.3.2"
4
+ VERSION = "1.0.0"
5
5
  end
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.3.2
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: 2025-12-21 00:00:00.000000000 Z
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. Scans rendered HTML, generates thumbnails with
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: 2.7.0
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.3.27
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: []