image_optim_pack 0.12.1.20250704 → 0.12.1.20250921

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: 9d0c4a236f36881c701731d14ec5a0327c19c225d725fc12989a3bbcdb2bd334
4
- data.tar.gz: 62a1ab38c53875c86b2cd573e55a74de463e47eab75dd887ef1c469625a69f39
3
+ metadata.gz: 34df4928cfd4b7bc021ffba6f79174ef041fa60e2cd58bf6ca82c9c4de5aba66
4
+ data.tar.gz: 5db6010aaea09aae98d782339dde2494ea66ca4debc9c39e31083943515f80c6
5
5
  SHA512:
6
- metadata.gz: bdfcf2332011e3a22afc3e770540dd8b9f843636ef7fd3f9aa98d82f95faa257f33861be2b5cd8cc293beecd84ae655e2247276911e52bc8186e434b254dea14
7
- data.tar.gz: 6ef5b7315399eb9c3518167dc8d95e5738d6d88b0cfed8479a179cfde27d714911e3fcc8e398b16933f454e0bffb655eb851448e7952806433ac7978ff65fcc5
6
+ metadata.gz: 2a8d985d1b1807be63661e56d31828d82535e06e337fbf51b35d5f3952059c58dcb63591e889e72bb80c7d54055b5ffb20b981634402b7fc40b9a2086bc39ee8
7
+ data.tar.gz: ceec4746148581338fd0a6ee9601de568bbc399ec78e66552d5f17a770d6a8b922287692b6b975e7f597f82a0315b0210adc0b233847de41dbd7e73428945868
@@ -6,7 +6,7 @@ jobs:
6
6
  build-on-linux:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - uses: actions/checkout@v4
9
+ - uses: actions/checkout@v5
10
10
  - run: uname -m
11
11
  - run: sudo apt-get install -y chrpath
12
12
  - run: rustup target list --installed
@@ -20,7 +20,7 @@ jobs:
20
20
  build-on-darwin-x86_64:
21
21
  runs-on: macos-13
22
22
  steps:
23
- - uses: actions/checkout@v4
23
+ - uses: actions/checkout@v5
24
24
  - run: uname -m
25
25
  - run: rustup target add aarch64-apple-darwin
26
26
  - run: make download download-dependencies
@@ -34,7 +34,7 @@ jobs:
34
34
  build-on-darwin-arm64:
35
35
  runs-on: macos-14
36
36
  steps:
37
- - uses: actions/checkout@v4
37
+ - uses: actions/checkout@v5
38
38
  - run: uname -m
39
39
  - run: rustup target add x86_64-apple-darwin
40
40
  - run: make download download-dependencies
@@ -24,7 +24,7 @@ jobs:
24
24
  - jruby-10.0
25
25
  fail-fast: false
26
26
  steps:
27
- - uses: actions/checkout@v4
27
+ - uses: actions/checkout@v5
28
28
  - uses: ruby/setup-ruby@v1
29
29
  with:
30
30
  ruby-version: "${{ matrix.ruby }}"
@@ -13,7 +13,7 @@ jobs:
13
13
  - DOCKER_FILE=Dockerfile.debian DOCKER_TAG_SUFFIX=-debian
14
14
  fail-fast: false
15
15
  steps:
16
- - uses: actions/checkout@v4
16
+ - uses: actions/checkout@v5
17
17
  - uses: docker/login-action@v3
18
18
  with:
19
19
  registry: ghcr.io
@@ -14,7 +14,7 @@ jobs:
14
14
  livecheck:
15
15
  runs-on: ubuntu-latest
16
16
  steps:
17
- - uses: actions/checkout@v4
17
+ - uses: actions/checkout@v5
18
18
  - uses: ruby/setup-ruby@v1
19
19
  with:
20
20
  ruby-version: '3'
@@ -8,7 +8,7 @@ jobs:
8
8
  rubocop:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
- - uses: actions/checkout@v4
11
+ - uses: actions/checkout@v5
12
12
  - uses: ruby/setup-ruby@v1
13
13
  with:
14
14
  ruby-version: '3'
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.12.1.20250921 (2025-09-21)
6
+
7
+ * jpegoptim 1.5.6 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.12.1.20250704 (2025-07-04)
6
10
 
7
11
  * libpng 1.6.50 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -6,7 +6,7 @@ ADVANCECOMP_VER := 2.6
6
6
  GIFSICLE_VER := 1.96
7
7
  JHEAD_VER := 3.04
8
8
  JPEGARCHIVE_VER := 2.2.0
9
- JPEGOPTIM_VER := 1.5.5
9
+ JPEGOPTIM_VER := 1.5.6
10
10
  LIBJPEG_VER := 9f
11
11
  LIBLCMS_VER := 2.17
12
12
  LIBMOZJPEG_VER := 4.1.5
@@ -467,7 +467,7 @@ endif
467
467
 
468
468
  ## libmozjpeg
469
469
  $(LIBMOZJPEG_TARGET) :
470
- cd $(DIR) && cmake -DPNG_SUPPORTED=0 .
470
+ cd $(DIR) && cmake -DPNG_SUPPORTED=0 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .
471
471
  cd $(DIR) && $(MAKE) jpeg-static
472
472
 
473
473
  ## libpng
data/README.markdown CHANGED
@@ -4,7 +4,6 @@
4
4
  [![Docker build](https://img.shields.io/github/actions/workflow/status/toy/image_optim_pack/docker-build.yml?label=docker+build&logo=docker)](https://github.com/toy/image_optim_pack/actions/workflows/docker-build.yml)
5
5
  [![Livecheck](https://img.shields.io/github/actions/workflow/status/toy/image_optim_pack/livecheck.yml?label=livecheck&logo=github)](https://github.com/toy/image_optim_pack/actions/workflows/livecheck.yml)
6
6
  [![Build](https://img.shields.io/github/actions/workflow/status/toy/image_optim_pack/build.yml?label=build&logo=github)](https://github.com/toy/image_optim_pack/actions/workflows/build.yml)
7
- [![Code Climate](https://img.shields.io/codeclimate/maintainability/toy/image_optim_pack?logo=codeclimate)](https://codeclimate.com/github/toy/image_optim_pack)
8
7
  [![Depfu](https://img.shields.io/depfu/toy/image_optim_pack)](https://depfu.com/github/toy/image_optim_pack)
9
8
  [![Inch CI](https://inch-ci.org/github/toy/image_optim_pack.svg?branch=master)](https://inch-ci.org/github/toy/image_optim_pack)
10
9
 
data/checksums.mk CHANGED
@@ -2,7 +2,7 @@ ADVANCECOMP_SHA256 := b07d77735540409771cbe1b6df165b5151c11bb9c3d8f01290be0ec88e
2
2
  GIFSICLE_SHA256 := fd23d279681a6dfe3c15264e33f344045b3ba473da4d19f49e67a50994b077fb
3
3
  JHEAD_SHA256 := ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9
4
4
  JPEGARCHIVE_SHA256 := 3da16a5abbddd925dee0379aa51d9fe0cba33da0b5703be27c13a2dda3d7ed75
5
- JPEGOPTIM_SHA256 := 90a309d1c092de358bb411d702281ac3039b489d03adb0bc3c4ef04cf0067d38
5
+ JPEGOPTIM_SHA256 := 661a808dfffa933d78c6beb47a2937d572b9f03e94cbaaab3d4c0d72f410e9be
6
6
  LIBJPEG_SHA256 := 04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b
7
7
  LIBLCMS_SHA256 := d11af569e42a1baa1650d20ad61d12e41af4fead4aa7964a01f93b08b53ab074
8
8
  LIBMOZJPEG_SHA256 := 9fcbb7171f6ac383f5b391175d6fb3acde5e64c4c4727274eade84ed0998fcc1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.12.1.20250704'
5
+ s.version = '0.12.1.20250921'
6
6
  s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant}
7
7
  s.homepage = "https://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_optim_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1.20250704
4
+ version: 0.12.1.20250921
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
@@ -203,7 +203,7 @@ licenses:
203
203
  metadata:
204
204
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
205
205
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
206
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1.20250704
206
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1.20250921
207
207
  source_code_uri: https://github.com/toy/image_optim_pack
208
208
  rdoc_options: []
209
209
  require_paths:
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  - !ruby/object:Gem::Version
220
220
  version: '0'
221
221
  requirements: []
222
- rubygems_version: 3.6.8
222
+ rubygems_version: 3.7.2
223
223
  specification_version: 4
224
224
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
225
225
  jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant'