image_optim_pack 0.5.0.20180401-x86-darwin → 0.5.0.20180419-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: e63f9c71ea6558d2de3907c20d3e2db808fec73317e1294e06e4500d2b0973ad
4
- data.tar.gz: c1f608c1ce4855c423ca88834fb5f2abccd3f63fa87bcd3846cfaccab6cce95a
3
+ metadata.gz: b38b3e823745f3bf5684c68704998393bf46ae82ea56c95808c02773e2870f1a
4
+ data.tar.gz: 1276d1b391dc242336cf3d9e7297307bf1eecb2f64f2ab22139dc809ddaad0bc
5
5
  SHA512:
6
- metadata.gz: c77292b0008f73f2657b3ea29b7b1f9db35cf10e03c675d6d479340f1416f8bdbddc3a74da9526914c903564806883419910148defc971a25d8b72ebb9010e52
7
- data.tar.gz: a08ac16180ca306f2ad524ee75ad5e9a5d0e852bcf7a4e6015f111e227f176c787131ceaa122dedb819532755a924467967d5df4b24a01f8606ef1d6e931ccf6
6
+ metadata.gz: e2f0524e0ca8999f601de6153fd58f511a6e79591f6d7c7fe3a339b7bcddd606d5ef0be882bc8adff223e315722e17e7a23017eff0696a23415e6eafec041929
7
+ data.tar.gz: 666a7a1a875f86532d510c644ac13c970c03bf7cee14d06ee004303a81fd8b1b9f4f1ce22060eef5009e7b81ea1ea2a4126bd3e079f0b757fc936b2ea6d0955b
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.0.20180419 (2018-04-19)
6
+
7
+ * jpegoptim 1.4.6 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.0.20180401 (2018-04-01)
6
10
 
7
11
  * jpegoptim 1.4.5 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -6,7 +6,7 @@ ADVANCECOMP_VER := 2.1
6
6
  GIFSICLE_VER := 1.91
7
7
  JHEAD_VER := 3.00
8
8
  JPEGARCHIVE_VER := 2.1.1
9
- JPEGOPTIM_VER := 1.4.5
9
+ JPEGOPTIM_VER := 1.4.6
10
10
  LIBJPEG_VER := 9c
11
11
  LIBMOZJPEG_VER := 3.1
12
12
  LIBPNG_VER := 1.6.34
@@ -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.20180401'
5
+ s.version = '0.5.0.20180419'
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.20180401
4
+ version: 0.5.0.20180419
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-01 00:00:00.000000000 Z
11
+ date: 2018-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  requirements: []
173
173
  rubyforge_project: image_optim_pack
174
- rubygems_version: 2.7.4
174
+ rubygems_version: 2.7.6
175
175
  signing_key:
176
176
  specification_version: 4
177
177
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,