image_optim_pack 0.7.0.20210430 → 0.7.0.20210511

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
  SHA256:
3
- metadata.gz: 03e54f47e2b9afa4795d2c72a12a2ea46d7c39c4933a0921304887dcc47d95f5
4
- data.tar.gz: 3a32d99587b4fd484b02127c330224484f3cea9ddfd9dbf11a91108876b76f08
3
+ metadata.gz: 7852ea59f176e968548022056385c61b560834f049a0a8b073add0a54d9b2e96
4
+ data.tar.gz: 572a8d7816118f8d31faf52582972ab5f3fa554388a49436803c1d95252f6722
5
5
  SHA512:
6
- metadata.gz: 1967619efa0bac013ef5c600ba7050d81ae626f706937e54ecb7c8425d9e5847f5182ad54a94ee159411c2e9da4d8b4d0e2af0a9b2c8f22b26a9fdd5eaef3b49
7
- data.tar.gz: 9cda04fa99b0354d21d1e075cc21774c9265ae1bf96f1761801b8fbe2c33d2709827e69e8936283d610380973da374b56dee8104fbffd752418a27ed25446e73
6
+ metadata.gz: 26800ec1838e187ed6a24db054c21d3a8f0d32660cff9e3b325382e58da3cf6c411dbc4a9364b32dd5cea81108a1e0e9efd13349d5b42c3202f174860550d839
7
+ data.tar.gz: eed2a1cb3ad85466a57b9a8db63e6ea764cd872b8c979cc1cbadfc8b7708d9ff254b8763bb17f148ee8e56f8ccae32a5c9eaa04a4f83dc5263c1aae8b524b1bd
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.7.0.20210511 (2021-05-11)
6
+
7
+ * pngquant 2.15.0 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.7.0.20210430 (2021-04-30)
6
10
 
7
11
  * pngquant 2.14.1 [@toy](https://github.com/toy)
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.14.1
16
+ PNGQUANT_VER := 2.15.0
17
17
 
18
18
  # ====== CHECKSUMS ======
19
19
 
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 := 70fd2c1bdaa763378e89c14a554e3b9ab7869ca2334ad34ed2cd6ad3cb37f443
12
+ PNGQUANT_SHA256 := c5051b9eb3de5acd1ee3b5b4cc87036b25289277fcef8f293a35f84da71e5a04
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.7.0.20210430'
5
+ s.version = '0.7.0.20210511'
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']
@@ -56,5 +56,6 @@ Gem::Specification.new do |s|
56
56
  s.add_development_dependency 'rspec', '~> 3.0'
57
57
  if RUBY_VERSION >= '2.4'
58
58
  s.add_development_dependency 'rubocop', '~> 1.0'
59
+ s.add_development_dependency 'rubocop-rspec', '~> 2.0'
59
60
  end
60
61
  end
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.7.0.20210430
4
+ version: 0.7.0.20210511
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-30 00:00:00.000000000 Z
11
+ date: 2021-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -72,6 +72,20 @@ dependencies:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
74
  version: '1.0'
75
+ - !ruby/object:Gem::Dependency
76
+ name: rubocop-rspec
77
+ requirement: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: '2.0'
82
+ type: :development
83
+ prerelease: false
84
+ version_requirements: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: '2.0'
75
89
  description:
76
90
  email:
77
91
  executables: []
@@ -174,7 +188,7 @@ licenses:
174
188
  metadata:
175
189
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
176
190
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
177
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.7.0.20210430
191
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.7.0.20210511
178
192
  source_code_uri: https://github.com/toy/image_optim_pack
179
193
  post_install_message:
180
194
  rdoc_options: []
@@ -191,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
205
  - !ruby/object:Gem::Version
192
206
  version: '0'
193
207
  requirements: []
194
- rubygems_version: 3.1.5
208
+ rubygems_version: 3.2.16
195
209
  signing_key:
196
210
  specification_version: 4
197
211
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,