image_optim_pack 0.5.6.20190728 → 0.6.0.20201024

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.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +17 -4
  3. data/.travis.yml +15 -18
  4. data/CHANGELOG.markdown +21 -0
  5. data/LICENSE.txt +1 -1
  6. data/Makefile +15 -15
  7. data/README.markdown +13 -13
  8. data/Vagrantfile +0 -20
  9. data/boxes/.rubocop.yml +2 -5
  10. data/checksums.mk +5 -5
  11. data/image_optim_pack.gemspec +4 -4
  12. data/script/livecheck +9 -11
  13. data/spec/image_optim_spec.rb +5 -4
  14. data/vendor/darwin-i386/jhead +0 -0
  15. data/vendor/darwin-i386/jpeg-recompress +0 -0
  16. data/vendor/darwin-i386/jpegoptim +0 -0
  17. data/vendor/darwin-i386/jpegtran +0 -0
  18. data/vendor/darwin-i386/libjpeg.dylib +0 -0
  19. data/vendor/darwin-i386/pngquant +0 -0
  20. data/vendor/darwin-x86_64/jhead +0 -0
  21. data/vendor/darwin-x86_64/jpeg-recompress +0 -0
  22. data/vendor/darwin-x86_64/jpegoptim +0 -0
  23. data/vendor/darwin-x86_64/jpegtran +0 -0
  24. data/vendor/darwin-x86_64/libjpeg.dylib +0 -0
  25. data/vendor/darwin-x86_64/pngquant +0 -0
  26. data/vendor/linux-i686/jhead +0 -0
  27. data/vendor/linux-i686/jpeg-recompress +0 -0
  28. data/vendor/linux-i686/jpegoptim +0 -0
  29. data/vendor/linux-i686/jpegtran +0 -0
  30. data/vendor/linux-i686/libjpeg.so +0 -0
  31. data/vendor/linux-i686/pngquant +0 -0
  32. data/vendor/linux-x86_64/jhead +0 -0
  33. data/vendor/linux-x86_64/jpeg-recompress +0 -0
  34. data/vendor/linux-x86_64/jpegoptim +0 -0
  35. data/vendor/linux-x86_64/jpegtran +0 -0
  36. data/vendor/linux-x86_64/libjpeg.so +0 -0
  37. data/vendor/linux-x86_64/pngquant +0 -0
  38. metadata +12 -74
  39. data/boxes/definitions/freebsd-amd64/definition.rb +0 -40
  40. data/boxes/definitions/freebsd-amd64/install.sh +0 -66
  41. data/boxes/definitions/freebsd-i386/definition.rb +0 -40
  42. data/boxes/definitions/freebsd-i386/install.sh +0 -66
  43. data/boxes/definitions/freebsd-postinstall.sh +0 -38
  44. data/boxes/definitions/openbsd-amd64/definition.rb +0 -69
  45. data/boxes/definitions/openbsd-i386/definition.rb +0 -69
  46. data/boxes/definitions/openbsd-postinstall.sh +0 -29
  47. data/image_optim_pack-fake-x42.gemspec +0 -3
  48. data/image_optim_pack-freebsd-amd64.gemspec +0 -3
  49. data/image_optim_pack-freebsd-x86.gemspec +0 -3
  50. data/image_optim_pack-openbsd-x86.gemspec +0 -3
  51. data/image_optim_pack-openbsd-x86_64.gemspec +0 -3
  52. data/vendor/fake-x42/.gitkeep +0 -0
  53. data/vendor/freebsd-amd64/advpng +0 -0
  54. data/vendor/freebsd-amd64/gifsicle +0 -0
  55. data/vendor/freebsd-amd64/jhead +0 -0
  56. data/vendor/freebsd-amd64/jpeg-recompress +0 -0
  57. data/vendor/freebsd-amd64/jpegoptim +0 -0
  58. data/vendor/freebsd-amd64/jpegtran +0 -0
  59. data/vendor/freebsd-amd64/libjpeg.so +0 -0
  60. data/vendor/freebsd-amd64/libpng.so +0 -0
  61. data/vendor/freebsd-amd64/libz.so +0 -0
  62. data/vendor/freebsd-amd64/optipng +0 -0
  63. data/vendor/freebsd-amd64/pngcrush +0 -0
  64. data/vendor/freebsd-amd64/pngquant +0 -0
  65. data/vendor/freebsd-i386/advpng +0 -0
  66. data/vendor/freebsd-i386/gifsicle +0 -0
  67. data/vendor/freebsd-i386/jhead +0 -0
  68. data/vendor/freebsd-i386/jpeg-recompress +0 -0
  69. data/vendor/freebsd-i386/jpegoptim +0 -0
  70. data/vendor/freebsd-i386/jpegtran +0 -0
  71. data/vendor/freebsd-i386/libjpeg.so +0 -0
  72. data/vendor/freebsd-i386/libpng.so +0 -0
  73. data/vendor/freebsd-i386/libz.so +0 -0
  74. data/vendor/freebsd-i386/optipng +0 -0
  75. data/vendor/freebsd-i386/pngcrush +0 -0
  76. data/vendor/freebsd-i386/pngquant +0 -0
  77. data/vendor/openbsd-amd64/advpng +0 -0
  78. data/vendor/openbsd-amd64/gifsicle +0 -0
  79. data/vendor/openbsd-amd64/jhead +0 -0
  80. data/vendor/openbsd-amd64/jpeg-recompress +0 -0
  81. data/vendor/openbsd-amd64/jpegoptim +0 -0
  82. data/vendor/openbsd-amd64/jpegtran +0 -0
  83. data/vendor/openbsd-amd64/libjpeg.so +0 -0
  84. data/vendor/openbsd-amd64/libpng.so +0 -0
  85. data/vendor/openbsd-amd64/libz.so +0 -0
  86. data/vendor/openbsd-amd64/optipng +0 -0
  87. data/vendor/openbsd-amd64/pngcrush +0 -0
  88. data/vendor/openbsd-amd64/pngquant +0 -0
  89. data/vendor/openbsd-i386/advpng +0 -0
  90. data/vendor/openbsd-i386/gifsicle +0 -0
  91. data/vendor/openbsd-i386/jhead +0 -0
  92. data/vendor/openbsd-i386/jpeg-recompress +0 -0
  93. data/vendor/openbsd-i386/jpegoptim +0 -0
  94. data/vendor/openbsd-i386/jpegtran +0 -0
  95. data/vendor/openbsd-i386/libjpeg.so +0 -0
  96. data/vendor/openbsd-i386/libpng.so +0 -0
  97. data/vendor/openbsd-i386/libz.so +0 -0
  98. data/vendor/openbsd-i386/optipng +0 -0
  99. data/vendor/openbsd-i386/pngcrush +0 -0
  100. data/vendor/openbsd-i386/pngquant +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cdbe57d39d85263a21d427e930f45bdc3abe5bdbf36871597b5ba5b8f93ce97
