image_optim_pack 0.5.1.20181213-x86-freebsd → 0.5.1.20190105-x86-freebsd

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: d8d21c35ee6c044aac3d5a5417df0c4edf5c9802b25a4698577c19dd5ad38f64
4
- data.tar.gz: 4b22231e75f367c93130b89cb8747273109fcdeaddc2496d2e0dc0b500f71612
3
+ metadata.gz: 811b6d2b37eb925592193362bfc5ad846b73589a1d3b2eedc124541ac8b783b9
4
+ data.tar.gz: 39a9b5ff3f9d98449a14a746cb66ba8c781f7e845664aa55bbdc8d0160ee0491
5
5
  SHA512:
6
- metadata.gz: 9d6341e7260b89218104c75f76610756f9d326aedfd77dac931c4db013369d4ce572dd94ce0c8cd0380ae6fb7cac7195e42352015e092db5fb1120fc1c1a00fb
7
- data.tar.gz: dec26804232ae18beb232a9f1096a5f10f865a8878a92961df1056cae88e6952663024e92bc525d7209ac45ce73bef1e3aec80a576c885bcf056d3dac42b4b16
6
+ metadata.gz: 4c86b364e937427d6b718cfbeeeaa891a2b9f0fb2f86d688ba11b9f62d4f5d7136f982fc9a1ef6de658833b0930f1fc918712856987416c6d3a669df72b17547
7
+ data.tar.gz: 18a468a50fbbf3a41a158c3507b4d5248791c378c05eead4cc03b9157b6d3d2368acf67fcb08a96b30e475cf71843217b5094b58597a666b0e7b961f4c220c3e
data/.travis.yml CHANGED
@@ -9,6 +9,7 @@ rvm:
9
9
  - '2.3.8'
10
10
  - '2.4.5'
11
11
  - '2.5.3'
12
+ - '2.6.0'
12
13
  - 'jruby-9.0.5.0'
13
14
  - 'jruby-9.1.9.0'
14
15
  script:
@@ -16,8 +17,9 @@ script:
16
17
  - bundle exec image_optim --info
17
18
  - bundle exec rspec
18
19
  before_install:
20
+ - gem install bundler || gem install bundler --version '< 2'
21
+ - ruby -e 'require "rubygems"; require "bundler/inline"; gemfile{ source "https://rubygems.org"; gem "rubygems-update" }' # get compatible version of rubygems-update
19
22
  - gem update --system
20
- - gem update bundler
21
23
  - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi
22
24
  - make ldd-version
23
25
  matrix:
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.1.20190105 (2019-01-05)
6
+
7
+ * jhead 3.03 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.5.1.20181213 (2018-12-13)
6
10
 
7
11
  * jhead 3.02 [@toy](https://github.com/toy)
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014-2018 Ivan Kuchin
1
+ Copyright (c) 2014-2019 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,7 +4,7 @@ all :
4
4
 
5
5
  ADVANCECOMP_VER := 2.1
6
6
  GIFSICLE_VER := 1.91
7
- JHEAD_VER := 3.02
7
+ JHEAD_VER := 3.03
8
8
  JPEGARCHIVE_VER := 2.1.1
9
9
  JPEGOPTIM_VER := 1.4.6
10
10
  LIBJPEG_VER := 9c
data/README.markdown CHANGED
@@ -90,4 +90,4 @@ make clobber # `clean-all` and remove download directory
90
90
 
91
91
  ## Copyright
92
92
 
93
- Copyright (c) 2014-2018 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
93
+ Copyright (c) 2014-2019 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
data/checksums.mk CHANGED
@@ -1,6 +1,6 @@
1
1
  ADVANCECOMP_SHA256 := 3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8
2
2
  GIFSICLE_SHA256 := 0a4ee602aa244cdcdd86a250a6b39c94d8343cf526b8fae862d8a0efc337a800
3
- JHEAD_SHA256 := 85c9737c3dcc84b440a67307de9f76cbee7610697bfaf4877dd46afd71c7ed2a
3
+ JHEAD_SHA256 := 82194e0128d9141038f82fadcb5845391ca3021d61bc00815078601619f6c0c2
4
4
  JPEGARCHIVE_SHA256 := 494534f5308f99743f11f3a7c151a8d5ca8a5f1f8b61ea119098511d401bc618
5
5
  JPEGOPTIM_SHA256 := 88b1eb64c2a33a2f013f068df8b0331f42c019267401ae3fa28e3277403a5ab7
6
6
  LIBJPEG_SHA256 := 650250979303a649e21f87b5ccd02672af1ea6954b911342ea491f351ceb7122
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.5.1.20181213'
5
+ s.version = '0.5.1.20190105'
6
6
  s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, pngcrush, pngquant}
7
7
  s.homepage = "http://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
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.5.1.20181213
4
+ version: 0.5.1.20190105
5
5
  platform: x86-freebsd
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-13 00:00:00.000000000 Z
11
+ date: 2019-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -163,7 +163,7 @@ licenses:
163
163
  metadata:
164
164
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
165
165
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
166
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.1.20181213
166
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.5.1.20190105
167
167
  source_code_uri: https://github.com/toy/image_optim_pack
168
168
  post_install_message:
169
169
  rdoc_options: []
@@ -180,8 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  - !ruby/object:Gem::Version
181
181
  version: '0'
182
182
  requirements: []
183
- rubyforge_project: image_optim_pack
184
- rubygems_version: 2.7.8
183
+ rubygems_version: 3.0.2
185
184
  signing_key:
186
185
  specification_version: 4
187
186
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,