image_optim_pack 0.5.0.20170831 → 0.5.0.20171001
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 +4 -4
- data/.travis.yml +8 -7
- data/CHANGELOG.markdown +4 -0
- data/Makefile +1 -1
- data/image_optim_pack-base_dls.gemspec +3 -0
- data/image_optim_pack.gemspec +1 -1
- data/vendor/darwin-i386/libpng.dylib +0 -0
- data/vendor/darwin-i386/optipng +0 -0
- data/vendor/darwin-i386/pngcrush +0 -0
- data/vendor/darwin-i386/pngquant +0 -0
- data/vendor/darwin-x86_64/libpng.dylib +0 -0
- data/vendor/darwin-x86_64/optipng +0 -0
- data/vendor/darwin-x86_64/pngcrush +0 -0
- data/vendor/darwin-x86_64/pngquant +0 -0
- data/vendor/freebsd-amd64/libpng.so +0 -0
- data/vendor/freebsd-amd64/optipng +0 -0
- data/vendor/freebsd-amd64/pngcrush +0 -0
- data/vendor/freebsd-amd64/pngquant +0 -0
- data/vendor/freebsd-i386/libpng.so +0 -0
- data/vendor/freebsd-i386/optipng +0 -0
- data/vendor/freebsd-i386/pngcrush +0 -0
- data/vendor/freebsd-i386/pngquant +0 -0
- data/vendor/linux-i686/libpng.so +0 -0
- data/vendor/linux-i686/optipng +0 -0
- data/vendor/linux-i686/pngcrush +0 -0
- data/vendor/linux-i686/pngquant +0 -0
- data/vendor/linux-x86_64/libpng.so +0 -0
- data/vendor/linux-x86_64/optipng +0 -0
- data/vendor/linux-x86_64/pngcrush +0 -0
- data/vendor/linux-x86_64/pngquant +0 -0
- data/vendor/openbsd-amd64/libpng.so +0 -0
- data/vendor/openbsd-amd64/optipng +0 -0
- data/vendor/openbsd-amd64/pngcrush +0 -0
- data/vendor/openbsd-amd64/pngquant +0 -0
- data/vendor/openbsd-i386/libpng.so +0 -0
- data/vendor/openbsd-i386/optipng +0 -0
- data/vendor/openbsd-i386/pngcrush +0 -0
- data/vendor/openbsd-i386/pngquant +0 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9568cac36c3b45840603e69911d9888e65f3168
|
4
|
+
data.tar.gz: aa91b74185750dfbebd1c0282fca744ff57bfc15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
9
|
-
- '2.3.
|
10
|
-
- '2.4.
|
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
|
-
|
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.
|
32
|
+
rvm: '2.4.2'
|
32
33
|
script: bundle exec rubocop
|
33
34
|
- env: CHECK_RUBIES=✓
|
34
|
-
rvm: '2.4.
|
35
|
+
rvm: '2.4.2'
|
35
36
|
script: bundle exec travis_check_rubies
|
data/CHANGELOG.markdown
CHANGED
data/Makefile
CHANGED
data/image_optim_pack.gemspec
CHANGED
@@ -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.
|
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
|
data/vendor/darwin-i386/optipng
CHANGED
Binary file
|
data/vendor/darwin-i386/pngcrush
CHANGED
Binary file
|
data/vendor/darwin-i386/pngquant
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/freebsd-i386/optipng
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/vendor/linux-i686/libpng.so
CHANGED
Binary file
|
data/vendor/linux-i686/optipng
CHANGED
Binary file
|
data/vendor/linux-i686/pngcrush
CHANGED
Binary file
|
data/vendor/linux-i686/pngquant
CHANGED
Binary file
|
Binary file
|
data/vendor/linux-x86_64/optipng
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/openbsd-i386/optipng
CHANGED
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.
|
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-
|
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.
|
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,
|