image_optim_pack 0.6.0.20191208 → 0.6.0.20200116

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: ae75e381ae045116563e13a514e84ea69e4921f93cc0839a097299b531748203
4
- data.tar.gz: a624dd32785c0cdcabbf0daeb823402d1a3d246ff2ec21add33f566852a8ee0c
3
+ metadata.gz: 253b24f94ff4ef964fea6be522486aa81c930bae17d79238c294bfb50a842092
4
+ data.tar.gz: 4e02191cdf6df5489821aa915719bf58844c9b45f754113d3fa98dfb17bba81d
5
5
  SHA512:
6
- metadata.gz: c91a7379d9641f7a366b1f8c9ab9816d3b0ab6e35eed8dbb308c8d6c161fa76f119f0b36b0135061b2bc59f94123732075172f81dd20567e69b1e6163b1c3f59
7
- data.tar.gz: 7f5219ef3123d4b4926783ecf9c58a20c0c157ad421174abf71d9a0c5caf64e59a91a8578df7885fc63e49be98d6e5bc11410fffa6b6321e80f63a262b8c39ca
6
+ metadata.gz: 47d9f7a23224d963cd8ef0c91bd924aeb2e91dc06cb462b94fbdedbf2ecaa4586805997439a88cfe0c8059032c4a20de31359927619ad1263f1145cf372970e6
7
+ data.tar.gz: ff66eb14c5fb7f6c58fac7a50294a1074532d75a380c9258872a7e4fc280158b0373cb033c70b03af1064239271b194bb57e813cd623f31353c1ff5ea18116a9
data/.travis.yml CHANGED
@@ -11,6 +11,7 @@ rvm:
11
11
  - '2.4.9'
12
12
  - '2.5.7'
13
13
  - '2.6.5'
14
+ - '2.7.0'
14
15
  - 'jruby-9.1.17.0'
15
16
  - 'jruby-9.2.7.0'
16
17
  script:
@@ -21,7 +22,7 @@ before_install:
21
22
  - gem install rubygems-update || gem install rubygems-update --version '< 3'
22
23
  - gem update --system
23
24
  - gem install bundler || gem install bundler --version '< 2'
24
- - 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
25
26
  - make ldd-version
26
27
  matrix:
27
28
  include:
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.6.0.20200116 (2020-01-16)
6
+
7
+ * libjpeg 9d [@toy](https://github.com/toy)
8
+
5
9
  ## v0.6.0.20191208 (2019-12-08)
6
10
 
7
11
  * jhead 3.04 [@toy](https://github.com/toy)
data/LICENSE.txt CHANGED
@@ -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
@@ -7,7 +7,7 @@ GIFSICLE_VER := 1.92
7
7
  JHEAD_VER := 3.04
8
8
  JPEGARCHIVE_VER := 2.1.1
9
9
  JPEGOPTIM_VER := 1.4.6
10
- LIBJPEG_VER := 9c
10
+ LIBJPEG_VER := 9d
11
11
  LIBMOZJPEG_VER := 3.1
12
12
  LIBPNG_VER := 1.6.37
13
13
  LIBZ_VER := 1.2.11
data/README.markdown CHANGED
@@ -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.
data/checksums.mk CHANGED
@@ -3,7 +3,7 @@ GIFSICLE_SHA256 := 5ab556c01d65fddf980749e3ccf50b7fd40de738b6df679999294cc5fabfc
3
3
  JHEAD_SHA256 := ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9
4
4
  JPEGARCHIVE_SHA256 := 494534f5308f99743f11f3a7c151a8d5ca8a5f1f8b61ea119098511d401bc618
5
5
  JPEGOPTIM_SHA256 := 88b1eb64c2a33a2f013f068df8b0331f42c019267401ae3fa28e3277403a5ab7
6
- LIBJPEG_SHA256 := 650250979303a649e21f87b5ccd02672af1ea6954b911342ea491f351ceb7122
6
+ LIBJPEG_SHA256 := 99cb50e48a4556bc571dadd27931955ff458aae32f68c4d9c39d624693f69c32
7
7
  LIBMOZJPEG_SHA256 := 11823198f3c677b1832fa2dcf702e458f70c959661c4bec9c8922b7c36e94739
8
8
  LIBPNG_SHA256 := daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4
9
9
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.6.0.20191208'
5
+ s.version = '0.6.0.20200116'
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']
@@ -55,6 +55,6 @@ Gem::Specification.new do |s|
55
55
 
56
56
  s.add_development_dependency 'rspec', '~> 3.0'
57
57
  if RUBY_VERSION >= '2.2'
58
- s.add_development_dependency 'rubocop', '~> 0.59'
58
+ s.add_development_dependency 'rubocop', '~> 0.59', '!= 0.78.0'
59
59
  end
60
60
  end
data/script/livecheck CHANGED
@@ -90,7 +90,9 @@ class Livecheck
90
90
  def write(path, data)
91
91
  path.temp_file(path.dirname) do |io|
92
92
  io.write data
93
+ mode = path.exist? ? path.stat.mode : (0o777 & ~File.umask)
93
94
  io.path.rename(path)
95
+ path.chmod(mode)
94
96
  end
95
97
  warn "Wrote #{path}"
96
98
  end
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.6.0.20191208
4
+ version: 0.6.0.20200116
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-08 00:00:00.000000000 Z
11
+ date: 2020-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -65,6 +65,9 @@ dependencies:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0.59'
68
+ - - "!="
69
+ - !ruby/object:Gem::Version
70
+ version: 0.78.0
68
71
  type: :development
69
72
  prerelease: false
70
73
  version_requirements: !ruby/object:Gem::Requirement
@@ -72,6 +75,9 @@ dependencies:
72
75
  - - "~>"
73
76
  - !ruby/object:Gem::Version
74
77
  version: '0.59'
78
+ - - "!="
79
+ - !ruby/object:Gem::Version
80
+ version: 0.78.0
75
81
  description:
76
82
  email:
77
83
  executables: []
@@ -187,7 +193,7 @@ licenses:
187
193
  metadata:
188
194
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
189
195
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
190
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.6.0.20191208
196
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.6.0.20200116
191
197
  source_code_uri: https://github.com/toy/image_optim_pack
192
198
  post_install_message:
193
199
  rdoc_options: []
@@ -204,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
210
  - !ruby/object:Gem::Version
205
211
  version: '0'
206
212
  requirements: []
207
- rubygems_version: 3.0.6
213
+ rubygems_version: 3.1.2
208
214
  signing_key:
209
215
  specification_version: 4
210
216
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,