image_optim_pack 0.12.1.20250629-arm64-darwin → 0.12.1.20250921-arm64-darwin

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: 4466b0a3fc9071bbb4140435352984d6496cb657f9e6e19234086581ff8fe35a
4
- data.tar.gz: 838d9245c33b2d5e3cf5171b85b2530108b16fe786a0656228b76db85375158d
3
+ metadata.gz: 7dd2998ec46247b3e546cd747a186a10b1407ea229f97c6cd176fbe771f977d8
4
+ data.tar.gz: fed20a118a19165790fd9d54413c0dd1278f58f656d99715175cc6d91d93ec74
5
5
  SHA512:
6
- metadata.gz: f92305f8e8235b686b38ec0bc0592ee075cc8794d97a4c5a32253342e562270b54e840b59a9faee65c9bf494e31dd103afd737a235ba0e2fa8406fd24ce84dec
7
- data.tar.gz: 3e8add6e56a45db9b99fbf6fdf504748de71d391217a931e8a59b5e1f905ba1b72fb947392e1e73a9caf78e094405b2d372f70af64517180d3ca112fb00b6edc
6
+ metadata.gz: 1a16f86b71cebb0c5d1f1bb9cc3a82e4aad1a92d3d5a9fdb4ed8fffb91ef69899b13481f99c2e5938681d18b6c76668ab8261a7afa4562d13c43c0171b9d1ddd
7
+ data.tar.gz: 5f2f421c26816e81a02a5f10951b4b60269fca6a78f058055b267fc77a52103d54cab9838272cd64c5eed8ecda723f4fff4674da63a684b18c8c6f3951154baa
@@ -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,14 @@
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
+
9
+ ## v0.12.1.20250704 (2025-07-04)
10
+
11
+ * libpng 1.6.50 [@toy](https://github.com/toy)
12
+
5
13
  ## v0.12.1.20250629 (2025-06-29)
6
14
 
7
15
  * libpng 1.6.49 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -6,11 +6,11 @@ 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
13
- LIBPNG_VER := 1.6.49
13
+ LIBPNG_VER := 1.6.50
14
14
  LIBZ_VER := 1.2.11
15
15
  OPTIPNG_VER := 7.9.1
16
16
  OXIPNG_VER := 9.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,11 +2,11 @@ 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
9
- LIBPNG_SHA256 := d173dada6181ef1638bcdb9526dd46a0f5eee08e3be9615e628ae54f888f17f9
9
+ LIBPNG_SHA256 := 708f4398f996325819936d447f982e0db90b6b8212b7507e7672ea232210949a
10
10
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
11
11
  OPTIPNG_SHA256 := c2579be58c2c66dae9d63154edcb3d427fef64cb00ec0aff079c9d156ec46f29
12
12
  OXIPNG_SHA256 := 8f99d5c67efa2a7550023bf610b90e65d421375c9ed7f37097f83ae5c05f85bd
@@ -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.20250629'
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
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.20250629
4
+ version: 0.12.1.20250921
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Ivan Kuchin
@@ -173,7 +173,7 @@ licenses:
173
173
  metadata:
174
174
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
175
175
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
176
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1.20250629
176
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1.20250921
177
177
  source_code_uri: https://github.com/toy/image_optim_pack
178
178
  rdoc_options: []
179
179
  require_paths:
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  - !ruby/object:Gem::Version
190
190
  version: '0'
191
191
  requirements: []
192
- rubygems_version: 3.6.8
192
+ rubygems_version: 3.7.2
193
193
  specification_version: 4
194
194
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
195
195
  jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant'