image_optim_pack 0.11.1.20250125-x86_64-linux → 0.11.2-x86_64-linux
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.markdown +4 -0
- data/image_optim_pack.gemspec +1 -1
- data/script/run +2 -0
- metadata +4 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 345891ab42de314de50da7153623b0fad3ef60666acd00e81e0d4b89ba23f158
|
4
|
+
data.tar.gz: '096e0384fe38d0d791a48fd6485fe07d983e894d53b683da621fd213cac84324'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24c590ad9a6b7e21d081dd0909513d2c5a2a1fa728f55ec9ebf09e15435e1b89695bf954053ad3f28fc9b6b643e105fe84e65f33d3e026098b942529f3569f12
|
7
|
+
data.tar.gz: 4905882838bfa1d7d871c76457ab38f634a2f48d3590bfccec76d7df0842497fd2daa00a9bd824112f5010fa56ca6437f8aca94d8763f921d46acf940df2daea
|
data/CHANGELOG.markdown
CHANGED
@@ -2,6 +2,10 @@
|
|
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
|
+
|
5
9
|
## v0.11.1.20250125 (2025-01-25)
|
6
10
|
|
7
11
|
* libpng 1.6.46 [@toy](https://github.com/toy)
|
data/image_optim_pack.gemspec
CHANGED
@@ -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.
|
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
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.
|
4
|
+
version: 0.11.2
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Ivan Kuchin
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
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.
|
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.
|
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'
|