image_optim_pack 0.5.2.20190428-x86-linux → 0.5.3-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76802061fac63dd5d55f35c0e2c34ba5e5bee437678d358025b13a9f39197dd7
4
- data.tar.gz: 62c2587f1b09b0f4e182d34f74e9227836934a8aa7dea4969673268b707e606e
3
+ metadata.gz: 5c6c772821439744853317f1e619e459ffcc02e237773d2288c87197e2b76ad6
4
+ data.tar.gz: 995fc8c4c894816b21d155d90268afe950cdcc33c4d2cce21d41c6b9a5a19760
5
5
  SHA512:
6
- metadata.gz: 6dcd032ab35bbfffbf22a35ff011fcf1945a017b905f0c5d30bebe2ec4a5e3989bd523cc1a35d9c8d0ab2fd9dbbd2083e0a756d0e6afe0416570083b350fdc85
7
- data.tar.gz: e8b1ed8813466f34226256eb5a7c9ffcb6fc85e1987724569a9947d1a8ae091dc24dbb2d9c1ba2a54f9eece71980d315ce783b8ae4f8b7abf94d68f531e75848
6
+ metadata.gz: a32c6cc2e0403b084d3c790d71ab13d1cf8cfe16dd4a8e78517afcc20d4d0616eeabc62e7a3efd143e4f0bc155d4a490ddd55c9de8a3fd26c4c57a3231cb69d0
7
+ data.tar.gz: f186df63c9a8cb26f975321681a4b3746a0a891f5be5b50cab4cbf54a3f30abfcf50c77d46dce544a1334b3e7ba556db3adddbb3bf56e72a045bf1d5d573c048
data/.rubocop.yml CHANGED
@@ -14,7 +14,7 @@ Layout/AccessModifierIndentation:
14
14
  Layout/DotPosition:
15
15
  EnforcedStyle: trailing
16
16
 
17
- Layout/IndentHash:
17
+ Layout/IndentFirstHashElement:
18
18
  EnforcedStyle: consistent
19
19
 
20
20
  Layout/RescueEnsureAlignment:
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.3 (2019-05-25)
6
+
7
+ * pngquant 2.12.3 [@toy](https://github.com/toy)
8
+ * Enable frozen string literals [@toy](https://github.com/toy)
9
+
5
10
  ## v0.5.2.20190428 (2019-04-28)
6
11
 
7
12
  * gifsicle 1.92 and libpng 1.6.37 [@toy](https://github.com/toy)
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  source 'https://rubygems.org'
2
4
 
3
5
  gemspec :name => 'image_optim_pack'
data/Makefile CHANGED
@@ -13,7 +13,7 @@ LIBPNG_VER := 1.6.37
13
13
  LIBZ_VER := 1.2.11
14
14
  OPTIPNG_VER := 0.7.7
15
15
  PNGCRUSH_VER := 1.8.13
16
- PNGQUANT_VER := 2.12.2
16
+ PNGQUANT_VER := 2.12.3
17
17
 
18
18
  # ====== CHECKSUMS ======
19
19
 
data/boxes/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  source 'https://rubygems.org'
2
4
 
3
5
  gem 'rake'
data/boxes/Rakefile CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'pathname'
2
4
 
3
5
  class Box # :nodoc:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  Veewee::Session.declare({
2
4
  :cpu_count => '1',
3
5
  :memory_size => '512',
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  Veewee::Session.declare({
2
4
  :cpu_count => '1',
3
5
  :memory_size => '512',
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  Veewee::Session.declare({
2
4
  :cpu_count => '1',
3
5
  :memory_size => '512',
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  Veewee::Session.declare({
2
4
  :cpu_count => '1',
3
5
  :memory_size => '512',
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  Veewee::Session.declare({
2
4
  :cpu_count => '1',
3
5
  :memory_size => '512',
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  Veewee::Session.declare({
2
4
  :cpu_count => '1',
3
5
  :memory_size => '512',
data/checksums.mk CHANGED
@@ -9,4 +9,4 @@ LIBPNG_SHA256 := daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb
9
9
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
10
10
  OPTIPNG_SHA256 := 4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452
11
11
  PNGCRUSH_SHA256 := fed0aaf5c098aa8c7f78c75365cd18d7341417326ecbdba547876b7b4f3df4be
12
- PNGQUANT_SHA256 := bb031c48039ee73ea0e60709bb9ab80c55bfa3a5920b798ea37a03f2757b099c
12
+ PNGQUANT_SHA256 := 8bb076832a3f1c826393f4be62df8b637dfd6493b13d5839ad697a8a80ccf95b
@@ -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.2.20190428'
5
+ s.version = '0.5.3'
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']
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'fspath'
2
4
  require 'image_optim/bin_resolver/bin'
3
5
 
@@ -1 +1,3 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'image_optim/pack'
data/script/livecheck CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
 
3
4
  require 'yaml'
4
5
  require 'uri'
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
 
3
4
  require 'gems'
4
5
  require 'ostruct'
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'spec_helper'
2
4
  require 'image_optim/pack'
3
5
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'spec_helper'
2
4
  require 'image_optim'
3
5
  require 'image_optim/cmd'
data/spec/spec_helper.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  RSpec.configure do |c|
2
4
  c.before do
3
5
  stub_const('ImageOptim::Config::GLOBAL_PATH', '/dev/null')
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.2.20190428
4
+ version: 0.5.3
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: 2019-04-28 00:00:00.000000000 Z
11
+ date: 2019-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -163,7 +163,7 @@ licenses:
163
163
  metadata:
164
164
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
165
165
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
166
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.2.20190428
166
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.3
167
167
  source_code_uri: https://github.com/toy/image_optim_pack
168
168
  post_install_message:
169
169
  rdoc_options: []