image_optim_pack 0.5.0.20170831 → 0.5.0.20171001

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +8 -7
  3. data/CHANGELOG.markdown +4 -0
  4. data/Makefile +1 -1
  5. data/image_optim_pack-base_dls.gemspec +3 -0
  6. data/image_optim_pack.gemspec +1 -1
  7. data/vendor/darwin-i386/libpng.dylib +0 -0
  8. data/vendor/darwin-i386/optipng +0 -0
  9. data/vendor/darwin-i386/pngcrush +0 -0
  10. data/vendor/darwin-i386/pngquant +0 -0
  11. data/vendor/darwin-x86_64/libpng.dylib +0 -0
  12. data/vendor/darwin-x86_64/optipng +0 -0
  13. data/vendor/darwin-x86_64/pngcrush +0 -0
  14. data/vendor/darwin-x86_64/pngquant +0 -0
  15. data/vendor/freebsd-amd64/libpng.so +0 -0
  16. data/vendor/freebsd-amd64/optipng +0 -0
  17. data/vendor/freebsd-amd64/pngcrush +0 -0
  18. data/vendor/freebsd-amd64/pngquant +0 -0
  19. data/vendor/freebsd-i386/libpng.so +0 -0
  20. data/vendor/freebsd-i386/optipng +0 -0
  21. data/vendor/freebsd-i386/pngcrush +0 -0
  22. data/vendor/freebsd-i386/pngquant +0 -0
  23. data/vendor/linux-i686/libpng.so +0 -0
  24. data/vendor/linux-i686/optipng +0 -0
  25. data/vendor/linux-i686/pngcrush +0 -0
  26. data/vendor/linux-i686/pngquant +0 -0
  27. data/vendor/linux-x86_64/libpng.so +0 -0
  28. data/vendor/linux-x86_64/optipng +0 -0
  29. data/vendor/linux-x86_64/pngcrush +0 -0
  30. data/vendor/linux-x86_64/pngquant +0 -0
  31. data/vendor/openbsd-amd64/libpng.so +0 -0
  32. data/vendor/openbsd-amd64/optipng +0 -0
  33. data/vendor/openbsd-amd64/pngcrush +0 -0
  34. data/vendor/openbsd-amd64/pngquant +0 -0
  35. data/vendor/openbsd-i386/libpng.so +0 -0
  36. data/vendor/openbsd-i386/optipng +0 -0
  37. data/vendor/openbsd-i386/pngcrush +0 -0
  38. data/vendor/openbsd-i386/pngquant +0 -0
  39. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee92e0df607ff89c425b06527be70b51f32a0ded
4
- data.tar.gz: 9c95407e8a1619787ebc93adea3781154f31864a
3
+ metadata.gz: c9568cac36c3b45840603e69911d9888e65f3168
4
+ data.tar.gz: aa91b74185750dfbebd1c0282fca744ff57bfc15
5
5
  SHA512:
6
- metadata.gz: fdca27029f7d84cab18497d146abcc0b18d590feb4407f1d9e71143dec08cf3603e63349e06dd0c556617130576f5602b9522414078ac53883101bcc56ea1729
7
- data.tar.gz: 127551232bb05760c9ef0df1ee9085403f37cfc2654034e07e224e6ae2e54036c7e34312bb3834c2144fc8ebc04543c9c374afe15369f72262a319ee096b9738
6
+ metadata.gz: 01185979bd982d5c64c034ec9f1de8f4588f6e8cbdeabb8ab53753e0fbb988b6e8473ae04667cf9d5772e4e428d807713b7d9f70c2eb04c6fdee6da05ba3440d
7
+ data.tar.gz: 65d04f040616b4e4f2997809ad2779b9e7dd3f6331c4cf4d57d82138ff05e3f96397d8057c7a7c18157abfa8f705d197f0de4691bd0eeab4af1b088a160f8cea
data/.travis.yml CHANGED
@@ -5,10 +5,9 @@ rvm:
5
5
  - '1.9.3-p551'
6
6
  - '2.0.0-p648'
7
7
  - '2.1.10'
8
- - '2.2.7'
9
- - '2.3.4'
10
- - '2.4.1'
11
- - 'jruby-1.7.26'
8
+ - '2.2.8'
9
+ - '2.3.5'
10
+ - '2.4.2'
12
11
  - 'jruby-9.0.5.0'
13
12
  - 'jruby-9.1.9.0'
14
13
  script:
@@ -16,7 +15,9 @@ script:
16
15
  - bundle exec image_optim --info
17
16
  - bundle exec rspec
18
17
  before_install:
19
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi
18
+ - gem update --system
19
+ - gem update bundler
20
+ - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi
20
21
  matrix:
21
22
  include:
22
23
  - dist: trusty
@@ -28,8 +29,8 @@ matrix:
28
29
  rvm: default
29
30
  osx_image: xcode8.3
30
31
  - env: RUBOCOP=✓
31
- rvm: '2.4.1'
32
+ rvm: '2.4.2'
32
33
  script: bundle exec rubocop
33
34
  - env: CHECK_RUBIES=✓
34
- rvm: '2.4.1'
35
+ rvm: '2.4.2'
35
36
  script: bundle exec travis_check_rubies
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.0.20171001 (2017-10-01)
6
+
7
+ * libpng 1.6.34 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.0.20170831 (2017-08-31)
6
10
 
7
11
  * pngcrush 1.8.13 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -9,7 +9,7 @@ JPEGARCHIVE_VER := 2.1.1
9
9
  JPEGOPTIM_VER := 1.4.4
10
10
  LIBJPEG_VER := 9b
11
11
  LIBMOZJPEG_VER := 3.1
12
- LIBPNG_VER := 1.6.32
12
+ LIBPNG_VER := 1.6.34
13
13
  LIBZ_VER := 1.2.11
14
14
  OPTIPNG_VER := 0.7.6
15
15
  PNGCRUSH_VER := 1.8.13
@@ -0,0 +1,3 @@
1
+ # encoding: UTF-8
2
+
3
+ eval "gem_platform = 'base_dls'; #{File.read('image_optim_pack.gemspec')}"
@@ -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.20170831'
5
+ s.version = '0.5.0.20171001'
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
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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.20170831
4
+ version: 0.5.0.20171001
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-08-30 00:00:00.000000000 Z
11
+ date: 2017-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -122,6 +122,7 @@ files:
122
122
  - boxes/definitions/openbsd-amd64/definition.rb
123
123
  - boxes/definitions/openbsd-i386/definition.rb
124
124
  - boxes/definitions/openbsd-postinstall.sh
125
+ - image_optim_pack-base_dls.gemspec
125
126
  - image_optim_pack-darwin-x86.gemspec
126
127
  - image_optim_pack-darwin-x86_64.gemspec
127
128
  - image_optim_pack-freebsd-amd64.gemspec
@@ -254,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
254
255
  version: '0'
255
256
  requirements: []
256
257
  rubyforge_project: image_optim_pack
257
- rubygems_version: 2.6.12
258
+ rubygems_version: 2.6.13
258
259
  signing_key:
259
260
  specification_version: 4
260
261
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,