image_optim_pack 0.11.0-x86_64-linux → 0.11.1-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 +2 -2
- data/script/run +1 -2
- data/vendor/linux-x86_64/advpng +0 -0
- data/vendor/linux-x86_64/gifsicle +0 -0
- data/vendor/linux-x86_64/jhead +0 -0
- data/vendor/linux-x86_64/jpeg-recompress +0 -0
- data/vendor/linux-x86_64/jpegoptim +0 -0
- data/vendor/linux-x86_64/jpegtran +0 -0
- data/vendor/linux-x86_64/libjpeg.so +0 -0
- data/vendor/linux-x86_64/liblcms2.so +0 -0
- data/vendor/linux-x86_64/libpng.so +0 -0
- data/vendor/linux-x86_64/libz.so +0 -0
- data/vendor/linux-x86_64/optipng +0 -0
- data/vendor/linux-x86_64/oxipng +0 -0
- data/vendor/linux-x86_64/pngcrush +0 -0
- data/vendor/linux-x86_64/pngquant +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc54acc7ac5af9748c1348d38abf901d2e5dc56c4ddd6faca878f15e010c7707
|
4
|
+
data.tar.gz: 7f0df7c069c7ecaf6f14d46a780a9af5a719485f54c1b5c275f8ce7e6e320b12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b553c618cd4f0bfa809d74a6a5a546e03c787bc4ed2a06a118be8e007b652cbcfb0caee157667da0c93949fe4400e0ef07a43a33a40f1e2bec9fdd97f8655bc1
|
7
|
+
data.tar.gz: b25f4063070059355a192fbd4630d45b1166252527bf37aac9e7d0b1a58d5b745522cd853171fe22c48222ef6108c62a816256db83b7cd8b11e96b182bbad01a
|
data/CHANGELOG.markdown
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
## unreleased
|
4
4
|
|
5
|
+
## v0.11.1 (2024-05-09)
|
6
|
+
|
7
|
+
* Use oldest maintained debian buster instead of newest bookworm for building linux binaries [@toy](https://github.com/toy)
|
8
|
+
|
5
9
|
## v0.11.0 (2024-05-05)
|
6
10
|
|
7
11
|
* Use container instead of vagrant to build linux binaries [@toy](https://github.com/toy)
|
data/image_optim_pack.gemspec
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'image_optim_pack'
|
5
|
-
s.version = '0.11.
|
6
|
-
s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, pngcrush, pngquant}
|
5
|
+
s.version = '0.11.1'
|
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']
|
9
9
|
s.license = 'MIT'
|
data/script/run
CHANGED
@@ -77,7 +77,6 @@ container_build() {
|
|
77
77
|
|
78
78
|
"$container_tool" \
|
79
79
|
container create \
|
80
|
-
--quiet \
|
81
80
|
--name="$container_name" \
|
82
81
|
--stop-signal SIGHUP \
|
83
82
|
-it \
|
@@ -120,4 +119,4 @@ container_build() {
|
|
120
119
|
[[ -n "$NO_HALT" ]] || "$container_tool" container stop "$container_name"
|
121
120
|
}
|
122
121
|
|
123
|
-
container_build linux-x86_64 rust:slim
|
122
|
+
container_build linux-x86_64 rust:slim-buster
|
data/vendor/linux-x86_64/advpng
CHANGED
Binary file
|
Binary file
|
data/vendor/linux-x86_64/jhead
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/linux-x86_64/libz.so
CHANGED
Binary file
|
data/vendor/linux-x86_64/optipng
CHANGED
Binary file
|
data/vendor/linux-x86_64/oxipng
CHANGED
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.1
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Ivan Kuchin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: image_optim
|
@@ -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.11.
|
176
|
+
documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.11.1
|
177
177
|
source_code_uri: https://github.com/toy/image_optim_pack
|
178
178
|
post_install_message:
|
179
179
|
rdoc_options: []
|
@@ -194,7 +194,7 @@ rubygems_version: 3.5.5
|
|
194
194
|
signing_key:
|
195
195
|
specification_version: 4
|
196
196
|
summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
|
197
|
-
jpegoptim, jpegtran, optipng, pngcrush, pngquant'
|
197
|
+
jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant'
|
198
198
|
test_files:
|
199
199
|
- spec/image_optim/pack_spec.rb
|
200
200
|
- spec/image_optim_spec.rb
|