image_optim_pack 0.5.0.20170831-x86-darwin → 0.5.0.20171001-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
  SHA1:
3
- metadata.gz: cc5a06a28d7318afe0bc51bcd02c3e841c80ba34
4
- data.tar.gz: 54425804b03da39a1f44b3c957c73eb0de0eea67
3
+ metadata.gz: c7a211fcdc15bec864944a085610f1d2400319a4
4
+ data.tar.gz: 936e8765e611bf61e1efe0ca7face30016c9c7b2
5
5
  SHA512:
6
- metadata.gz: 1d5e56175b1a1b46e7a352d211a0e43c07438d4c7344d2dbb39f3b0fccaca824f2ce98d21507d32df4ca9f59eaf9a81e5c43eb5c161b928004581b44bea12d66
7
- data.tar.gz: 8e94baf6bca08d778f90c31a41214369910f1c1a216add17a490300f1c50434a2b65deb98d8553026a441c319b9b0d87fb7c97a3a9a2df315cac5b05c1cb310e
6
+ metadata.gz: dd3abf6f96aa2e399dee12a24bcb6fda5f2e6b0fce236d302fbc32f776b7c3a73d3ecdd59e5696675a63f4d814918d6c3ad575f39059a156ca530c0e94ffbfe4
7
+ data.tar.gz: a3875b1e1a3f1e04f164e8cc3aa30bbd20915ee72ea838e6906d0cbf70cdb4268f816eceb34697acb19db81364addd1d9bae5ba18f2b519b3b09355eb0aa94cf
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
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: x86-darwin
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
@@ -170,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
171
  version: '0'
171
172
  requirements: []
172
173
  rubyforge_project: image_optim_pack
173
- rubygems_version: 2.6.12
174
+ rubygems_version: 2.6.13
174
175
  signing_key:
175
176
  specification_version: 4
176
177
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,