image_optim_pack 0.6.0.20191208-x86-linux → 0.6.0.20200116-x86-linux

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: c9d432e79e3f2310198f0f7922204cd3e00d788c1e51fc70cf5f76a0e111c3bb
4
- data.tar.gz: 6df8cc4a3a4c4faae3b76e43a7c2517095c398cc9fb576e19884b3816ad2c650
3
+ metadata.gz: e88188fcc08856a1f41f2e3a40087a97fe3f3c23080fb17d9527932e463b68ca
4
+ data.tar.gz: 1758ce24441ff99236d7d7eb9d8e8972786ae176c3fb325f86a2af44cb1ef480
5
5
  SHA512:
6
- metadata.gz: dd079e3a6a9f5fd54d543c27f86e7b11d32d9ebefb76ae754df6af01bfeb7f85a628e79f2c71469033b8f21a1836663a87b584942eb6ba175057b1f22700b8bd
7
- data.tar.gz: bb7bee69ce6aa6166bf25e5f4f7349e7ba9c172dbe2d9921c17bda3eb327e5e53e60cbf48ec988b498f1ad11701e3ff1fcb9dbce8cc134d48aab6334919d6dbb
6
+ metadata.gz: eb9ad0cb173ce3df9f2ed90cae06d0abdf3b28ec5a11d724680800707a8af7c390b71655828fa3b59df2552b36ee4e84ee2f6741080b7729c6a3aadf54c623d2
7
+ data.tar.gz: 5f85150bbbc67c803bcec9bd6369f7c7279f2aa246716a5a56878844135894551993dff27067d42a1f8878102553e7555dbdec56c5ed87f83adea584090033ad
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
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: x86-linux
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: []
@@ -151,7 +157,7 @@ licenses:
151
157
  metadata:
152
158
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
153
159
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
154
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.6.0.20191208
160
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.6.0.20200116
155
161
  source_code_uri: https://github.com/toy/image_optim_pack
156
162
  post_install_message:
157
163
  rdoc_options: []
@@ -168,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
174
  - !ruby/object:Gem::Version
169
175
  version: '0'
170
176
  requirements: []
171
- rubygems_version: 3.0.6
177
+ rubygems_version: 3.1.2
172
178
  signing_key:
173
179
  specification_version: 4
174
180
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,