image_optim_pack 0.3.0.20160806 → 0.3.0.20160812
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/pngcrush +0 -0
- data/vendor/darwin-x86_64/pngcrush +0 -0
- data/vendor/freebsd-amd64/pngcrush +0 -0
- data/vendor/freebsd-i386/pngcrush +0 -0
- data/vendor/linux-i686/pngcrush +0 -0
- data/vendor/linux-x86_64/pngcrush +0 -0
- data/vendor/openbsd-amd64/pngcrush +0 -0
- data/vendor/openbsd-i386/pngcrush +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
|
+
OWU4YmY1ZDljYThiOTIyNTdhZThiOGI3MWJmZmYxZjlmMjc3ZjdlYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZGFjMDJjMGEyYmM3YTcxY2I2ZTNiODkyZDBhMjRjZTdkNmE5ZTgxMw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YThlMTViNzExOGMwNmFiOWQwOWViYmQ0YWZjNmI2YzcwZThlMTg2ZjM2ODcw
|
10
|
+
Y2VmY2M2MTY3NjYxOTZjYWQ3YmY1MDc0OThiNTQ2NTU1MDQyZTg3OThmYWQy
|
11
|
+
ZjE1ZDgyNGI0NmQzMWYzZWM4YjI5ZWE5N2RmZDNkZTFlYTIwMTA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODk0NDU1ODgwOWU1ODNlOGEyYjlhYzhlNmRjMzJmZDE2NmY2MTIxZDEyNmYx
|
14
|
+
MTE4NzIxMDIxYmM0MjU0MDM5Zjk4M2ViMDY1YzYyMDU0OWZkNDk2NDA1YWE5
|
15
|
+
ZWQ0YmFjOWRiZjAyOWI3NjRiOWEwMTA3ZWFiNjY4ODYzZjRmMTk=
|
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.0.
|
5
|
+
s.version = '0.3.0.20160812'
|
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/pngcrush
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/linux-i686/pngcrush
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.0.
|
4
|
+
version: 0.3.0.20160812
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Kuchin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: image_optim
|