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 +4 -4
- data/.travis.yml +20 -22
- data/Gemfile +4 -0
- data/Makefile +1 -1
- data/image_optim_pack.gemspec +1 -1
- data/vendor/darwin-i386/pngquant +0 -0
- data/vendor/darwin-x86_64/pngquant +0 -0
- data/vendor/freebsd-amd64/pngquant +0 -0
- data/vendor/freebsd-i386/pngquant +0 -0
- data/vendor/linux-i686/pngquant +0 -0
- data/vendor/linux-x86_64/pngquant +0 -0
- data/vendor/openbsd-amd64/pngquant +0 -0
- data/vendor/openbsd-i386/pngquant +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f05df8a21b0ad3825022de44a4482afb0774d94
|
4
|
+
data.tar.gz: 5dc57b4061806b08bdfd8f9312b89bf8062bc791
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
-
|
10
|
-
-
|
11
|
-
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
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
|
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
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.3.1.
|
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']
|
data/vendor/darwin-i386/pngquant
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/linux-i686/pngquant
CHANGED
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.
|
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-
|
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.
|
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,
|