image_optim_pack 0.2.1.20150310 → 0.2.1.20150327
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Makefile +1 -1
- 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/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
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZWFhZThmNTE1ZWU5NmQ0ZWExZDQzZjE4OWRiZTc0YWUwZTgzZTVhNQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTVjYWU3ZjkyY2Y4YzlkOTNmYTFhZGYxYjRkMWJjZjcxNmM2Mzc5ZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDY5Zjc4ZTBiZTZiODZlNmFjYjMxODRmZjg4NmZhMDZjN2YxNDNmMjNiYzAx
|
10
|
+
NWYxOTM1MDY2MTA0ZDdlNzJmYzNhZTQ0YzI3Y2UyMTNmZTNmZGZiNjYwZjUw
|
11
|
+
NThjMTZiYjM5OTM3NzY3ZWEwMmJiYWEwYWQ4NjdjZTQ4YmRkNGY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDUwOWFkNTU1OTc4ODUwNzg1NDAxZTVkNjFhNjljZDYzOTQzMjExNWRiN2Nk
|
14
|
+
OGI2ZjY0MmZkM2YzNTg1NDQ5OTIxZjQ1NzBlMjFjMWFiODVkNjEyY2Y0MjA4
|
15
|
+
NmI4MjMyZWY4ODY0MDA1NjkxYzdlZjc2NjNiYjQ5NWM5NzYzMzU=
|
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.2.1.
|
5
|
+
s.version = '0.2.1.20150327'
|
6
6
|
s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, 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
|
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
|
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.20150327
|
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-03-
|
11
|
+
date: 2015-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: image_optim
|