image_optim_pack 0.5.0-x86-linux → 0.5.0.20170609-x86-linux

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: 604267ccc10ab658e1c898ca0436178a575c9022
4
- data.tar.gz: 051610d0bd3aec34699ea8a683bbbdb064763c6c
3
+ metadata.gz: aa8d4ca1b92629efcffb8c6ccae9bdc423c15ab3
4
+ data.tar.gz: ce59668f8c4fe00e14df11f08ddc5affd815beaf
5
5
  SHA512:
6
- metadata.gz: 1a4076f9449116604ffc83b1548529bb4bcd83e393006bb492cf44039c706aa09f6529d948281732b46b0b2ab02b2693e42a0f839f28fd9386ecbf18a7a653ae
7
- data.tar.gz: 8de097f07becc2cefbd3806e41cc0dd734a724e49caab91d279a6ba69f6a5f512b5d23309ebbb59ee1be8fa4a0d72109d20581d72e7e90661f5507b0cdb115df
6
+ metadata.gz: f7f950a1e5d20e54e947b62946b4c18231d6078e20216862f460638f74b11423d1a0cc0cdf237b6671b82ae5c03abf7f838de3ead93704375005fd175eaffb81
7
+ data.tar.gz: e97c6a20ce0a87f401ceb219b41de85a9614f5d7f10ee75688271bd8b63b079b3926a22d5b93b85ead45c68cef8fb8d542089e03fe95c64004d16dc5ce8d48f5
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
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: x86-linux
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