image_optim_pack 0.5.6 → 0.5.6.20190728

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: 8edef5d311259633c5b03a562ebaac08012d22aff73a6e8807669be4100f645e
4
- data.tar.gz: 6d3108c1d248beab0ac15277342904f34f237acf9cac9a00c8d85dc63d63082f
3
+ metadata.gz: 1cdbe57d39d85263a21d427e930f45bdc3abe5bdbf36871597b5ba5b8f93ce97
4
+ data.tar.gz: dc14365a58dd2a807cb8b8d983e2ab8b0964f3b50d469678c813bba326caa316
5
5
  SHA512:
6
- metadata.gz: e3f9d22f747fe3b9f44146b1599344d3086df7627e81608d28f3d2c8fe4a0c03566e5547e2f27b91f593a305acface0ceb1171ebe3733ed12e7dbe24a4f3884e
7
- data.tar.gz: 83ec0d89034f15f5b1e8dd14f00f9c84eb2288176e99d154f06ab0b60565d82dc9421743df35bdef96a7574284ddc3c84d6702d84f3e0a80e3f0a84505f70c90
6
+ metadata.gz: 8b832084e8d2bf16b68551200d7b71df34773233698e43b3840ca451fafd7f8bdedc27e077f37b12a7123469999a478ee4c775bf7b1263000bef317591aa0209
7
+ data.tar.gz: fee29dd7f2a1261f9d1f223d7fd372921b1266b22d1e394a9bd591a2a5a94049241b7e5934cae23f69aecc5e3a1c1fa672ec2286ae7f8284ab9be3fc32a06695
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
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.5.6
4
+ version: 0.5.6.20190728
5
5
  platform: ruby
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
@@ -249,7 +249,7 @@ licenses:
249
249
  metadata:
250
250
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
251
251
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
252
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.6
252
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.6.20190728
253
253
  source_code_uri: https://github.com/toy/image_optim_pack
254
254
  post_install_message:
255
255
  rdoc_options: []