image_optim_pack 0.5.0.20180108-x86-freebsd → 0.5.0.20180124-x86-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: fa5262cc20df04d80f8342ef83ca612078d48e6ce2ed4ddd35f1c498bde87a1a
4
- data.tar.gz: 09a678b86bfad5ae76499325726456f6db7325b8e9a174b7648bc2795a6439bf
3
+ metadata.gz: 5cc949a614d3fb72e798713f2a5813a4fa1e9e1b48365b0a3d45054eba52b38e
4
+ data.tar.gz: 14e7b1d6e94ebcb5ff4a02bf424f7da882d01bca09cf9cdd9e6229ac765286ee
5
5
  SHA512:
6
- metadata.gz: 738ee2360c4841f95ebd8247820a6efbd1a35193c965c7c934274fb3fd4a00be4cd87fbbcf704c704b364ac6364f313e87f09846ad51793f50a8294baee24837
7
- data.tar.gz: c54127da7849b0fe44144ffea7bb015884268b9c3b6a364ea74ec18cbadafa8cbc74628f2b04f8b428659c7e65cc1d70046bfa1b08fac01c0a030c66827bea0b
6
+ metadata.gz: 709e8b588252a3e10745c276fb927170b3c66c779a7bc0e1f0812b2b16a87ec7bad0fbcfb5d81eebeebd52f41ed8e846afd53f9b0bb29f3f0132c4d986dbd174
7
+ data.tar.gz: 4ab46877eff9af22ddce93fe10361b382613203e936b872a1e650b1de7736c1ca0eb878cc095ab47bfe3163e4c7111faea766608c01a47f6e60e073b441f7080
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.0.20180124 (2018-01-24)
6
+
7
+ * libjpeg 9c and pngquant 2.11.7 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.0.20180108 (2018-01-08)
6
10
 
7
11
  * gifsicle 1.91 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -7,13 +7,13 @@ GIFSICLE_VER := 1.91
7
7
  JHEAD_VER := 3.00
8
8
  JPEGARCHIVE_VER := 2.1.1
9
9
  JPEGOPTIM_VER := 1.4.4
10
- LIBJPEG_VER := 9b
10
+ LIBJPEG_VER := 9c
11
11
  LIBMOZJPEG_VER := 3.1
12
12
  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.2
16
+ PNGQUANT_VER := 2.11.7
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.20180108'
5
+ s.version = '0.5.0.20180124'
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
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.20180108
4
+ version: 0.5.0.20180124
5
5
  platform: x86-freebsd
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-08 00:00:00.000000000 Z
11
+ date: 2018-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim