image_optim_pack 0.11.1.20250108-x86_64-darwin → 0.11.2-x86_64-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: c339803e3afa3559a52470d62642d49bd5be551124bec56a27b1ce0808b7fda1
4
- data.tar.gz: 1433fd347dcf886c47fa9d7f7e66763321830a6c6affb94d184b2fda0d02f101
3
+ metadata.gz: c854f0b2ba3b5c629d07556db757a515e71137c856f77b3677af83a142a2c8e2
4
+ data.tar.gz: 020ef956e86851e43a52459d0b9a5e803c28d0e5ecfb4a50d63fd620a378bbb1
5
5
  SHA512:
6
- metadata.gz: bfe6107b6e7f286f8a64c6d592a7db1c7ea0ee823d49bc7b6957aa95293d80898cc53058f8e6e8ed2e449ab83ae0f2b1f5af659c54f26a70bce7aedd5ea763d5
7
- data.tar.gz: 1c12357dc5fb4e43cbb3566b4121e574d35410a9279e6c278a969431d04853e0dce58968d79aa94f28d3dc08ee4897660d686010901094c7ddea4f63eadd33ac
6
+ metadata.gz: '0890c423120015c8328bc20de06e90f7e7fcbe3d709e577711f4a131f737216a86ba737ec8e26011490d928fc5d5981c89a9daaf87c671b8cdfe75c77d26a40b'
7
+ data.tar.gz: 5fc7cccf3308a59a715bd52ed7d5549641696a8f723619576cf0aee7dad4a79e29f032f6493c2ac18ea1c20096959069509c0d0518c8e2832c17a1a95e37e2d2
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.11.2 (2025-01-31)
6
+
7
+ * Ensure linux binaries built in container have mode `755` instead of `700` [#28](https://github.com/toy/image_optim_pack/issues/28) [#29](https://github.com/toy/image_optim_pack/issues/29) [@toy](https://github.com/toy)
8
+
9
+ ## v0.11.1.20250125 (2025-01-25)
10
+
11
+ * libpng 1.6.46 [@toy](https://github.com/toy)
12
+
5
13
  ## v0.11.1.20250108 (2025-01-08)
6
14
 
7
15
  * libpng 1.6.45 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -10,7 +10,7 @@ JPEGOPTIM_VER := 1.5.5
10
10
  LIBJPEG_VER := 9f
11
11
  LIBLCMS_VER := 2.16
12
12
  LIBMOZJPEG_VER := 4.1.5
13
- LIBPNG_VER := 1.6.45
13
+ LIBPNG_VER := 1.6.46
14
14
  LIBZ_VER := 1.2.11
15
15
  OPTIPNG_VER := 0.7.8
16
16
  OXIPNG_VER := 9.1.3
data/checksums.mk CHANGED
@@ -6,7 +6,7 @@ JPEGOPTIM_SHA256 := 90a309d1c092de358bb411d702281ac3039b489d03adb0bc3c4ef04cf006
6
6
  LIBJPEG_SHA256 := 04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b
7
7
  LIBLCMS_SHA256 := d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51
8
8
  LIBMOZJPEG_SHA256 := 9fcbb7171f6ac383f5b391175d6fb3acde5e64c4c4727274eade84ed0998fcc1
9
- LIBPNG_SHA256 := 7dee9e1ca8152bf52f919456f4190330aee48209887f2ec0b3d9f0ad571df11b
9
+ LIBPNG_SHA256 := c2b8ffb46f48331416e01f9e5c7169c7a2e08ad766b742742644e5fdf192e4a1
10
10
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
11
11
  OPTIPNG_SHA256 := 25a3bd68481f21502ccaa0f4c13f84dcf6b20338e4c4e8c51f2cefbd8513398c
12
12
  OXIPNG_SHA256 := 5f34bc3a9eba661a686106261720061b1136301ccd67cc653c9c70d71fa33c09
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.11.1.20250108'
5
+ s.version = '0.11.2'
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']
data/script/run CHANGED
@@ -116,6 +116,8 @@ container_build() {
116
116
  make $MAKE_TASK
117
117
  "
118
118
 
119
+ chmod 755 vendor/$vm/*
120
+
119
121
  [[ -n "$NO_HALT" ]] || "$container_tool" container stop "$container_name"
120
122
  }
121
123
 
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_optim_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1.20250108
4
+ version: 0.11.2
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Ivan Kuchin
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-08 00:00:00.000000000 Z
10
+ date: 2025-01-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: image_optim
@@ -92,8 +91,6 @@ dependencies:
92
91
  - - "~>"
93
92
  - !ruby/object:Gem::Version
94
93
  version: '2.0'
95
- description:
96
- email:
97
94
  executables: []
98
95
  extensions: []
99
96
  extra_rdoc_files: []
@@ -174,9 +171,8 @@ licenses:
174
171
  metadata:
175
172
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
176
173
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
177
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.11.1.20250108
174
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.11.2
178
175
  source_code_uri: https://github.com/toy/image_optim_pack
179
- post_install_message:
180
176
  rdoc_options: []
181
177
  require_paths:
182
178
  - lib
@@ -191,8 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
187
  - !ruby/object:Gem::Version
192
188
  version: '0'
193
189
  requirements: []
194
- rubygems_version: 3.5.23
195
- signing_key:
190
+ rubygems_version: 3.6.3
196
191
  specification_version: 4
197
192
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
198
193
  jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant'