image_optim_pack 0.9.1.20221226 → 0.9.1.20230107

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: b5c349f53b992f7cf46b089e01054775d19c3189a6cd6b12ce90d1b35d7b6d4d
4
- data.tar.gz: dabb06d56bc3e866b2d7ae1a71f10f5627b1d0a495d77abf5f880b91feed68de
3
+ metadata.gz: 25bcdccce34a4d104deecb34a117039a080513891f3e13361490fdc31c1400be
4
+ data.tar.gz: ba22f2f283a6f66451752aed3e4542658e7bc206425432fbecaaf9a5788b240c
5
5
  SHA512:
6
- metadata.gz: d9bb6db5eb2fe222f3c0df6b0b138db0f4743b86e0f550d42c2da10a94e505d2650ca9bf6a2d5b58c879599f6f3ea974754d63db3ea28f88a0455397095cf8dd
7
- data.tar.gz: 7cc82173b52d9f5d957ffe618e5901971806e93f96a3bcb9be4af431a85d82f107fcd293c88d86b39efacb1df10267ef5884f964be80aeba53f0696e38112791
6
+ metadata.gz: 1f49f6041e23e9333c22a24ec4c17d0f9d469580d612bf4900c4e24468d14e317aace6151ebeaade2d4470469e9e9f432f4779eb24d73da5e7574b11494c3671
7
+ data.tar.gz: 7790696ebb52ea367f5131c602c8e980381f6f7af45e75bd96781c951989bff862203c8d4eaf2ed0e3519e05bc04b129e7332e229b21ea628c3c1a5354f51cdd
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.9.1.20230107 (2023-01-07)
6
+
7
+ * jpegoptim 1.5.1 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.9.1.20221226 (2022-12-26)
6
10
 
7
11
  * oxipng 8.0.0 [@toy](https://github.com/toy)
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014-2022 Ivan Kuchin
1
+ Copyright (c) 2014-2023 Ivan Kuchin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/Makefile CHANGED
@@ -6,7 +6,7 @@ ADVANCECOMP_VER := 2.4
6
6
  GIFSICLE_VER := 1.93
7
7
  JHEAD_VER := 3.04
8
8
  JPEGARCHIVE_VER := 2.2.0
9
- JPEGOPTIM_VER := 1.5.0
9
+ JPEGOPTIM_VER := 1.5.1
10
10
  LIBJPEG_VER := 9e
11
11
  LIBLCMS_VER := 2.14
12
12
  LIBMOZJPEG_VER := 4.1.1
data/README.markdown CHANGED
@@ -119,4 +119,4 @@ make docker-push # will push tags created by docker-build
119
119
 
120
120
  ## Copyright
121
121
 
122
- Copyright (c) 2014-2022 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
122
+ Copyright (c) 2014-2023 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
data/checksums.mk CHANGED
@@ -2,7 +2,7 @@ ADVANCECOMP_SHA256 := 911133b8bdebd43aa86379e19584112b092459304401a56066e964207d
2
2
  GIFSICLE_SHA256 := 92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943447
3
3
  JHEAD_SHA256 := ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9
4
4
  JPEGARCHIVE_SHA256 := 3da16a5abbddd925dee0379aa51d9fe0cba33da0b5703be27c13a2dda3d7ed75
5
- JPEGOPTIM_SHA256 := 67b0feba73fd72f0bd383f25bf84149a73378d34c0c25bc0b9b25b0264d85824
5
+ JPEGOPTIM_SHA256 := 07c71dc83802f84227b2dc2cb50fbd154b0a8a270538342163cd1a9b27def22c
6
6
  LIBJPEG_SHA256 := 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d
7
7
  LIBLCMS_SHA256 := 28474ea6f6591c4d4cee972123587001a4e6e353412a41b3e9e82219818d5740
8
8
  LIBMOZJPEG_SHA256 := 66b1b8d6b55d263f35f27f55acaaa3234df2a401232de99b6d099e2bb0a9d196
@@ -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.20221226'
5
+ s.version = '0.9.1.20230107'
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']
data/script/livecheck CHANGED
@@ -152,7 +152,7 @@ class Livecheck
152
152
  def write(path, data)
153
153
  path.temp_file(path.dirname) do |io|
154
154
  io.write data
155
- mode = path.exist? ? path.stat.mode : (0o777 & ~File.umask)
155
+ mode = path.exist? ? path.stat.mode : (~File.umask & 0o777)
156
156
  io.path.rename(path)
157
157
  path.chmod(mode)
158
158
  end
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.9.1.20221226
4
+ version: 0.9.1.20230107
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-26 00:00:00.000000000 Z
11
+ date: 2023-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -211,7 +211,7 @@ licenses:
211
211
  metadata:
212
212
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
213
213
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
214
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.9.1.20221226
214
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.9.1.20230107
215
215
  source_code_uri: https://github.com/toy/image_optim_pack
216
216
  post_install_message:
217
217
  rdoc_options: []