image_optim_pack 0.9.1.20230814-x86_64-darwin → 0.9.1.20230828-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: 644f620b0fcf5bcd12c66c40893f78f7e0ef88a07e096d986d858435e57dad94
4
- data.tar.gz: 39f0c499f05e02463ee5288643913daf1f396e35e55159885ff4fdd1584f7c8f
3
+ metadata.gz: 8eb20bc7a3d56917cdacfdc3259630dcbce8c909aeef354af7c8ea11815432eb
4
+ data.tar.gz: b72610bccc1f0c9969b59f2646f3e34551581b86d6882c6a7a5428f3367f8121
5
5
  SHA512:
6
- metadata.gz: 4992b5aa77afd86345f0b36f74e879d2eb1e1e88bb5ab00ef613c385945d7fe1961f377904af19359412b2eabb1c4ad083de5abc725d9ecdf484ad97f05dab3b
7
- data.tar.gz: cb0f4b06593c076f4def9b12805f8a8509bddc721017602b15a45c47c85d3872b2788d0ea12d6575d2f750e19c2a5bb03feeb8b1053df9d362fae47cffe21936
6
+ metadata.gz: '07876f6323cfe3f43634e2e3357bde6f82fb22944b8e1dfe771e64c3c829637e74236a15eeecd30b204a9596b3eb1b590f4c533018fdf6ca715ea21b280d21f6'
7
+ data.tar.gz: 5f796a806d629b6b8c0747e1985575a6d345ee72c154061f8da2fb396ad75e910595ea5cb004a0868383186d3aa48f522182beccbee63b98ff4b69b42a2fa9ed
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.9.1.20230828 (2023-08-28)
6
+
7
+ * libmozjpeg 4.1.4 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.9.1.20230814 (2023-08-14)
6
10
 
7
11
  * jpegoptim 1.5.5 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -9,7 +9,7 @@ JPEGARCHIVE_VER := 2.2.0
9
9
  JPEGOPTIM_VER := 1.5.5
10
10
  LIBJPEG_VER := 9e
11
11
  LIBLCMS_VER := 2.15
12
- LIBMOZJPEG_VER := 4.1.3
12
+ LIBMOZJPEG_VER := 4.1.4
13
13
  LIBPNG_VER := 1.6.40
14
14
  LIBZ_VER := 1.2.11
15
15
  OPTIPNG_VER := 0.7.7
data/checksums.mk CHANGED
@@ -5,7 +5,7 @@ JPEGARCHIVE_SHA256 := 3da16a5abbddd925dee0379aa51d9fe0cba33da0b5703be27c13a2dda3
5
5
  JPEGOPTIM_SHA256 := 90a309d1c092de358bb411d702281ac3039b489d03adb0bc3c4ef04cf0067d38
6
6
  LIBJPEG_SHA256 := 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d
7
7
  LIBLCMS_SHA256 := b20cbcbd0f503433be2a4e81462106fa61050a35074dc24a4e356792d971ab39
8
- LIBMOZJPEG_SHA256 := f6ce89f616b30c498d1fb3b0f0940914557d8393a79c9e7aafff72032446bca0
8
+ LIBMOZJPEG_SHA256 := 8a5018dc93c08a49fba3aff8d1a0be0a3e26460e315d1db45abb64402935e0db
9
9
  LIBPNG_SHA256 := 8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183bb42
10
10
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
11
11
  OPTIPNG_SHA256 := 4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.9.1.20230814'
5
+ s.version = '0.9.1.20230828'
6
6
  s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, pngcrush, pngquant}
7
7
  s.homepage = "https://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
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.9.1.20230814
4
+ version: 0.9.1.20230828
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-14 00:00:00.000000000 Z
11
+ date: 2023-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -181,7 +181,7 @@ licenses:
181
181
  metadata:
182
182
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
183
183
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
184
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.9.1.20230814
184
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.9.1.20230828
185
185
  source_code_uri: https://github.com/toy/image_optim_pack
186
186
  post_install_message:
187
187
  rdoc_options: []