image_optim_pack 0.5.0.20180124-x86-darwin → 0.5.0.20180401-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: 3fc7d55afa1916d6eacef9764c7333792295dfcc3fc46a4862249aea7180a8cc
4
- data.tar.gz: 2dbcb9843feb8f05906ef50ce2d498a88a1318503f862957734e9baa12fc8418
3
+ metadata.gz: e63f9c71ea6558d2de3907c20d3e2db808fec73317e1294e06e4500d2b0973ad
4
+ data.tar.gz: c1f608c1ce4855c423ca88834fb5f2abccd3f63fa87bcd3846cfaccab6cce95a
5
5
  SHA512:
6
- metadata.gz: cefbeb5156d805a28dbe10c25cd5b5db07bf0d20cf373daebeffe3aab067e74d6ce35fe6c6cbac5f0a63616f33e2bea7fe0795b50421afe3c80e62792c31aa45
7
- data.tar.gz: af6648438bdc58527b6cd9c0b37d4fd6acab642e3b49612f8c4a1e779397979163c13b26998e84a823c2cd6b28c77f6ee19528a706846454f40aa795106cc11d
6
+ metadata.gz: c77292b0008f73f2657b3ea29b7b1f9db35cf10e03c675d6d479340f1416f8bdbddc3a74da9526914c903564806883419910148defc971a25d8b72ebb9010e52
7
+ data.tar.gz: a08ac16180ca306f2ad524ee75ad5e9a5d0e852bcf7a4e6015f111e227f176c787131ceaa122dedb819532755a924467967d5df4b24a01f8606ef1d6e931ccf6
data/.rubocop.yml CHANGED
@@ -67,5 +67,8 @@ Style/SymbolArray:
67
67
  Style/TrailingCommaInArguments:
68
68
  EnforcedStyleForMultiline: no_comma
69
69
 
70
- Style/TrailingCommaInLiteral:
70
+ Style/TrailingCommaInArrayLiteral:
71
+ EnforcedStyleForMultiline: comma
72
+
73
+ Style/TrailingCommaInHashLiteral:
71
74
  EnforcedStyleForMultiline: comma
data/.travis.yml CHANGED
@@ -5,10 +5,10 @@ rvm:
5
5
  - '1.9.3-p551'
6
6
  - '2.0.0-p648'
7
7
  - '2.1.10'
8
- - '2.2.9'
9
- - '2.3.6'
10
- - '2.4.3'
11
- - '2.5.0'
8
+ - '2.2.10'
9
+ - '2.3.7'
10
+ - '2.4.4'
11
+ - '2.5.1'
12
12
  - 'jruby-9.0.5.0'
13
13
  - 'jruby-9.1.9.0'
14
14
  script:
@@ -30,8 +30,8 @@ matrix:
30
30
  rvm: default
31
31
  osx_image: xcode8.3
32
32
  - env: RUBOCOP=✓
33
- rvm: '2.4.3'
33
+ rvm: '2.4.4'
34
34
  script: bundle exec rubocop
35
35
  - env: CHECK_RUBIES=✓
36
- rvm: '2.4.3'
36
+ rvm: '2.4.4'
37
37
  script: bundle exec travis_check_rubies
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.0.20180401 (2018-04-01)
6
+
7
+ * jpegoptim 1.4.5 [@toy](https://github.com/toy)
8
+ * advancecomp 2.1 [@toy](https://github.com/toy)
9
+
5
10
  ## v0.5.0.20180124 (2018-01-24)
6
11
 
7
12
  * libjpeg 9c and pngquant 2.11.7 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -2,11 +2,11 @@ all :
2
2
 
3
3
  # ====== VERSIONS ======
4
4
 
5
- ADVANCECOMP_VER := 2.0
5
+ 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.4
9
+ JPEGOPTIM_VER := 1.4.5
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.20180124'
5
+ s.version = '0.5.0.20180401'
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
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.20180124
4
+ version: 0.5.0.20180401
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-01-24 00:00:00.000000000 Z
11
+ date: 2018-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim