image_optim_pack 0.9.1.20230622-x86_64-darwin → 0.9.1.20230625-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: f0660054414bb53029d461361baad7aadc5ad8ebdb69e1bf250157be2f895220
4
- data.tar.gz: 3d64420dcc189a8de3959eff47cac33956462d3189b35186cc13d499e1ee2bdc
3
+ metadata.gz: 26b4800dca03e8e22c53f48d53eec5ab384fa476629d107e4231a7f0d50b5ca0
4
+ data.tar.gz: 8e70a05e53f6660b57618b8165fe5a4c25234565fb931ee2bdc64d8a433fc0f0
5
5
  SHA512:
6
- metadata.gz: c315aa18d19009016a6f34a8951e625a4719bc5d9276a3f08716e1eddaf8ebacb683a6660e7557f121becf6b60bc5dd45c1ceb015582e9ae46217458784a0d7d
7
- data.tar.gz: bf3152bc56603d38da6739d6fe154d6adc7401160fdd23d1e62b0f6de5ab9f7d62919444b876419cc0a0410226a5d77aa94bf590b359c635be3628c38da31476
6
+ metadata.gz: 4bc6e1283effc45356eeca52f2d188a1900203a06191559fd47d85f4495fdd104a777dc211c68e963f1212e0b3fec4ddab8aa4442aee38c4c02f660ed7a65c75
7
+ data.tar.gz: a98169d38a808d7fd9863f5b2365ddb68d4307bc2276cf5184b1449d2a05affda9150f7a78f76b06a669e80a48cf92eed224ba8172c57edaa943198d24517884
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.9.1.20230625 (2023-06-25)
6
+
7
+ * gifsicle 1.94 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.9.1.20230622 (2023-06-22)
6
10
 
7
11
  * libpng 1.6.40 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -3,7 +3,7 @@ all :
3
3
  # ====== VERSIONS ======
4
4
 
5
5
  ADVANCECOMP_VER := 2.5
6
- GIFSICLE_VER := 1.93
6
+ GIFSICLE_VER := 1.94
7
7
  JHEAD_VER := 3.04
8
8
  JPEGARCHIVE_VER := 2.2.0
9
9
  JPEGOPTIM_VER := 1.5.4
data/checksums.mk CHANGED
@@ -1,5 +1,5 @@
1
1
  ADVANCECOMP_SHA256 := 90b8ecad387b4770658e85be850b22318ee9e375cbad85ad25c8519d93317c07
2
- GIFSICLE_SHA256 := 92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943447
2
+ GIFSICLE_SHA256 := 4bc97005c0789620de75f89997d3c2f70758c72c61aa0a2ef04f7a671a2ff89b
3
3
  JHEAD_SHA256 := ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9
4
4
  JPEGARCHIVE_SHA256 := 3da16a5abbddd925dee0379aa51d9fe0cba33da0b5703be27c13a2dda3d7ed75
5
5
  JPEGOPTIM_SHA256 := 8fc7537f722d533ea8b45966ab80c83e3342d088d5a690fdadfb05b7c9cba47f
@@ -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.20230622'
5
+ s.version = '0.9.1.20230625'
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.20230622
4
+ version: 0.9.1.20230625
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-06-22 00:00:00.000000000 Z
11
+ date: 2023-06-24 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.20230622
184
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.9.1.20230625
185
185
  source_code_uri: https://github.com/toy/image_optim_pack
186
186
  post_install_message:
187
187
  rdoc_options: []