image_optim_pack 0.9.1.20230814 → 0.10.0

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: d3e2b922a3d356ddcfba7339e11e3cd633fcf468877e45faf0544f37aec7e1ff
4
- data.tar.gz: 4315d2a006c2019cf6e264d54cb999b5d3b9993559343f2ea6335f105cbd2bea
3
+ metadata.gz: 3543a1848a05a57c04fbd4dbcf39e264cac77d48796429900d008a9358b8ef05
4
+ data.tar.gz: 7245fb86b2f2d2e8a3ada59606cccdcab9024a715c01dcf4a6be712954b4d719
5
5
  SHA512:
6
- metadata.gz: 88000c1fa932230c9bfb0e88db83de90abeb2876bd13e34e55f055365d42faa07ee3cba0eb04e87fa3cdde14b3d5f58df30943e2b2be2d8c3d31775aa91a32e3
7
- data.tar.gz: c0b30b81578f108a45d7831502992424b17f74f6989d8e487cc649b2317f4d68f33cd9c5e1ac1d005041d5a5f9c86fa894ea6b45b0bf61ca47dec909b857980d
6
+ metadata.gz: cc77a7569b16b1ad9576c76c72bf75536441b224d381c48a3afdbae2db50a23978db603ccb66da755a3eed1e7698c625101b24de2a5d216477db1ea07e12b1b9
7
+ data.tar.gz: d9302a909fdfe0242718192c9d4cfe1559f647b1a66b08e9f40abe0fea0f1ecb93055266fe3d5ed712a5533645ca02e904b8b3b5b18b1f75cc76022d8bea18a5
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.10.0 (2023-10-11)
6
+
7
+ * advancecomp 2.6 and oxipng 9.0.0 [@toy](https://github.com/toy)
8
+ * Remove 32 bit (i686) linux binaries/platform [@toy](https://github.com/toy)
9
+
10
+ ## v0.9.1.20230828 (2023-08-28)
11
+
12
+ * libmozjpeg 4.1.4 [@toy](https://github.com/toy)
13
+
5
14
  ## v0.9.1.20230814 (2023-08-14)
6
15
 
7
16
  * jpegoptim 1.5.5 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -2,18 +2,18 @@ all :
2
2
 
3
3
  # ====== VERSIONS ======
4
4
 
5
- ADVANCECOMP_VER := 2.5
5
+ ADVANCECOMP_VER := 2.6
6
6
  GIFSICLE_VER := 1.94
7
7
  JHEAD_VER := 3.04
8
8
  JPEGARCHIVE_VER := 2.2.0
9
9
  JPEGOPTIM_VER := 1.5.5
10
10
  LIBJPEG_VER := 9e
11
11
  LIBLCMS_VER := 2.15
12
- LIBMOZJPEG_VER := 4.1.3
12
+ LIBMOZJPEG_VER := 4.1.4
13
13
  LIBPNG_VER := 1.6.40
14
14
  LIBZ_VER := 1.2.11
15
15
  OPTIPNG_VER := 0.7.7
16
- OXIPNG_VER := 8.0.0
16
+ OXIPNG_VER := 9.0.0
17
17
  PNGCRUSH_VER := 1.8.13
18
18
  PNGOUT_VER := 20200115
19
19
  PNGOUT_LINUX_VER := $(PNGOUT_VER)
@@ -244,8 +244,6 @@ endef
244
244
 
245
245
  ifdef IS_DARWIN
246
246
  test : ARCH_STRING := $(ARCH)
247
- else ifeq (i386,$(ARCH:i686=i386))
248
- test : ARCH_STRING := 80386
249
247
  else ifeq (amd64,$(ARCH:x86_64=amd64))
250
248
  test : ARCH_STRING := x86-64
251
249
  endif
@@ -491,7 +489,7 @@ $(OPTIPNG_TARGET) :
491
489
 
492
490
  ## oxipng
493
491
  $(OXIPNG_TARGET) :
494
- cd $(DIR) && cargo build --release --frozen
492
+ cd $(DIR) && cargo build --release --locked
495
493
 
496
494
  ## pngcrush
497
495
  $(eval $(call depend,PNGCRUSH,LIBPNG LIBZ))
data/README.markdown CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  Precompiled binaries for [`image_optim`](https://github.com/toy/image_optim).
13
13
 
14
- Contains binaries for Mac OS X (>= 10.9, x86\_64) and Linux (i686 and x86\_64).
14
+ Contains binaries for Mac OS X (>= 10.9, x86\_64) and Linux (x86\_64).
15
15
 
16
16
  A test application with latest `image_optim` and `image_optim_pack` is available on render: https://iopack.onrender.com/.
17
17
 
data/Vagrantfile CHANGED
@@ -17,7 +17,6 @@ Vagrant.configure('2') do |config|
17
17
 
18
18
  {
19
19
  'linux-x86_64' => 'boxes/centos-amd64.box',
20
- 'linux-i686' => 'ubuntu/xenial32',
21
20
  }.each do |name, location|
22
21
  config.vm.define name do |machine|
23
22
  machine.vm.hostname = name.gsub('_', '-')
data/checksums.mk CHANGED
@@ -1,15 +1,15 @@
1
- ADVANCECOMP_SHA256 := 90b8ecad387b4770658e85be850b22318ee9e375cbad85ad25c8519d93317c07
1
+ ADVANCECOMP_SHA256 := b07d77735540409771cbe1b6df165b5151c11bb9c3d8f01290be0ec88ec3498f
2
2
  GIFSICLE_SHA256 := 4bc97005c0789620de75f89997d3c2f70758c72c61aa0a2ef04f7a671a2ff89b
3
3
  JHEAD_SHA256 := ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9
4
4
  JPEGARCHIVE_SHA256 := 3da16a5abbddd925dee0379aa51d9fe0cba33da0b5703be27c13a2dda3d7ed75
5
5
  JPEGOPTIM_SHA256 := 90a309d1c092de358bb411d702281ac3039b489d03adb0bc3c4ef04cf0067d38
6
6
  LIBJPEG_SHA256 := 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d
7
7
  LIBLCMS_SHA256 := b20cbcbd0f503433be2a4e81462106fa61050a35074dc24a4e356792d971ab39
8
- LIBMOZJPEG_SHA256 := f6ce89f616b30c498d1fb3b0f0940914557d8393a79c9e7aafff72032446bca0
8
+ LIBMOZJPEG_SHA256 := 8a5018dc93c08a49fba3aff8d1a0be0a3e26460e315d1db45abb64402935e0db
9
9
  LIBPNG_SHA256 := 8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183bb42
10
10
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
11
11
  OPTIPNG_SHA256 := 4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452
12
- OXIPNG_SHA256 := ef96d6340e70900de0a38ace8f5f20878f6c256b18b0c59cd87f2b515437b87b
12
+ OXIPNG_SHA256 := 534fa8f349f52b01c2ee4332cef25ce1311edca04209ac6d972e38b171550a1b
13
13
  PNGCRUSH_SHA256 := fed0aaf5c098aa8c7f78c75365cd18d7341417326ecbdba547876b7b4f3df4be
14
14
  PNGOUT_LINUX_SHA256 := ac38bba6f0de29033de866538c3afa64341319b695bbe388efbc5fd9e830e928
15
15
  PNGOUT_LINUX_STATIC_SHA256 := 7a78ea475d65a00981bf418e5dfa3b34e42d6460fb992340802873bb14b08597
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.9.1.20230814'
5
+ s.version = '0.10.0'
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']
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
22
22
  s.platform = Gem::Platform.new([gem_cpu, gem_os])
23
23
 
24
24
  cpu_aliases = {
25
- 'x86' => %w[i386 i686],
26
25
  'x86_64' => %w[x86_64 amd64],
27
26
  }[gem_cpu] || [gem_cpu]
28
27
 
@@ -5,26 +5,7 @@ require 'gems'
5
5
  require 'ostruct'
6
6
  require 'terminal-table'
7
7
 
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))
8
+ versions = Gems.versions('image_optim_pack').map(&OpenStruct.method(:new)) # rubocop:disable Style/OpenStructUse
28
9
 
29
10
  platforms = versions.map(&:platform).uniq.sort_by do |platform|
30
11
  platform.sub('amd64', 'x86_64').split('-').reverse
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.9.1.20230814
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-14 00:00:00.000000000 Z
11
+ date: 2023-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -148,7 +148,6 @@ files:
148
148
  - boxes/definitions/centos-postinstall.sh
149
149
  - checksums.mk
150
150
  - image_optim_pack-darwin-x86_64.gemspec
151
- - image_optim_pack-linux-x86.gemspec
152
151
  - image_optim_pack-linux-x86_64.gemspec
153
152
  - image_optim_pack.gemspec
154
153
  - lib/image_optim/pack.rb
@@ -175,21 +174,6 @@ files:
175
174
  - vendor/darwin-x86_64/pngcrush
176
175
  - vendor/darwin-x86_64/pngout
177
176
  - vendor/darwin-x86_64/pngquant
178
- - vendor/linux-i686/advpng
179
- - vendor/linux-i686/gifsicle
180
- - vendor/linux-i686/jhead
181
- - vendor/linux-i686/jpeg-recompress
182
- - vendor/linux-i686/jpegoptim
183
- - vendor/linux-i686/jpegtran
184
- - vendor/linux-i686/libjpeg.so
185
- - vendor/linux-i686/liblcms2.so
186
- - vendor/linux-i686/libpng.so
187
- - vendor/linux-i686/libz.so
188
- - vendor/linux-i686/optipng
189
- - vendor/linux-i686/oxipng
190
- - vendor/linux-i686/pngcrush
191
- - vendor/linux-i686/pngout
192
- - vendor/linux-i686/pngquant
193
177
  - vendor/linux-x86_64/advpng
194
178
  - vendor/linux-x86_64/gifsicle
195
179
  - vendor/linux-x86_64/jhead
@@ -211,7 +195,7 @@ licenses:
211
195
  metadata:
212
196
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
213
197
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
214
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.9.1.20230814
198
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.10.0
215
199
  source_code_uri: https://github.com/toy/image_optim_pack
216
200
  post_install_message:
217
201
  rdoc_options: []
@@ -228,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
212
  - !ruby/object:Gem::Version
229
213
  version: '0'
230
214
  requirements: []
231
- rubygems_version: 3.4.12
215
+ rubygems_version: 3.4.20
232
216
  signing_key:
233
217
  specification_version: 4
234
218
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
@@ -1,3 +0,0 @@
1
- # encoding: UTF-8
2
-
3
- eval "gemspec_path = #{__FILE__.inspect}; #{File.read('image_optim_pack.gemspec')}"
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
Binary file