image_optim_pack 0.5.0 → 0.5.0.20170609

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6004d581ce08a704484fba47c4869e517bcfeef7
4
- data.tar.gz: e45a7681e28e3bb4b22a853f7af94326683119da
3
+ metadata.gz: ed02e07443079bf88f9c83ab8c64da892942705c
4
+ data.tar.gz: f86105c082b0d3a54ab9c2359313107859b0de1a
5
5
  SHA512:
6
- metadata.gz: 41b0ba6e05e025a0dc8ef0299e4f0fb8be6ec73b8cdbb7940cbfe604303639934653476f025ba6237e291e08ead6aa0c64e15ef8f3c4e6534e3eeec46e884673
7
- data.tar.gz: 34e0c02ce6f3bb70d7955d4ea3e906c72a898e654c2f7c1a58a454649717b120301996fd556a9312ab4305a093724341130a0ed739f090a6bd0d3bae7381f3fc
6
+ metadata.gz: a6b6dfed13eaeef036ec6e0e01043ee2a5f80f36f007cc811df7ae82e9760de90b73461295edf162935e3b046133ada8618cdf60a17493c7db4f4bf562f346e3
7
+ data.tar.gz: 4533a82d79e4c6b54ee1e598da66c0b42fe3c136fee971ce13db43491ff1d7e6c7c5c54c2445e7c226bc698130406120c7fd1d5adb615681f0f6c53e1fcf00b8
data/.travis.yml CHANGED
@@ -10,7 +10,7 @@ rvm:
10
10
  - '2.4.1'
11
11
  - 'jruby-1.7.26'
12
12
  - 'jruby-9.0.5.0'
13
- - 'jruby-9.1.5.0'
13
+ - 'jruby-9.1.9.0'
14
14
  script:
15
15
  - make test
16
16
  - bundle exec image_optim --info
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.0.20170609 (2017-06-09)
6
+
7
+ * advpng 2.0 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.0 (2017-05-06)
6
10
 
7
11
  * Add gemspec for each platform to also release per platform gems [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -2,7 +2,7 @@ all :
2
2
 
3
3
  # ====== VERSIONS ======
4
4
 
5
- ADVANCECOMP_VER := 1.23
5
+ ADVANCECOMP_VER := 2.0
6
6
  GIFSICLE_VER := 1.88
7
7
  JHEAD_VER := 3.00
8
8
  JPEGARCHIVE_VER := 2.1.1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.5.0'
5
+ s.version = '0.5.0.20170609'
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']
Binary file
Binary file
Binary file
Binary file
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.5.0
4
+ version: 0.5.0.20170609
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-06 00:00:00.000000000 Z
11
+ date: 2017-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim