image_optim_pack 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4aeb3327da2bf2446fad8790ea79ee754ab4c208a05054bdae424b824dac67dd
4
- data.tar.gz: e44610a21dbd9bc1a3bc92874e5558834f8ef501d12ff6ad3aaca93e8b39572c
3
+ metadata.gz: 21e4625f02fc1cdef761e5100c7f433ba8d3062a03883b04d650ee6ab7e9bff4
4
+ data.tar.gz: f2e2e3dc2c48ab57e29d5f59170b1b0c8716c78127d98ea8068bfe2d2a950564
5
5
  SHA512:
6
- metadata.gz: 5459bf06cf7dd660bbfd53345979125f6923ba2bfdcc93c000cc77cea4c79db47d4d452146f518c6fd1ce459e3921837e0b7fe9235a8e37b1597aaed567f12c7
7
- data.tar.gz: 9a22639a86e786d972c04b299f1b6e8589bc7c3292387c88917a7c2b8e1ea766db946b0ad2504646c307e5f3889ce2715b04ad337597613850e108a5784d2a2f
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)
@@ -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.0'
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
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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.0
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-05 00:00:00.000000000 Z
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.0
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