image_optim_pack 0.5.0.20170712-x86-openbsd → 0.5.0.20170803-x86-openbsd

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: 6122bd257bdc34f5c98ef4a88d22eb777d9c3d25
4
- data.tar.gz: 893da0576584e0ed68438cd416db42468cb6a413
3
+ metadata.gz: 142f85d478928051f80067402667e8a3fbdccf23
4
+ data.tar.gz: a9748ba71a241d514891a4b1b7e57ac41cef99c2
5
5
  SHA512:
6
- metadata.gz: 615e31afcfe63df7a068ffc8b98d62fdf36f99ce57a55cfc13495eb3123c93aedd03d9c21b9eaca9491a0a5f8577005f5a66d33ab4650f81da28929031402d32
7
- data.tar.gz: 3b43b64ecc2b1948c1b161ebc56a7a63a499cc9b687a704c87c70821086a873d65c342a4f293914a4d6f28342f87612d87aaff85afcb2409f1bff77b860caad1
6
+ metadata.gz: 65ef0713f6ba1c64c07d06effda7cdd0f202ea8e365433f4e5fd7b547f89d1a74a761f7b1cbb7ae249a3d66d4a250a79075ecea50453986ad2de879ac396c7cf
7
+ data.tar.gz: dda227961c258de5d8a18d1d87771d53813d9dd6916881b0fc368d6ad6eb234653ce06e778ee8b6a32f82f9747e51b71b797f0aec14dd1f1055a46e1996f1f09
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-openbsd
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