image_optim_pack 0.11.0 → 0.11.1
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: 21e4625f02fc1cdef761e5100c7f433ba8d3062a03883b04d650ee6ab7e9bff4
|
|
4
|
+
data.tar.gz: f2e2e3dc2c48ab57e29d5f59170b1b0c8716c78127d98ea8068bfe2d2a950564
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 056c361fec8574f5c000b9232f0dd0d5ca6c58a052756e119d28b59bf70d39f61d79a92f22f736736253a0ed1a10600424fa2b02ee0e69b993f5b79e9866e175
|
|
7
|
+
data.tar.gz: b9b1795c31e925729a08bab275a70a7c6f2a1b958d26a7d84c5d08405c61483aa87945e69f2e0fa12a182082b1a9f962d6dd530f4dba148812ed6ee92586dfa5
|
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: ruby
|
|
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
|
|
@@ -188,7 +188,7 @@ licenses:
|
|
|
188
188
|
metadata:
|
|
189
189
|
bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
|
|
190
190
|
changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
|
|
191
|
-
documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.11.
|
|
191
|
+
documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.11.1
|
|
192
192
|
source_code_uri: https://github.com/toy/image_optim_pack
|
|
193
193
|
post_install_message:
|
|
194
194
|
rdoc_options: []
|
|
@@ -209,7 +209,7 @@ rubygems_version: 3.5.5
|
|
|
209
209
|
signing_key:
|
|
210
210
|
specification_version: 4
|
|
211
211
|
summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
|
|
212
|
-
jpegoptim, jpegtran, optipng, pngcrush, pngquant'
|
|
212
|
+
jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant'
|
|
213
213
|
test_files:
|
|
214
214
|
- spec/image_optim/pack_spec.rb
|
|
215
215
|
- spec/image_optim_spec.rb
|