4
- data.tar.gz: dc14365a58dd2a807cb8b8d983e2ab8b0964f3b50d469678c813bba326caa316
3
+ metadata.gz: d63e524a85f3b735916c066f4c4da2fa60416e9b419ecac1a42df74551314ce2
4
+ data.tar.gz: 3a80f659c8e0cb5859e996271c844a6bcf95b07b0cfd0ed24123b2f7af18f3f1
5
5
  SHA512:
6
- metadata.gz: 8b832084e8d2bf16b68551200d7b71df34773233698e43b3840ca451fafd7f8bdedc27e077f37b12a7123469999a478ee4c775bf7b1263000bef317591aa0209
7
- data.tar.gz: fee29dd7f2a1261f9d1f223d7fd372921b1266b22d1e394a9bd591a2a5a94049241b7e5934cae23f69aecc5e3a1c1fa672ec2286ae7f8284ab9be3fc32a06695
6
+ metadata.gz: b58d1b66f13ff5363da17e6c041679b76bb14b8453e4c16c3f8d38396e565f9bea688c8ad54acdb3461567ba12af9bd07451f363c978e59a3409e95e2105422d
7
+ data.tar.gz: 0ee77660e378fe44c85555dce07a6e1d2adeb4af37eb3702659ab3bb9d860cc5da40829957c22b85c37386cf8d5c3a75cd7ec28bf15a573af3373bcf40bed250
@@ -4,6 +4,7 @@ AllCops:
4
4
  - 'build/**/*'
5
5
  - 'download/**/*'
6
6
  - Vagrantfile
7
+ NewCops: enable
7
8
 
8
9
  Bundler/OrderedGems:
9
10
  Enabled: false
@@ -14,9 +15,12 @@ Layout/AccessModifierIndentation:
14
15
  Layout/DotPosition:
