image_optim_pack 0.2.1.20150407 → 0.2.1.20150411
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
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Y2VkMjRhNDcyZTUyZjVhNjNjYjk1MGJkYjRlNGY4MjYwN2UyYjAwYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTczZTczZTE3ZjM0YTY4OGY2MmMzMDc1YmI3NjBkMjFiMDcxOGVjZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NTI0NjUwNjdkNzkzZDRjMzdhN2I0MjE2ZGU2YWY1OThhMzk1NjQ3YWViMjgw
|
10
|
+
OWI4NzlhZGI1NmQzMDM4ZTc4NDcxNDFmMTcwNWQ4OWYwY2Y2MWM5OGQ1MTE5
|
11
|
+
NWMxMjRkZjMzMjY1YzRkYTNkZDA3MWJlNjliNzM1YzRiM2UxNzA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDkzZTc2NjczZDhkODU2YWViNTg2MDllM2M5NjAwN2NiYmVkYjkyYTNmM2E1
|
14
|
+
MjM1NzUzNGYyMWVhZTM2ZDY0Zjc1ZDE1MjJhNmU0YjI0OTQyZTI1MzIwODcz
|
15
|
+
MzA1MWJiOTU5YmIxMGQzYjI5ZjUwZDM3ZmFlYjcxNTY5ZmE3OWY=
|
data/Makefile
CHANGED
@@ -5,10 +5,10 @@ run : all
|
|
5
5
|
ADVANCECOMP_VER := 1.19
|
6
6
|
GIFSICLE_VER := 1.87
|
7
7
|
JHEAD_VER := 3.00
|
8
|
-
JPEGARCHIVE_VER := 2.0
|
8
|
+
JPEGARCHIVE_VER := 2.1.0
|
9
9
|
JPEGOPTIM_VER := 1.4.2
|
10
10
|
LIBJPEG_VER := 9a
|
11
|
-
LIBMOZJPEG_VER :=
|
11
|
+
LIBMOZJPEG_VER := 3.0
|
12
12
|
LIBPNG_VER := 1.6.17
|
13
13
|
LIBZ_VER := 1.2.8
|
14
14
|
OPTIPNG_VER := 0.7.5
|
@@ -166,8 +166,7 @@ test :
|
|
166
166
|
$(call check_bin,pngcrush,-version 2>&1,$(PNGCRUSH_VER))
|
167
167
|
$(call check_bin,pngquant,--help,$(PNGQUANT_VER))
|
168
168
|
|
169
|
-
|
170
|
-
livecheck : $(foreach archive,$(LIVECHECK_ARCHIVES),livecheck-$(call downcase,$(archive)))
|
169
|
+
livecheck : $(foreach archive,$(ARCHIVES),livecheck-$(call downcase,$(archive)))
|
171
170
|
|
172
171
|
update-versions :
|
173
172
|
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.20150411'
|
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
|
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.20150411
|
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-04-
|
11
|
+
date: 2015-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: image_optim
|