image_optim_pack 0.2.1 → 0.2.1.20150107

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
- YzRjOWZkZTMxZGIzYzk5MTE0ZmUzZTg2ZmQ4NDkyOWYzYTU3OWMzNw==
4
+ YTgxYTIzOTg5ZTE5YjBhMTYwNmJiY2U3MTRmZWFkY2UzNjZkMDhhYw==
5
5
  data.tar.gz: !binary |-
6
- MjI1YzMxMTliM2I5OTE1N2IwNTIzOWFjY2FmYWFiNTk2NzAzZWNkYQ==
6
+ Njc5NTY0NjE1MjBhZDk3ZmE4MTAxMzJjN2I0NjhlZDk1MTQ0N2YzZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTYxMWEwOTcwMmE2NDQ0OTNmNmYyYjVmODhkNTIyMWVmNWMwMTc2NWY3YTkz
10
- NzBmMDc3ZDg0ZmQxNjY4ZWQwYmVhYTg0YTc3ZGY5MTFmODlmZTZmM2I3NWE4
11
- ZTMzNTU3MjcxNmJkMTI2ZmE4ZjljY2MxNWY4M2YwNDExMWE5MmQ=
9
+ MDdjZGNhYzZlNGEyNGVjNjZjMTA0YWY5ZmEyMTgwYWEwNWIxOTkxMGNmNGIz
10
+ MzI5NTA4YzljNmI3OThlYzVhMGE5ODc2MWJkNjI1MDQ0ZDE2NzZlZWNmYzAy
11
+ NmM0Y2EzZDg2Y2JlOTJjNmZkNjg1Yjc0MzNhYmIxYzFkYjYzNmE=
12
12
  data.tar.gz: !binary |-
13
- NjZmMDU2M2ZmZWJiYWJlZjkyZjhjNWUwNjIwNTY3OGQ5NjFiZTJjMzI3NjBk
14
- M2E1MGFkNDllMzJhYWZhZThjOTNlNGZhNjEyOGZkODg3MTQyNTIwNTZjNDBk
15
- OWViOThjZDMzYmEzNzIyMzJmZDRiYzZkNGFjZTI0MjUwMzM0MTc=
13
+ NjI5ZWFlMDE4MDMyNWFkMWYyZjkwNTU3MjkzNDIzODRmMjhkMjc1NGEwODAx
14
+ ZTg2NmQ3NzMzM2YxMDU2OTU2NWU5Y2M2NDg1ZTRlNjU4OGE4MTdmNTI2YmJi
15
+ NjVmNjk0MWM3NjUwYzhjZjM2ODM3MDY0M2RkOTM1NTM5YmQyOWU=
data/.travis.yml CHANGED
@@ -5,8 +5,8 @@ rvm:
5
5
  - 1.9.3
6
6
  - 2.0.0
7
7
  - 2.1.0
8
- - jruby-18mode
9
- - jruby-19mode
8
+ - jruby-1.7.17-18mode
9
+ - jruby-1.7.17-19mode
10
10
  - ree
11
11
  script:
12
12
  if [ -z "$RUBOCOP" ]; then
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Ivan Kuchin
1
+ Copyright (c) 2014-2015 Ivan Kuchin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/Makefile CHANGED
@@ -13,7 +13,7 @@ LIBPNG_VER := 1.6.16
13
13
  LIBZ_VER := 1.2.8
14
14
  OPTIPNG_VER := 0.7.5
15
15
  PNGCRUSH_VER := 1.7.82
16
- PNGQUANT_VER := 2.3.1
16
+ PNGQUANT_VER := 2.3.3
17
17
 
18
18
  # ====== CONSTANTS ======
19
19
 
data/README.markdown CHANGED
@@ -83,4 +83,4 @@ make clobber # `claen-all` and remove download directory
83
83
 
84
84
  ## Copyright
85
85
 
86
- Copyright (c) 2014 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
86
+ Copyright (c) 2014-2015 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
@@ -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.20150107'
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.20150107
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-23 00:00:00.000000000 Z
11
+ date: 2015-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim