image_optim_pack 0.2.1.20150422 → 0.2.1.20150525
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 +8 -8
- data/Makefile +2 -2
- data/image_optim_pack.gemspec +2 -2
- data/vendor/darwin/i386/jpeg-recompress +0 -0
- data/vendor/darwin/i386/jpegoptim +0 -0
- data/vendor/darwin/x86_64/jpeg-recompress +0 -0
- data/vendor/darwin/x86_64/jpegoptim +0 -0
- data/vendor/linux/i686/jpeg-recompress +0 -0
- data/vendor/linux/i686/jpegoptim +0 -0
- data/vendor/linux/x86_64/jpeg-recompress +0 -0
- data/vendor/linux/x86_64/jpegoptim +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OTQzMTZmOGNkMTU2YTBkOWZkMTUwMGY0ZWNiYTg5NWQ2YzUwNGE2ZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NmM2YTYyOWY3NWM3ZjY3YWFiNjFlNDY4M2Y4MmY5ZTg1ZjE5YTM0MQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTAzY2QzNjcwYTBkZjg4NzBiNDhmYzkyNDYwZDgzMTEwNWU3YWNkOTg2MTM4
|
10
|
+
ZTk4NTc5NTQxOWYzNTNjODk5NDViNDgxMDUxNWEyZjgzMDZiMDUwOGZlNjcx
|
11
|
+
MDUyMjBiNmQ4ZjMyZGRhZDQ5NDE2ZDhiZGRlZTUyYWRkMjBjOWM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzFkOGMwNjY5MmYyZmU0MTM4NjhhZDllYWIyZjNhN2M1NWEwNGNkZmFhZmNm
|
14
|
+
ZDUxZjg5ZTVhNmExODMzMWY1MDA4M2Q4YTA2MGZkYjA5Y2VkMmVjOGEzN2Zh
|
15
|
+
ZThmYTYyNjQyNzRkYzY4ZTYyMThhOTJjNWQyODcxMzA3Y2Q5NDQ=
|
data/Makefile
CHANGED
@@ -6,9 +6,9 @@ ADVANCECOMP_VER := 1.19
|
|
6
6
|
GIFSICLE_VER := 1.87
|
7
7
|
JHEAD_VER := 3.00
|
8
8
|
JPEGARCHIVE_VER := 2.1.1
|
9
|
-
JPEGOPTIM_VER := 1.4.
|
9
|
+
JPEGOPTIM_VER := 1.4.3
|
10
10
|
LIBJPEG_VER := 9a
|
11
|
-
LIBMOZJPEG_VER := 3.
|
11
|
+
LIBMOZJPEG_VER := 3.1
|
12
12
|
LIBPNG_VER := 1.6.17
|
13
13
|
LIBZ_VER := 1.2.8
|
14
14
|
OPTIPNG_VER := 0.7.5
|
data/image_optim_pack.gemspec
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'image_optim_pack'
|
5
|
-
s.version = '0.2.1.
|
6
|
-
s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpegoptim, jpegtran, optipng, pngcrush, pngquant}
|
5
|
+
s.version = '0.2.1.20150525'
|
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']
|
9
9
|
s.license = 'MIT'
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/linux/i686/jpegoptim
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.2.1.
|
4
|
+
version: 0.2.1.20150525
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Kuchin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: image_optim
|
@@ -195,11 +195,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
195
|
version: '0'
|
196
196
|
requirements: []
|
197
197
|
rubyforge_project: image_optim_pack
|
198
|
-
rubygems_version: 2.4.
|
198
|
+
rubygems_version: 2.4.7
|
199
199
|
signing_key:
|
200
200
|
specification_version: 4
|
201
|
-
summary: ! 'Precompiled binaries for image_optim: advpng, gifsicle, jhead,
|
202
|
-
jpegtran, optipng, pngcrush, pngquant'
|
201
|
+
summary: ! 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
|
202
|
+
jpegoptim, jpegtran, optipng, pngcrush, pngquant'
|
203
203
|
test_files:
|
204
204
|
- spec/image_optim/pack_spec.rb
|
205
205
|
- spec/image_optim_spec.rb
|