image_optim_pack 0.3.1.20170121 → 0.3.1.20170311

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: ccb2fd529dd73a45b18a8f6f60ad262ca726ff7c
4
- data.tar.gz: d465200e4db8142b7d1bb964592fc180f2c95ac9
3
+ metadata.gz: 8f05df8a21b0ad3825022de44a4482afb0774d94
4
+ data.tar.gz: 5dc57b4061806b08bdfd8f9312b89bf8062bc791
5
5
  SHA512:
6
- metadata.gz: 32bf05251d97291d595666824f00efef85635955051dd2d2632568695ba2e11a3785c48321b112a88af8917c73148dadc956be8c378f22dcc90f429123b72eb9
7
- data.tar.gz: 1d5000d1d00e1b742d910ea3bc31d11601c7838711efc7035aeb0fef4c1a6ac0ab652a7b8128a27a80ecfec2cd5033abeaaf4ee2dd98351673ed8842b256c50c
6
+ metadata.gz: c8bf64c90d1fe3959fab856be8494b1ab11c161961d0c5fbf2cd44a4e66fcefeaaa10b2f981ce67da7ee042720e90692f4eed983c822b4a2299c7eb0132ae121
7
+ data.tar.gz: 246df1bcc8ba73cc91d8228d68593229addef441daac842965716e1e575aae9f373688f62cc7e82b5ed411dc2130d857af063e5c0a3479928b9c257934e967ac
data/.travis.yml CHANGED
@@ -1,31 +1,29 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 1.8.7
5
- - 1.9.3
6
- - '2.0'
7
- - '2.1'
8
- - '2.2'
9
- - jruby-18mode
10
- - jruby-19mode
11
- - ree
12
- script: |
13
- (
14
- set -ex
15
- if [ -n "$RUBOCOP" ]; then
16
- bundle exec rubocop
17
- else
18
- make test
19
- bundle exec image_optim --info
20
- bundle exec rspec
21
- fi
22
- )
4
+ - '1.8.7-p371'
5
+ - '1.9.3-p551'
6
+ - '2.0.0-p648'
7
+ - '2.1.10'
8
+ - '2.2.6'
9
+ - '2.3.3'
10
+ - '2.4.0'
11
+ - 'jruby-1.7.26'
12
+ - 'jruby-9.0.5.0'
13
+ - 'jruby-9.1.5.0'
14
+ script:
15
+ - make test
16
+ - bundle exec image_optim --info
17
+ - bundle exec rspec
23
18
  before_install:
24
19
  if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi
25
20
  matrix:
26
- fast_finish: true
27
21
  include:
28
22
  - os: osx
29
23
  rvm: default
30
- - env: RUBOCOP=true
31
- rvm: '2'
24
+ - env: RUBOCOP=✓
25
+ rvm: '2.4.0'
26
+ script: bundle exec rubocop
27
+ - env: CHECK_RUBIES=✓
28
+ rvm: '2.4.0'
29
+ script: bundle exec travis_check_rubies
data/Gemfile CHANGED
@@ -1,3 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
+
5
+ if RUBY_VERSION >= '2.0'
6
+ gem 'travis_check_rubies', '~> 0.2'
7
+ end
data/Makefile CHANGED
@@ -13,7 +13,7 @@ LIBPNG_VER := 1.6.28
13
13
  LIBZ_VER := 1.2.11
14
14
  OPTIPNG_VER := 0.7.6
15
15
  PNGCRUSH_VER := 1.8.11
16
- PNGQUANT_VER := 2.8.2
16
+ PNGQUANT_VER := 2.9.0
17
17
 
18
18
  # ====== CONSTANTS ======
19
19
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.3.1.20170121'
5
+ s.version = '0.3.1.20170311'
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.3.1.20170121
4
+ version: 0.3.1.20170311
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-21 00:00:00.000000000 Z
11
+ date: 2017-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  version: '0'
252
252
  requirements: []
253
253
  rubyforge_project: image_optim_pack
254
- rubygems_version: 2.6.8
254
+ rubygems_version: 2.6.10
255
255
  signing_key:
256
256
  specification_version: 4
257
257
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,