image_optim_pack 0.8.0.20211116-x86_64-darwin → 0.8.0.20220117-x86_64-darwin

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: dc8afbd765cc12b159539f1b4888a4605daa12fa1ab996251a02b2684855621e
4
- data.tar.gz: fe60bf8c014efe5d81416e6ce6defb90ba1880687742283705ae7f55cf46d91b
3
+ metadata.gz: 5c97d4bc6e633dfd6f65d3bb9dbc72ba2628c0ecc8d5ff1e84592ba483c32bc5
4
+ data.tar.gz: bd9488b722686b55dc9a4d4c8b1e70458a98dd25e6bd5d1aac9e44b34c8e9bb3
5
5
  SHA512:
6
- metadata.gz: ba8fc0046d689e85c50f604409f9c7f76c4dcec141af136188ad9faa1c9468fcc1d4e06dde1af2ae1b5fbfe21c10edfcb9dd2c42719c923728516fe6250ee44d
7
- data.tar.gz: b9fd5731a32e176b636be6c39592f14c5449ec8d9583a6b1b842b08621bd83c5a7397a3914f302dafb5a24ab04e846055a79b6a71c823154852274d882e788ae
6
+ metadata.gz: 6726eba38c78cbd021dc6221072094b5d0853d009a4a110171af448c8b9cb85d30a5c785186da3fdda7b1e6af14fd17021e83443565665f105a6a9692d7bdfb7
7
+ data.tar.gz: b4b1191720eaae283fe79ad8c965fd6f621f1814f87acb956622b0dd34ffc6d45bc7a56d65a4acd90be77a1f6e972409ab98606f0e89e248110659a8d31e1671
@@ -22,6 +22,7 @@ jobs:
22
22
  - '2.6'
23
23
  - '2.7'
24
24
  - '3.0'
25
+ - '3.1'
25
26
  - jruby-9.2
26
27
  fail-fast: false
27
28
  steps:
@@ -33,12 +34,3 @@ jobs:
33
34
  - run: make test
34
35
  - run: bundle exec image_optim --info
35
36
  - run: bundle exec rspec
36
- rubocop:
37
- runs-on: ubuntu-latest
38
- steps:
39
- - uses: actions/checkout@v2
40
- - uses: ruby/setup-ruby@v1
41
- with:
42
- ruby-version: '3.0'
43
- bundler-cache: true
44
- - run: bundle exec rubocop
@@ -0,0 +1,16 @@
1
+ name: rubocop
2
+ on:
3
+ push:
4
+ pull_request:
5
+ schedule:
6
+ - cron: 45 4 * * 0
7
+ jobs:
8
+ rubocop:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - uses: ruby/setup-ruby@v1
13
+ with:
14
+ ruby-version: '3.1'
15
+ bundler-cache: true
16
+ - run: bundle exec rubocop
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.8.0.20220117 (2022-01-17)
6
+
7
+ * libjpeg 9e and pngquant 2.17.0 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.8.0.20211116 (2021-11-16)
6
10
 
7
11
  * oxipng 5.0.1 [@toy](https://github.com/toy)
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014-2021 Ivan Kuchin
1
+ Copyright (c) 2014-2022 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
@@ -7,7 +7,7 @@ GIFSICLE_VER := 1.93
7
7
  JHEAD_VER := 3.04
8
8
  JPEGARCHIVE_VER := 2.2.0
9
9
  JPEGOPTIM_VER := 1.4.6
10
- LIBJPEG_VER := 9d
10
+ LIBJPEG_VER := 9e
11
11
  LIBLCMS_VER := 2.12
12
12
  LIBMOZJPEG_VER := 4.0.3
13
13
  LIBPNG_VER := 1.6.37
@@ -15,7 +15,7 @@ LIBZ_VER := 1.2.11
15
15
  OPTIPNG_VER := 0.7.7
16
16
  OXIPNG_VER := 5.0.1
17
17
  PNGCRUSH_VER := 1.8.13
18
- PNGQUANT_VER := 2.16.0
18
+ PNGQUANT_VER := 2.17.0
19
19
 
20
20
  # ====== CHECKSUMS ======
21
21
 
data/README.markdown CHANGED
@@ -113,4 +113,4 @@ make docker-push # will push tags created by docker-build
113
113
 
114
114
  ## Copyright
115
115
 
116
- Copyright (c) 2014-2021 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
116
+ Copyright (c) 2014-2022 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
data/checksums.mk CHANGED
@@ -3,7 +3,7 @@ GIFSICLE_SHA256 := 92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943
3
3
  JHEAD_SHA256 := ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9
4
4
  JPEGARCHIVE_SHA256 := 3da16a5abbddd925dee0379aa51d9fe0cba33da0b5703be27c13a2dda3d7ed75
5
5
  JPEGOPTIM_SHA256 := 88b1eb64c2a33a2f013f068df8b0331f42c019267401ae3fa28e3277403a5ab7
6
- LIBJPEG_SHA256 := 6c434a3be59f8f62425b2e3c077e785c9ce30ee5874ea1c270e843f273ba71ee
6
+ LIBJPEG_SHA256 := 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d
7
7
  LIBLCMS_SHA256 := 18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5
8
8
  LIBMOZJPEG_SHA256 := 4f22731db2afa14531a5bf2633d8af79ca5cb697a550f678bf43f24e5e409ef0
9
9
  LIBPNG_SHA256 := daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4
@@ -11,4 +11,4 @@ LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
11
11
  OPTIPNG_SHA256 := 4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452
12
12
  OXIPNG_SHA256 := aff72d2f627617f3f36d9796e65b83eb34f24d2c94f3a55612ade2df8ab8d946
13
13
  PNGCRUSH_SHA256 := fed0aaf5c098aa8c7f78c75365cd18d7341417326ecbdba547876b7b4f3df4be
14
- PNGQUANT_SHA256 := 06c6fdded675753fbdbeacc2b63507fb30f42fae813e48a1684b240bb5b63522
14
+ PNGQUANT_SHA256 := a27cf0e64db499ccb3ddae9b36036e881f78293e46ec27a9e7a86a3802fcda66
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.8.0.20211116'
5
+ s.version = '0.8.0.20220117'
6
6
  s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, pngcrush, pngquant}
7
7
  s.homepage = "https://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
@@ -5,7 +5,26 @@ require 'gems'
5
5
  require 'ostruct'
6
6
  require 'terminal-table'
7
7
 
8
- versions = Gems.versions('image_optim_pack').map(&OpenStruct.method(:new))
8
+ ATTRIBUTES = %i[
9
+ authors
10
+ built_at
11
+ created_at
12
+ description
13
+ downloads_count
14
+ metadata
15
+ number
16
+ summary
17
+ platform
18
+ rubygems_version
19
+ ruby_version
20
+ prerelease
21
+ licenses
22
+ requirements
23
+ sha
24
+ ].freeze
25
+ Version = Struct.new(*ATTRIBUTES, :keyword_init => true)
26
+
27
+ versions = Gems.versions('image_optim_pack').map(&Version.method(:new))
9
28
 
10
29
  platforms = versions.map(&:platform).uniq.sort_by do |platform|
11
30
  platform.sub('amd64', 'x86_64').split('-').reverse
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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.8.0.20211116
4
+ version: 0.8.0.20220117
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-16 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -100,6 +100,7 @@ extra_rdoc_files: []
100
100
  files:
101
101
  - ".dockerignore"
102
102
  - ".github/workflows/check.yml"
103
+ - ".github/workflows/rubocop.yml"
103
104
  - ".gitignore"
104
105
  - ".rubocop.yml"
105
106
  - CHANGELOG.markdown
@@ -175,7 +176,7 @@ licenses:
175
176
  metadata:
176
177
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
177
178
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
178
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.8.0.20211116
179
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.8.0.20220117
179
180
  source_code_uri: https://github.com/toy/image_optim_pack
180
181
  post_install_message:
181
182
  rdoc_options: []
@@ -192,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
193
  - !ruby/object:Gem::Version
193
194
  version: '0'
194
195
  requirements: []
195
- rubygems_version: 3.2.31
196
+ rubygems_version: 3.3.5
196
197
  signing_key:
197
198
  specification_version: 4
198
199
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,