image_optim_pack 0.5.2.20190428-x86-openbsd → 0.5.3-x86-openbsd

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: 9036edf7f3ac64dfe8ed5450c328d8ac054f56083a2420be5fb57c78b75ad866
4
- data.tar.gz: a03470e0a11dd64966b5eb9d3256ed10a4c6b7c21c94d5b626adc497a4b7199e
3
+ metadata.gz: 998cb0304e69a27a09abf1f49b9ab2ecf572037dd5751a699d92d091c613d1de
4
+ data.tar.gz: 36537403178e4533be9c6a999fc86ffb9ce97586d3f0a0d0c75c9b606bff75cc
5
5
  SHA512:
6
- metadata.gz: ab6205438b21969c1c20a172f417875b1dfa6752c569e26f8ac25de3a16d0c28731bf8883963630187c8048469bc35a00aeb1d9aadd6c40b9d446935bcf40ac3
7
- data.tar.gz: 1cf155c536b2fede7825e96a2e9b19f5ff131490d9e15fa4f94ebe3555c7c4b1f7dcd90e4a3e24c810f4c546cb3e86533a2b4af46fc063ee628e21cefad4cb52
6
+ metadata.gz: c290a958ae0e30d27e4cae838deb0aafb69ca42c1906c13f53b2e82923dea81c0f94903c5f6f7cc7d0a44324468be788ec84483b4f2ad287142728dffddb3fea
7
+ data.tar.gz: fef0c4972e0a4cf7908194e8affc0580c031d7294698e7d4d1b6d9d1a7ebe1d7bc87dbfdb1dee975b774b30e67b2d72f67ebf7f7766ce3cc1f35eddf741d2c1f
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-openbsd
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: []