image_optim_pack 0.5.0.20170712-x86-linux → 0.5.0.20170803-x86-linux

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
  SHA1:
3
- metadata.gz: d1ceef729573cbd5b9daced7ec22bace9ba7b8d5
4
- data.tar.gz: fff6eadff7608498227c529945e2edde9219a6a2
3
+ metadata.gz: c6a9d0bd7a271b9bf4480b619ec24fa20fdae23d
4
+ data.tar.gz: 372514d3f5b19e412320545d013fecc23dab25cd
5
5
  SHA512:
6
- metadata.gz: e1a33c0c6e6ac572bbb1987695a1445b3136ca0d46ce3b089f82878b53666e750be8b430ba926a9fafa1bcc3d84f889e4dd139eea46c2bfa34f729c5b97fcb7d
7
- data.tar.gz: 4abadfb9ce5ae7b1354571dbd66837a443ee0e77bd2dfa128e95f193aadd7ff5c1b907a759c522bbd174e2bd391badc31a706e483772f13a6165344e77a510de
6
+ metadata.gz: 74cda1728e87ba994679ec2df73959385654f5158d030c2ab8f0519185679e4d256f528668a6a6d1d205897baf218c779644c63e82a34240861e02b572c87627
7
+ data.tar.gz: 807551e37250b7f0bb128e0e31a432b8558dd7650062b1259be570bca1254710bf9ea5c2719dfd6146d23fb85a89b2b6076b8da03bdd602bf1e810918266b4ba
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.0.20170803 (2017-08-03)
6
+
7
+ * libpng 1.6.31 and pngcrush 1.8.12 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.0.20170712 (2017-07-12)
6
10
 
7
11
  * gifsicle 1.89 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -9,10 +9,10 @@ JPEGARCHIVE_VER := 2.1.1
9
9
  JPEGOPTIM_VER := 1.4.4
10
10
  LIBJPEG_VER := 9b
11
11
  LIBMOZJPEG_VER := 3.1
12
- LIBPNG_VER := 1.6.30
12
+ LIBPNG_VER := 1.6.31
13
13
  LIBZ_VER := 1.2.11
14
14
  OPTIPNG_VER := 0.7.6
15
- PNGCRUSH_VER := 1.8.11
15
+ PNGCRUSH_VER := 1.8.12
16
16
  PNGQUANT_VER := 2.10.1
17
17
 
18
18
  # ====== CONSTANTS ======
@@ -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.20170712'
5
+ s.version = '0.5.0.20170803'
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
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.20170712
4
+ version: 0.5.0.20170803
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-12 00:00:00.000000000 Z
11
+ date: 2017-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim