image_optim_pack 0.5.6-amd64-freebsd → 0.5.6.20190728-amd64-freebsd

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: 2729b172cb2e38e359409097675459e5096a9b440f5f3c9cf4441163ed631ba3
4
- data.tar.gz: 4dbd71ee2f4acb04cae14c749a52f6e5e6533f59acdbb1a532b2a45c7886586f
3
+ metadata.gz: ff614a9cee765870847ee502d2886e60f7674809d4e77f6bbd934f4e05e1e909
4
+ data.tar.gz: 56b84ab6a6f72840b4af13ed19e04b1e593a75a23211d1f533f66c9b2325c3fe
5
5
  SHA512:
6
- metadata.gz: e2eb340c0f34e3cb4848890b7fc0f3c75d53231e450e382bbd7fbe7d340528186321e4ee0e44024114446ebbecaa40d99f51fe8fd2fa91f7b234f91bc02f54eb
7
- data.tar.gz: 06264b9f29037f330652d91ff28818da8d52b49999dd50c5ce68d32441edc92ce5b416e1ec0b386d85e388c7ffe91a40ab5b9c74e5bf8ac2a827c1e41a9262d7
6
+ metadata.gz: cc1683e4040e89ade09fd265b2058882a201580bff3d7931ba34280709399a1738b23860b86ba9243bea0a44a36c237bb924afc2ec8d02acf52a8daf6a619cdc
7
+ data.tar.gz: c3ca36d46453a3b1027a2c7e69924e5f41f51831728628223b522e3d7144871d8ce5f10eb19533b1026512212a441aa4c5294bf1cd00f019b96fe11fe34cfeb8
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.6.20190728 (2019-07-28)
6
+
7
+ * pngquant 2.12.5 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.6 (2019-07-18)
6
10
 
7
11
  * Ignore dotfiles alongside libraries when selecting path with compatible binaries [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -13,7 +13,7 @@ LIBPNG_VER := 1.6.37
13
13
  LIBZ_VER := 1.2.11
14
14
  OPTIPNG_VER := 0.7.7
15
15
  PNGCRUSH_VER := 1.8.13
16
- PNGQUANT_VER := 2.12.3
16
+ PNGQUANT_VER := 2.12.5
17
17
 
18
18
  # ====== CHECKSUMS ======
19
19
 
data/checksums.mk CHANGED
@@ -9,4 +9,4 @@ LIBPNG_SHA256 := daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb
9
9
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
10
10
  OPTIPNG_SHA256 := 4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452
11
11
  PNGCRUSH_SHA256 := fed0aaf5c098aa8c7f78c75365cd18d7341417326ecbdba547876b7b4f3df4be
12
- PNGQUANT_SHA256 := 8bb076832a3f1c826393f4be62df8b637dfd6493b13d5839ad697a8a80ccf95b
12
+ PNGQUANT_SHA256 := 3638936cf6270eeeaabcee42e10768d78e4dc07cac9310307835c1f58b140808
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.5.6'
5
+ s.version = '0.5.6.20190728'
6
6
  s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, pngcrush, pngquant}
7
7
  s.homepage = "http://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.5.6
4
+ version: 0.5.6.20190728
5
5
  platform: amd64-freebsd
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-18 00:00:00.000000000 Z
11
+ date: 2019-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -164,7 +164,7 @@ licenses:
164
164
  metadata:
165
165
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
166
166
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
167
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.6
167
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.6.20190728
168
168
  source_code_uri: https://github.com/toy/image_optim_pack
169
169
  post_install_message:
170
170
  rdoc_options: []