15
16
  EnforcedStyle: trailing
16
17
 
17
- Layout/IndentFirstHashElement:
18
+ Layout/FirstHashElementIndentation:
18
19
  EnforcedStyle: consistent
19
20
 
21
+ Layout/LineLength:
22
+ Max: 120
23
+
20
24
  Layout/RescueEnsureAlignment:
21
25
  Enabled: false
22
26
 
@@ -30,9 +34,6 @@ Metrics/BlockLength:
30
34
  Exclude:
31
35
  - spec/**/*_spec.rb
32
36
 
33
- Metrics/LineLength:
34
- Max: 120
35
-
36
37
  Metrics/MethodLength:
37
38
  Max: 15
38
39
 
@@ -40,6 +41,9 @@ Security/YAMLLoad:
40
41
  Exclude:
41
42
  - script/livecheck
42
43
 
44
+ Style/AccessorGrouping:
45
+ Enabled: false
46
+
43
47
  Style/Alias:
44
48
  EnforcedStyle: prefer_alias_method
45
49
 
@@ -52,9 +56,18 @@ Style/EmptyCaseCondition:
52
56
  Style/FormatStringToken:
53
57
  Enabled: false
54
58
 
59
+ Style/HashEachMethods:
60
+ Enabled: true
61
+
55
62
  Style/HashSyntax:
56
63
  EnforcedStyle: hash_rockets
57
64
 
65
+ Style/HashTransformKeys:
66
+ Enabled: false
67
+
68
+ Style/HashTransformValues:
69
+ Enabled: false
70
+
58
71
  Style/IfUnlessModifier:
59
72
  Enabled: false
60
73
 
@@ -2,42 +2,39 @@ sudo: false
2
2
  dist: trusty
3
3
  language: ruby
4
4
  rvm:
5
- - '1.8.7-p371'
5
+ - '1.8.7-p374'
6
6
  - '1.9.3-p551'
7
7
  - '2.0.0-p648'
8
8
  - '2.1.10'
9
9
  - '2.2.10'
10
10
  - '2.3.8'
11
- - '2.4.6'
12
- - '2.5.5'
13
- - '2.6.3'
14
- - 'jruby-9.1.9.0'
11
+ - '2.4.10'
12
+ - '2.5.8'
13
+ - '2.6.6'
14
+ - '2.7.2'
15
+ - 'jruby-9.2.11.1'
15
16
  script:
16
17
  - make test
17
18
  - bundle exec image_optim --info
18
19
  - bundle exec rspec
19
20
  before_install:
21
+ - 'echo "gem: --no-ri --no-rdoc --no-document" > ~/.gemrc'
20
22
  - gem install rubygems-update || gem install rubygems-update --version '< 3'
21
- - gem update --system
23
+ - update_rubygems
22
24
  - gem install bundler || gem install bundler --version '< 2'
23
- - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi
25
+ - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi; which convert
24
26
  - make ldd-version
25
27
  matrix:
26
28
  include:
27
- - dist: trusty
28
- rvm: default
29
- - os: osx
30
- rvm: default
31
- osx_image: xcode8.3
32
29
  - os: osx
33
30
  rvm: default
34
- osx_image: xcode9.4
31
+ osx_image: xcode10.1
35
32
  - os: osx
36
33
  rvm: default
37
- osx_image: xcode10.1
38
- - env: RUBOCOP=✓
39
- rvm: '2.6.3'
34
+ osx_image: xcode11.2
35
+ - env: RUBOCOP=1
36
+ rvm: '2.6.6'
40
37
  script: bundle exec rubocop
41
- - env: CHECK_RUBIES=✓
42
- rvm: '2.6.3'
38
+ - env: CHECK_RUBIES=1
39
+ rvm: '2.6.6'
43
40
  script: bundle exec travis_check_rubies
@@ -2,6 +2,27 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.6.0.20201024 (2020-10-24)
6
+
7
+ * pngquant 2.13.0 [@toy](https://github.com/toy)
8
+
9
+ ## v0.6.0.20200215 (2020-02-15)
10
+
11
+ * jpegarchive 2.2.0 and libmozjpeg 3.3.1 [@toy](https://github.com/toy)
12
+
13
+ ## v0.6.0.20200116 (2020-01-16)
14
+
15
+ * libjpeg 9d [@toy](https://github.com/toy)
16
+
17
+ ## v0.6.0.20191208 (2019-12-08)
18
+
19
+ * jhead 3.04 [@toy](https://github.com/toy)
20
+ * Update jhead source and use https where possible [@toy](https://github.com/toy)
21
+
22
+ ## v0.6.0 (2019-08-15)
23
+
24
+ * Remove FreeBSD and OpenBSD binaries/platforms [#16](https://github.com/toy/image_optim_pack/issues/16) [@toy](https://github.com/toy)
25
+
5
26
  ## v0.5.6.20190728 (2019-07-28)
6
27
 
7
28
  * pngquant 2.12.5 [@toy](https://github.com/toy)
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014-2019 Ivan Kuchin
1
+ Copyright (c) 2014-2020 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
@@ -4,16 +4,16 @@ all :
4
4
 
5
5
  ADVANCECOMP_VER := 2.1
6
6
  GIFSICLE_VER := 1.92
7
- JHEAD_VER := 3.03
8
- JPEGARCHIVE_VER := 2.1.1
7
+ JHEAD_VER := 3.04
8
+ JPEGARCHIVE_VER := 2.2.0
9
9
  JPEGOPTIM_VER := 1.4.6
10
- LIBJPEG_VER := 9c
11
- LIBMOZJPEG_VER := 3.1
10
+ LIBJPEG_VER := 9d
11
+ LIBMOZJPEG_VER := 3.3.1
12
12
  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.5
16
+ PNGQUANT_VER := 2.13.0
17
17
 
18
18
  # ====== CHECKSUMS ======
19
19
 
@@ -83,17 +83,17 @@ $$($1_TGZ) :
83
83
  endef
84
84
 
85
85
  $(eval $(call archive-dl,ADVANCECOMP, https://github.com/amadvance/advancecomp/releases/download/v[VER]/advancecomp-[VER].tar.gz))
86
- $(eval $(call archive-dl,GIFSICLE, http://www.lcdf.org/gifsicle/gifsicle-[VER].tar.gz))
87
- $(eval $(call archive-dl,JHEAD, http://www.sentex.net/~mwandel/jhead/jhead-[VER].tar.gz))
88
- $(eval $(call archive-dl,JPEGARCHIVE, https://github.com/danielgtaylor/jpeg-archive/archive/[VER].tar.gz))
89
- $(eval $(call archive-dl,JPEGOPTIM, http://www.kokkonen.net/tjko/src/jpegoptim-[VER].tar.gz))
90
- $(eval $(call archive-dl,LIBJPEG, http://www.ijg.org/files/jpegsrc.v[VER].tar.gz))
86
+ $(eval $(call archive-dl,GIFSICLE, https://www.lcdf.org/gifsicle/gifsicle-[VER].tar.gz))
87
+ $(eval $(call archive-dl,JHEAD, https://www.sentex.ca/~mwandel/jhead/jhead-[VER].tar.gz))
88
+ $(eval $(call archive-dl,JPEGARCHIVE, https://github.com/danielgtaylor/jpeg-archive/archive/v[VER].tar.gz))
89
+ $(eval $(call archive-dl,JPEGOPTIM, https://www.kokkonen.net/tjko/src/jpegoptim-[VER].tar.gz))
90
+ $(eval $(call archive-dl,LIBJPEG, https://www.ijg.org/files/jpegsrc.v[VER].tar.gz))
91
91
  $(eval $(call archive-dl,LIBMOZJPEG, https://github.com/mozilla/mozjpeg/archive/v[VER].tar.gz))
92
- $(eval $(call archive-dl,LIBPNG, http://prdownloads.sourceforge.net/libpng/libpng-[VER].tar.gz?download))
93
- $(eval $(call archive-dl,LIBZ, http://prdownloads.sourceforge.net/libpng/zlib-[VER].tar.gz?download))
94
- $(eval $(call archive-dl,OPTIPNG, http://prdownloads.sourceforge.net/optipng/optipng-[VER].tar.gz?download))
95
- $(eval $(call archive-dl,PNGCRUSH, http://prdownloads.sourceforge.net/pmt/pngcrush-[VER]-nolib.tar.gz?download))
96
- $(eval $(call archive-dl,PNGQUANT, http://pngquant.org/pngquant-[VER]-src.tar.gz))
92
+ $(eval $(call archive-dl,LIBPNG, https://prdownloads.sourceforge.net/libpng/libpng-[VER].tar.gz?download))
93
+ $(eval $(call archive-dl,LIBZ, https://prdownloads.sourceforge.net/libpng/zlib-[VER].tar.gz?download))
94
+ $(eval $(call archive-dl,OPTIPNG, https://prdownloads.sourceforge.net/optipng/optipng-[VER].tar.gz?download))
95
+ $(eval $(call archive-dl,PNGCRUSH, https://prdownloads.sourceforge.net/pmt/pngcrush-[VER]-nolib.tar.gz?download))
96
+ $(eval $(call archive-dl,PNGQUANT, https://pngquant.org/pngquant-[VER]-src.tar.gz))
97
97
 
98
98
  download : $(foreach archive,$(ARCHIVES),$($(archive)_TGZ))
99
99
  .PHONY : download
@@ -8,36 +8,36 @@
8
8
 
9
9
  Precompiled binaries for [`image_optim`](https://github.com/toy/image_optim).
10
10
 
11
- Contains binaries for Mac OS X (>= 10.6, i386 and x86\_64), Linux (i686 and x86\_64), FreeBSD (i386 and amd64) and OpenBSD (i386 and amd64).
11
+ Contains binaries for Mac OS X (>= 10.7, i386 and x86\_64) and Linux (i686 and x86\_64).
12
12
 
13
13
  A test application with latest `image_optim` and `image_optim_pack` is available on heroku: https://iopack.herokuapp.com/.
14
14
 
15
15
  ## Binaries and libraries
16
16
 
17
- * [advpng](http://www.advancemame.it/doc-advpng.html) by Andrea Mazzoleni and Filipe Estima ([GNU GPLv3](acknowledgements/advancecomp.txt))
18
- * contains parts of [7z](http://7-zip.org) by Igor Pavlov with modifications by Andrea Mazzoleni ([license](acknowledgements/7z.txt))
17
+ * [advpng](https://www.advancemame.it/doc-advpng.html) by Andrea Mazzoleni and Filipe Estima ([GNU GPLv3](acknowledgements/advancecomp.txt))
18
+ * contains parts of [7z](https://7-zip.org) by Igor Pavlov with modifications by Andrea Mazzoleni ([license](acknowledgements/7z.txt))
19
19
  * and [zopfli](https://code.google.com/p/zopfli/) by Lode Vandevenne and Jyrki Alakuijala ([license](acknowledgements/zopfli.txt), [contributors](acknowledgements/zopfli-contributors.txt))
20
- * [gifsicle](http://lcdf.org/gifsicle/) by Eddie Kohler ([GNU GPLv2](acknowledgements/gifsicle.txt))
21
- * [jhead](http://sentex.net/~mwandel/jhead/) by Matthias Wandel ([public domain](acknowledgements/jhead.txt))
20
+ * [gifsicle](https://lcdf.org/gifsicle/) by Eddie Kohler ([GNU GPLv2](acknowledgements/gifsicle.txt))
21
+ * [jhead](https://www.sentex.ca/~mwandel/jhead/) by Matthias Wandel ([public domain](acknowledgements/jhead.txt))
22
22
  * [jpeg-recompress](https://github.com/danielgtaylor/jpeg-archive) by Daniel G. Taylor ([license](acknowledgements/jpeg-archive.txt))
23
23
  * includes [Image Quality Assessment (IQA)](http://tdistler.com/iqa/) by Tom Distler ([license](acknowledgements/iqa.txt))
24
24
  * includes [SmallFry](https://github.com/dwbuiten/smallfry) by Derek Buitenhuis ([license](acknowledgements/smallfry.txt))
25
25
  * statically linked against mozjpeg, see below
26
- * [jpegoptim](http://www.kokkonen.net/tjko/projects.html) by Timo Kokkonen ([GNU GPLv2](acknowledgements/jpegoptim.txt) or later)
27
- * [libjpeg and jpegtran](http://ijg.org/) by the Independent JPEG Group ([license](acknowledgements/libjpeg.txt))
28
- * [libjpeg-turbo](http://www.libjpeg-turbo.org/) by libjpeg-turbo Project ([license](acknowledgements/libjpeg-turbo.txt))
26
+ * [jpegoptim](https://www.kokkonen.net/tjko/projects.html) by Timo Kokkonen ([GNU GPLv2](acknowledgements/jpegoptim.txt) or later)
27
+ * [libjpeg and jpegtran](https://ijg.org/) by the Independent JPEG Group ([license](acknowledgements/libjpeg.txt))
28
+ * [libjpeg-turbo](https://www.libjpeg-turbo.org/) by libjpeg-turbo Project ([license](acknowledgements/libjpeg-turbo.txt))
29
29
  * based on libjpeg, see above
30
- * includes [x86 SIMD extension for IJG JPEG library](http://cetus.sakura.ne.jp/softlab/jpeg-x86simd/jpegsimd.html) by Miyasaka Masaru ([license](acknowledgements/libjpeg-x86-simd.txt))
30
+ * includes [x86 SIMD extension for IJG JPEG library](https://cetus.sakura.ne.jp/softlab/jpeg-x86simd/jpegsimd.html) by Miyasaka Masaru ([license](acknowledgements/libjpeg-x86-simd.txt))
31
31
  * [libpng](http://libpng.org/pub/png/) by Guy Eric Schalnat, Andreas Dilger, Glenn Randers-Pehrson and others ([license](acknowledgements/libpng.txt))
32
32
  * [mozjpeg](https://github.com/mozilla/mozjpeg) by Mozilla Research ([license](acknowledgements/mozjpeg.txt))
33
33
  * base on libjpeg and libjpeg-turbo, see above
34
34
  * [optipng](http://optipng.sourceforge.net/) by Cosmin Truta ([license](acknowledgements/optipng.txt), [authors](acknowledgements/optipng-authors.txt))
35
35
  * contains code based in part on the work of Miyasaka Masaru for BMP support ([license](acknowledgements/bmp2png.txt))
36
36
  * and David Koblas for GIF support ([license](acknowledgements/gifread.txt))
37
- * [pngcrush](http://pmt.sourceforge.net/pngcrush/) by Glenn Randers-Pehrson, portions by Greg Roelofs ([license](acknowledgements/pngcrush.txt))
37
+ * [pngcrush](https://pmt.sourceforge.io/pngcrush/) by Glenn Randers-Pehrson, portions by Greg Roelofs ([license](acknowledgements/pngcrush.txt))
38
38
  * contains [cexcept](http://www.nicemice.net/cexcept/) interface by Adam M. Costello and Cosmin Truta ([license](acknowledgements/cexcept.txt))
39
- * [pngquant](http://pngquant.org/) by Kornel Lesiński based on code by Greg Roelofs and Jef Poskanzer after an idea by Stefan Schneider ([license](acknowledgements/pngquant.txt))
40
- * [zlib](http://zlib.net/) by Jean-Loup Gailly and Mark Adler ([license](acknowledgements/zlib.txt))
39
+ * [pngquant](https://pngquant.org/) by Kornel Lesiński based on code by Greg Roelofs and Jef Poskanzer after an idea by Stefan Schneider ([license](acknowledgements/pngquant.txt))
40
+ * [zlib](https://zlib.net/) by Jean-Loup Gailly and Mark Adler ([license](acknowledgements/zlib.txt))
41
41
 
42
42
  **NOTE: On FreeBSD and OpenBSD `make` is not the GNU Make, so `gmake` should be used instead.**
43
43
 
@@ -92,4 +92,4 @@ make clobber # `clean-all` and remove download directory
92
92
 
93
93
  ## Copyright
94
94
 
95
- Copyright (c) 2014-2019 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
95
+ Copyright (c) 2014-2020 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
@@ -1,5 +1,3 @@
1
- Vagrant.require_version '!= 1.8.5' # OpenBSD can't be halted in 1.8.5
2
-
3
1
  Vagrant.configure('2') do |config|
4
2
  # don't mess with keys
5
3
  config.ssh.insert_key = false
@@ -19,10 +17,6 @@ Vagrant.configure('2') do |config|
19
17
  {
20
18
  'linux-x86_64' => 'boxes/centos-amd64.box',
21
19
  'linux-i686' => 'boxes/centos-i386.box',
22
- 'freebsd-amd64' => 'boxes/freebsd-amd64.box',
23
- 'freebsd-i386' => 'boxes/freebsd-i386.box',
24
- 'openbsd-amd64' => 'boxes/openbsd-amd64.box',
25
- 'openbsd-i386' => 'boxes/openbsd-i386.box',
26
20
  }.each do |name, location|
27
21
  config.vm.define name do |machine|
28
22
  machine.vm.hostname = name.gsub('_', '-')
@@ -39,20 +33,6 @@ Vagrant.configure('2') do |config|
39
33
  yum -y install rsync ntpdate make wget gcc gcc-c++ chrpath perl pkg-config autoconf automake libtool nasm
40
34
  fi
41
35
  SH
42
- when /^freebsd/
43
- <<-SH
44
- set -ex
45
- pkg install -y rsync gmake wget gcc chrpath perl5 pkgconf autoconf automake libtool nasm
46
- SH
47
- when /^openbsd/
48
- <<-SH
49
- set -ex
50
- pkg_add -z rsync-- ntp gmake gtar-- wget g++-4.8.2p2 autoconf-2.69 automake-1.14.1 libtool nasm
51
- real_workdir_path=/home/vagrant/shared
52
- mkdir -p $real_workdir_path
53
- chown vagrant:vagrant $real_workdir_path
54
- ln -nfs $real_workdir_path /vagrant
55
- SH
56
36
  end
57
37
 
58
38
  machine.vm.provision :shell, inline: <<-SH
@@ -1,13 +1,10 @@
1
1
  inherit_from: ../.rubocop.yml
2
2
 
3
- Lint/UnneededSplatExpansion:
3
+ Layout/LineLength:
4
4
  Enabled: false
5
5
 
6
- Metrics/LineLength:
6
+ Lint/RedundantSplatExpansion:
7
7
  Enabled: false
8
8
 
9
9
  Security/Eval:
10
10
  Exclude: [Rakefile]
11
-
12
- Style/BracesAroundHashParameters:
13
- Enabled: false
@@ -1,12 +1,12 @@
1
1
  ADVANCECOMP_SHA256 := 3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8
2
2
  GIFSICLE_SHA256 := 5ab556c01d65fddf980749e3ccf50b7fd40de738b6df679999294cc5fabfce65
3
- JHEAD_SHA256 := 82194e0128d9141038f82fadcb5845391ca3021d61bc00815078601619f6c0c2
4
- JPEGARCHIVE_SHA256 := 494534f5308f99743f11f3a7c151a8d5ca8a5f1f8b61ea119098511d401bc618
3
+ JHEAD_SHA256 := ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9
4
+ JPEGARCHIVE_SHA256 := 3da16a5abbddd925dee0379aa51d9fe0cba33da0b5703be27c13a2dda3d7ed75
5
5
  JPEGOPTIM_SHA256 := 88b1eb64c2a33a2f013f068df8b0331f42c019267401ae3fa28e3277403a5ab7
6
- LIBJPEG_SHA256 := 650250979303a649e21f87b5ccd02672af1ea6954b911342ea491f351ceb7122
7
- LIBMOZJPEG_SHA256 := 11823198f3c677b1832fa2dcf702e458f70c959661c4bec9c8922b7c36e94739
6
+ LIBJPEG_SHA256 := 99cb50e48a4556bc571dadd27931955ff458aae32f68c4d9c39d624693f69c32
7
+ LIBMOZJPEG_SHA256 := aebbea60ea038a84a2d1ed3de38fdbca34027e2e54ee2b7d08a97578be72599d
8
8
  LIBPNG_SHA256 := daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4
9
9
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
10
10
  OPTIPNG_SHA256 := 4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452
11
11
  PNGCRUSH_SHA256 := fed0aaf5c098aa8c7f78c75365cd18d7341417326ecbdba547876b7b4f3df4be
12
- PNGQUANT_SHA256 := 3638936cf6270eeeaabcee42e10768d78e4dc07cac9310307835c1f58b140808
12
+ PNGQUANT_SHA256 := 0d1d5dcdb5785961abf64397fb0735f8a29da346b6fee6666e4ef082b516c07e
@@ -2,9 +2,9 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.5.6.20190728'
5
+ s.version = '0.6.0.20201024'
6
6
  s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, pngcrush, pngquant}
7
- s.homepage = "http://github.com/toy/#{s.name}"
7
+ s.homepage = "https://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
9
9
  s.license = 'MIT'
10
10
 
@@ -54,7 +54,7 @@ Gem::Specification.new do |s|
54
54
  s.add_dependency 'fspath', '>= 2.1', '< 4'
55
55
 
56
56
  s.add_development_dependency 'rspec', '~> 3.0'
57
- if RUBY_VERSION >= '2.2'
58
- s.add_development_dependency 'rubocop', '~> 0.59'
57
+ if RUBY_VERSION >= '2.4'
58
+ s.add_development_dependency 'rubocop', '~> 1.0'
59
59
  end
60
60
  end
@@ -72,11 +72,7 @@ class Livecheck
72
72
  def changelog_entry
73
73
  github_user = `git config github.user`.strip
74
74
  changed = livechecks.select(&:changed?)
75
- %W[
76
- *
77
- #{to_sentence(changed.map(&:name_n_latest_version))}
78
- [@#{github_user}](https://github.com/#{github_user})
79
- ].join(' ') + "\n"
75
+ "* #{to_sentence(changed.map(&:name_n_latest_version))} [@#{github_user}](https://github.com/#{github_user})\n"
80
76
  end
81
77
 
82
78
  def to_sentence(array)
@@ -90,7 +86,9 @@ class Livecheck
90
86
  def write(path, data)
91
87
  path.temp_file(path.dirname) do |io|
92
88
  io.write data
89
+ mode = path.exist? ? path.stat.mode : (0o777 & ~File.umask)
93
90
  io.path.rename(path)
91
+ path.chmod(mode)
94
92
  end
95
93
  warn "Wrote #{path}"
96
94
  end
@@ -173,25 +171,25 @@ Livecheck::Cli.new(ARGV).run
173
171
  __END__
174
172
  advancecomp:
175
173
  url: https://github.com/amadvance/advancecomp/releases.atom
176
- regexp: /amadvance/advancecomp/releases/tag/v(\d+(?:\.\d+)*)
174
+ regexp: <id>tag:github.com,2008:Repository/\d+/\D+?(\d+(?:\.\d+)*)</id>
177
175
  gifsicle:
178
176
  url: https://www.lcdf.org/gifsicle/
179
177
  regexp: gifsicle-(\d+(?:\.\d+)*)\.tar\.gz
180
178
  jhead:
181
- url: http://www.sentex.net/~mwandel/jhead/
179
+ url: https://www.sentex.ca/~mwandel/jhead/
182
180
  regexp: jhead-(\d+(?:\.\d+)*)
183
181
  jpegoptim:
184
182
  url: https://github.com/tjko/jpegoptim/releases.atom
185
- regexp: <title>RELEASE.(\d+(?:\.\d+)*)</title>
183
+ regexp: <id>tag:github.com,2008:Repository/\d+/\D+?(\d+(?:\.\d+)*)</id>
186
184
  jpegarchive:
187
185
  url: https://github.com/danielgtaylor/jpeg-archive/releases.atom
188
- regexp: <title>JPEG-Archive (\d+(?:\.\d+)*)</title>
186
+ regexp: <id>tag:github.com,2008:Repository/\d+/\D+?(\d+(?:\.\d+)*)</id>
189
187
  libjpeg:
190
- url: http://www.ijg.org/files/
188
+ url: https://www.ijg.org/files/
191
189
  regexp: jpegsrc.v(.*?).tar.gz
192
190
  libmozjpeg:
193
191
  url: https://github.com/mozilla/mozjpeg/releases.atom
194
- regexp: <title>mozjpeg v(\d+(?:\.\d+)*)</title>
192
+ regexp: <id>tag:github.com,2008:Repository/\d+/\D+?(\d+(?:\.\d+)*)</id>
195
193
  libpng:
196
194
  url: https://sourceforge.net/projects/libpng/rss?path=/libpng16
197
195
  regexp: /libpng\d*/(\d+(?:\.\d+)*)/
@@ -15,10 +15,11 @@ describe ImageOptim do
15
15
  images_dir = FSPath.new(image_optim_root) / 'spec/images'
16
16
  test_images = images_dir.glob('**/*.*')
17
17
 
18
- isolated_options_base = {:skip_missing_workers => false}
19
- ImageOptim::Worker.klasses.each do |klass|
20
- isolated_options_base[klass.bin_sym] = false
21
- end
18
+ isolated_options_base = Hash[
19
+ ImageOptim::Worker.klasses.map do |klass|
20
+ [klass.bin_sym, false]
21
+ end
22
+ ].merge(:skip_missing_workers => false)
22
23
 
23
24
  ImageOptim::Worker.klasses.each do |worker_klass|
24
25
  next if [:pngout, :svgo].include?(worker_klass.bin_sym)
Binary file
Binary file
Binary file