image_optim_pack 0.2.1.20150107 → 0.2.1.20150129
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/.travis.yml +5 -4
- data/Makefile +3 -2
- data/image_optim_pack.gemspec +1 -1
- data/vendor/darwin/i386/pngcrush +0 -0
- data/vendor/darwin/x86_64/pngcrush +0 -0
- data/vendor/linux/i686/pngcrush +0 -0
- data/vendor/linux/x86_64/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
|
+
NDRjOGQ3ZGRhYzIwM2M2MTY4ZTRmYTI4OWRlYTAxMWRhNmJhZjgzZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NGYyNTkxMzk3MmI4Mzk0NjcwOTdiNTAwYWMwMjFkOWEyOTcyNWI0Ng==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzYxMzM1ZjFmNDU5ODBmYjM5ODUzOWEzOTVhZjc5NWM0YjZkY2QwYjA3YjNk
|
10
|
+
MmMyZTQ3NmY0YzM5YjU4YjI3OGVhZTIyZTViNjk0MjU2ZWQzYjljZDZlOTM5
|
11
|
+
Y2ExZGQyNTBjNzZlOTZiNjJjOTEyNGExNjIwYmFiZWUzYWUxNTk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjEyYjJjYjYxNzMwMzhmZmFlNzM3N2E5MDNiMjNkZjNkMTRhOTYzNjkwMDIx
|
14
|
+
NjBlNDJmNGNjZmVkNTFjNjg0NDgzNDBjNGZlZTAxODMwNmRiOGI4ZjFmNDNj
|
15
|
+
YWNhZWI4ZDMwNmM1YWM5NDU4ODkxYzU2YzRkNzEwN2I1NzBkN2Q=
|
data/.travis.yml
CHANGED
data/Makefile
CHANGED
@@ -12,7 +12,7 @@ LIBMOZJPEG_VER := 2.1
|
|
12
12
|
LIBPNG_VER := 1.6.16
|
13
13
|
LIBZ_VER := 1.2.8
|
14
14
|
OPTIPNG_VER := 0.7.5
|
15
|
-
PNGCRUSH_VER := 1.7.
|
15
|
+
PNGCRUSH_VER := 1.7.83
|
16
16
|
PNGQUANT_VER := 2.3.3
|
17
17
|
|
18
18
|
# ====== CONSTANTS ======
|
@@ -166,7 +166,8 @@ test :
|
|
166
166
|
$(call check_bin,pngcrush,-version 2>&1,$(PNGCRUSH_VER))
|
167
167
|
$(call check_bin,pngquant,--help,$(PNGQUANT_VER))
|
168
168
|
|
169
|
-
|
169
|
+
LIVECHECK_ARCHIVES := $(filter-out LIBMOZJPEG,$(ARCHIVES))
|
170
|
+
livecheck : $(foreach archive,$(LIVECHECK_ARCHIVES),livecheck-$(call downcase,$(archive)))
|
170
171
|
|
171
172
|
update-versions :
|
172
173
|
cat Makefile | script/update_versions > Makefile.tmp
|
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.20150129'
|
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']
|
data/vendor/darwin/i386/pngcrush
CHANGED
Binary file
|
Binary file
|
data/vendor/linux/i686/pngcrush
CHANGED
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.20150129
|
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-01-
|
11
|
+
date: 2015-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: image_optim
|