image_optim_pack 0.5.1.20181208 → 0.5.1.20181213

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: f9e255206c2e93dc00a00069c69ba1a935fe6bad259ce594a99a3048da643936
4
- data.tar.gz: '08f10ceeb61e0ad1cce31962cc3f2062b47d19eb9861c65d7557478d8da5f681'
3
+ metadata.gz: 49ee1a653e18d87a0848c820c6db98e508ee888c3f43f9d5f27b8b9ae5c5523e
4
+ data.tar.gz: 8a994f18c6ad21170efb93f2d72484a7f68f62f010e8788024dd04eb4d1fc55c
5
5
  SHA512:
6
- metadata.gz: 8b8ef025eb8935393d3988521a0a8db2d7869860f72b36f8852c8b97da73ab75fb50b7be0b25b8e2d1d923df87f2882cea9c49035ca9d0e478f4a051b3355090
7
- data.tar.gz: 7e10ae6246f9c3a0eb24e594c91108e9dc3817dd814a891788957d17b065d52a906fa8ffff6dc08a83ddf33059d894b63695bed98fedb98c7fc65eefb928d277
6
+ metadata.gz: 74136edd7c37b5e16abac0b2786a972271423c681b6ea759f4de22770c8f8c1341655050d6d44c9184648c96960b3e4f540db257e78d3fd583e89c8a116eb53c
7
+ data.tar.gz: 0c80dabbf50e4f476600700cd59a03c01e602b18b58d2f90acf1d6183c88a2ebb6691e98775baaa27341be710a9dd090f5feb590a985499d1a60d81ea40e7758
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.1.20181213 (2018-12-13)
6
+
7
+ * jhead 3.02 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.1.20181208 (2018-12-08)
6
10
 
7
11
  * libpng 1.6.36 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -4,7 +4,7 @@ all :
4
4
 
5
5
  ADVANCECOMP_VER := 2.1
6
6
  GIFSICLE_VER := 1.91
7
- JHEAD_VER := 3.00
7
+ JHEAD_VER := 3.02
8
8
  JPEGARCHIVE_VER := 2.1.1
9
9
  JPEGOPTIM_VER := 1.4.6
10
10
  LIBJPEG_VER := 9c
@@ -1,6 +1,6 @@
1
1
  ADVANCECOMP_SHA256 := 3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8
2
2
  GIFSICLE_SHA256 := 0a4ee602aa244cdcdd86a250a6b39c94d8343cf526b8fae862d8a0efc337a800
3
- JHEAD_SHA256 := 88cc01da018e242fe2e05db73f91b6288106858dd70f27506c4989a575d2895e
3
+ JHEAD_SHA256 := 85c9737c3dcc84b440a67307de9f76cbee7610697bfaf4877dd46afd71c7ed2a
4
4
  JPEGARCHIVE_SHA256 := 494534f5308f99743f11f3a7c151a8d5ca8a5f1f8b61ea119098511d401bc618
5
5
  JPEGOPTIM_SHA256 := 88b1eb64c2a33a2f013f068df8b0331f42c019267401ae3fa28e3277403a5ab7
6
6
  LIBJPEG_SHA256 := 650250979303a649e21f87b5ccd02672af1ea6954b911342ea491f351ceb7122
@@ -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.1.20181208'
5
+ s.version = '0.5.1.20181213'
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.1.20181208
4
+ version: 0.5.1.20181213
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-08 00:00:00.000000000 Z
11
+ date: 2018-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -247,7 +247,7 @@ licenses:
247
247
  metadata:
248
248
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
249
249
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
250
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.1.20181208
250
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.1.20181213
251
251
  source_code_uri: https://github.com/toy/image_optim_pack
252
252
  post_install_message:
253
253
  rdoc_options: []