image_optim_pack 0.5.0.20180419-x86-darwin → 0.5.0.20180605-x86-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: b38b3e823745f3bf5684c68704998393bf46ae82ea56c95808c02773e2870f1a
4
- data.tar.gz: 1276d1b391dc242336cf3d9e7297307bf1eecb2f64f2ab22139dc809ddaad0bc
3
+ metadata.gz: 3b97a6e65c6cac764d26acb2ef65f1d4764647723d713962a983f96105d405c3
4
+ data.tar.gz: 523f9dec6caa97da4cc02578cc740d4786890f20447845249e78f8b94a36da50
5
5
  SHA512:
6
- metadata.gz: e2f0524e0ca8999f601de6153fd58f511a6e79591f6d7c7fe3a339b7bcddd606d5ef0be882bc8adff223e315722e17e7a23017eff0696a23415e6eafec041929
7
- data.tar.gz: 666a7a1a875f86532d510c644ac13c970c03bf7cee14d06ee004303a81fd8b1b9f4f1ce22060eef5009e7b81ea1ea2a4126bd3e079f0b757fc936b2ea6d0955b
6
+ metadata.gz: f92118b5ef479f1b0da4b3f90944d5c6f437ca6f9730ed27ac5037bc143f99dccb7b4afa7bdcbb0feb04c874d95e6e477e35a631d13bc8b52dc1f86bd56e1aa4
7
+ data.tar.gz: 4e11913e334b8550a9c31e8ae5c7aee3f606e762b73e54e541383a8a166f52bbdc96665f887a9fdaa4fe271721c5b545a987f3a021523671da50a5684c7b97d8
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.0.20180605 (2018-06-05)
6
+
7
+ * pngquant 2.12.0 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.0.20180419 (2018-04-19)
6
10
 
7
11
  * jpegoptim 1.4.6 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -13,7 +13,7 @@ LIBPNG_VER := 1.6.34
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.11.7
16
+ PNGQUANT_VER := 2.12.0
17
17
 
18
18
  # ====== CONSTANTS ======
19
19
 
@@ -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.0.20180419'
5
+ s.version = '0.5.0.20180605'
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.0.20180419
4
+ version: 0.5.0.20180605
5
5
  platform: x86-darwin
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-19 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim