image_optim_pack 0.5.0.20180401 → 0.5.0.20180419

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: f6e188883dd3b51c35ccc37edd375e72be5ff237a904e4cba78e8ead7484ec6c
4
- data.tar.gz: c2299d1c5bdf5d5d347cff6612526b23bba7d866f665a936e018828db8f5b723
3
+ metadata.gz: 1b56f1441bc09105c08068f5f8214231ceb7a791e7cc9076bbf9266053404a2c
4
+ data.tar.gz: 5f689900c16a370e3ba71cc3c11942667f1e33a36c0a00521a83fc38cd8389bc
5
5
  SHA512:
6
- metadata.gz: 580fcd782d004f5b7d42b60ec05219dd417be5ce6c40bd0993da2e2a5a0c2da7856cf8c724d252b0c791f1896478846c22419600da44f71de0b0464525817589
7
- data.tar.gz: 5536bcffaf6aef2f633ed2bf6aad175732f7085b704612baec803126fa19e25f7b6c3a64318bd17fac7eb86d1ddf94a7756b2ab32f06e09eafa7c74648cfd84e
6
+ metadata.gz: 3810f32d05ab342ffc420bcbb4d723e890e24073e1dd76b0663356de8e945580cc31e1e9a8da5279cb8aa31149144a2c4476a5abd55060e04bf44107ee2f7b21
7
+ data.tar.gz: 1a40219b1247c5ec647c98050bdb28647497d15df0ee289da1493a88d37f2e571a71ae2f04f0dff4fe6e8ef6379986d7461d763347443fe8455ac62b7bd09952
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
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.0.20180401
4
+ version: 0.5.0.20180419
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-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
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
255
255
  version: '0'
256
256
  requirements: []
257
257
  rubyforge_project: image_optim_pack
258
- rubygems_version: 2.7.4
258
+ rubygems_version: 2.7.6
259
259
  signing_key:
260
260
  specification_version: 4
261
261
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,