image_optim_pack 0.5.0.20170803-x86-openbsd → 0.5.0.20170815-x86-openbsd

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 142f85d478928051f80067402667e8a3fbdccf23
4
- data.tar.gz: a9748ba71a241d514891a4b1b7e57ac41cef99c2
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NzhiYTQxNjFkZjA2NTNhOTJlOTczMzM4NDUyMDc5MWFmMWQyOTIxMQ==
5
+ data.tar.gz: !binary |-
6
+ OTkwYTJlYjcxNmUyNWRmMWQxZDJiYjM4ODgzMWRkZjQ1OWM0Yzg4ZA==
5
7
  SHA512:
6
- metadata.gz: 65ef0713f6ba1c64c07d06effda7cdd0f202ea8e365433f4e5fd7b547f89d1a74a761f7b1cbb7ae249a3d66d4a250a79075ecea50453986ad2de879ac396c7cf
7
- data.tar.gz: dda227961c258de5d8a18d1d87771d53813d9dd6916881b0fc368d6ad6eb234653ce06e778ee8b6a32f82f9747e51b71b797f0aec14dd1f1055a46e1996f1f09
8
+ metadata.gz: !binary |-
9
+ NWU2ZTFlMjRkZmI2MzJiOWI4ZjFjZTYyNjRkOGVlMWY5YTMwZjBlMzljMzgy
10
+ Y2E5YjdhZmVmMjVjNGY0Yzg1Y2JhNTgxMzJiZTFjNTk1M2Q0YWQ2MjMxN2U0
11
+ YWY3OTJmZjU1NTk4MmI1MGM4MjBiMDMxZTAzM2FiM2Y2NTYyMWI=
12
+ data.tar.gz: !binary |-
13
+ Yjg0OTNiYTE5MmU4N2ZkOWI4ZTFhOGJhNThiYTg1ZDM1ZTU1ZGNkNTRjYzg4
14
+ NGU0OGMwNjMwZDNhZTdhYTEzMTAyZTdjNjhhZDc2YmUwNmM3NGI2ZDMwYTM4
15
+ MjM3OTgyYmFiN2M5OGZjNDI5ODZjYjI5Njk2OGZhYjhkMzczZTc=
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.5.0.20170815 (2017-08-15)
6
+
7
+ * gifsicle 1.90 [@toy](https://github.com/toy)
8
+ * pngquant 2.10.2 [@toy](https://github.com/toy)
9
+
5
10
  ## v0.5.0.20170803 (2017-08-03)
6
11
 
7
12
  * libpng 1.6.31 and pngcrush 1.8.12 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -3,7 +3,7 @@ all :
3
3
  # ====== VERSIONS ======
4
4
 
5
5
  ADVANCECOMP_VER := 2.0
6
- GIFSICLE_VER := 1.89
6
+ GIFSICLE_VER := 1.90
7
7
  JHEAD_VER := 3.00
8
8
  JPEGARCHIVE_VER := 2.1.1
9
9
  JPEGOPTIM_VER := 1.4.4
@@ -13,7 +13,7 @@ LIBPNG_VER := 1.6.31
13
13
  LIBZ_VER := 1.2.11
14
14
  OPTIPNG_VER := 0.7.6
15
15
  PNGCRUSH_VER := 1.8.12
16
- PNGQUANT_VER := 2.10.1
16
+ PNGQUANT_VER := 2.10.2
17
17
 
18
18
  # ====== CONSTANTS ======
19
19
 
@@ -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.0.20170803'
5
+ s.version = '0.5.0.20170815'
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
Binary file
metadata CHANGED
@@ -1,86 +1,72 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_optim_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.20170803
4
+ version: 0.5.0.20170815
5
5
  platform: x86-openbsd
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-03 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.19'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.19'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: fspath
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.1'
34
- - - "<"
34
+ - - <
35
35
  - !ruby/object:Gem::Version
36
36
  version: '4'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ">="
41
+ - - ! '>='
42
42
  - !ruby/object:Gem::Version
43
43
  version: '2.1'
44
- - - "<"
44
+ - - <
45
45
  - !ruby/object:Gem::Version
46
46
  version: '4'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rspec
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
51
+ - - ~>
52
52
  - !ruby/object:Gem::Version
53
53
  version: '3.0'
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - "~>"
58
+ - - ~>
59
59
  - !ruby/object:Gem::Version
60
60
  version: '3.0'
61
- - !ruby/object:Gem::Dependency
62
- name: rubocop
63
- requirement: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - "~>"
66
- - !ruby/object:Gem::Version
67
- version: '0.47'
68
- type: :development
69
- prerelease: false
70
- version_requirements: !ruby/object:Gem::Requirement
71
- requirements:
72
- - - "~>"
73
- - !ruby/object:Gem::Version
74
- version: '0.47'
75
61
  description:
76
62
  email:
77
63
  executables: []
78
64
  extensions: []
79
65
  extra_rdoc_files: []
80
66
  files:
81
- - ".gitignore"
82
- - ".rubocop.yml"
83
- - ".travis.yml"
67
+ - .gitignore
68
+ - .rubocop.yml
69
+ - .travis.yml
84
70
  - CHANGELOG.markdown
85
71
  - Gemfile
86
72
  - LICENSE.txt
@@ -161,12 +147,12 @@ require_paths:
161
147
  - lib
162
148
  required_ruby_version: !ruby/object:Gem::Requirement
163
149
  requirements:
164
- - - ">="
150
+ - - ! '>='
165
151
  - !ruby/object:Gem::Version
166
152
  version: '0'
167
153
  required_rubygems_version: !ruby/object:Gem::Requirement
168
154
  requirements:
169
- - - ">="
155
+ - - ! '>='
170
156
  - !ruby/object:Gem::Version
171
157
  version: '0'
172
158
  requirements: []
@@ -174,9 +160,10 @@ rubyforge_project: image_optim_pack
174
160
  rubygems_version: 2.6.11
175
161
  signing_key:
176
162
  specification_version: 4
177
- summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
163
+ summary: ! 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
178
164
  jpegoptim, jpegtran, optipng, pngcrush, pngquant'
179
165
  test_files:
180
166
  - spec/image_optim/pack_spec.rb
181
167
  - spec/image_optim_spec.rb
182
168
  - spec/spec_helper.rb
169
+ has_rdoc: