image_optim_pack 0.5.0.20170815-x86-darwin → 0.5.0.20170830-x86-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/.rubocop.yml +15 -20
- data/CHANGELOG.markdown +4 -0
- data/Makefile +1 -1
- data/image_optim_pack.gemspec +1 -1
- data/script/livecheck +1 -1
- data/vendor/darwin-i386/libpng.dylib +0 -0
- data/vendor/darwin-i386/optipng +0 -0
- data/vendor/darwin-i386/pngcrush +0 -0
- data/vendor/darwin-i386/pngquant +0 -0
- metadata +31 -18
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ZmRlZjRmZDhjZjcwMWM4ZWI1NTQ2M2Q5ZjdmMDZmNGI1OTU5ZDQ0NA==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: c2faaedbadc238f14d4bb6d2ea34e4569c944036
|
4
|
+
data.tar.gz: 41a87d955abfb686cab0e20ace8179eea349ca56
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
ZjYxNzdiMjE4MWVkNzM2MWRjYjI2ZTFjZTljY2EwZDk0MDBmNWQ5ZjBjM2E5
|
11
|
-
NTdkZDYyNjk5MDcwYmE4ZjYzNmNhNjBkYjE4YjUzN2UyMmJiN2Q=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZTJmZjgyODQwYTM3OTQ3NTM1N2ZiZmJhZTBlNjk1NDQ5MGI5YTdmZmUzZTUx
|
14
|
-
ZWQzOTZiZjQzZDAwNjI5MTNhNWUwNmQ3YjEwZjliOWVjZjA2OTcwMmFmYzQ4
|
15
|
-
MGJhMTY3OTVmNzAzNjQyNzNmNmI3NzQ4MDQ1NGM3OGQ2ZjUxMjI=
|
6
|
+
metadata.gz: a888c2a3d1c0ac8cf5522afdb26c05a4aa76699fe2031c6e471dc5f411da4ab623395a92cf83a9cfcf62db48523418c90aa91d99fc017778327068f110116888
|
7
|
+
data.tar.gz: d8e53e7262a51d268c9608339e360c3a8e6ade63ecbf47eb91df81865f25e25ec0c2b039feb0b597ccb1fe16a74a3eb84ab78246fec63496ccf9ce43a542674c
|
data/.rubocop.yml
CHANGED
@@ -8,6 +8,21 @@ AllCops:
|
|
8
8
|
Bundler/OrderedGems:
|
9
9
|
Enabled: false
|
10
10
|
|
11
|
+
Layout/AccessModifierIndentation:
|
12
|
+
EnforcedStyle: outdent
|
13
|
+
|
14
|
+
Layout/DotPosition:
|
15
|
+
EnforcedStyle: trailing
|
16
|
+
|
17
|
+
Layout/IndentHash:
|
18
|
+
EnforcedStyle: consistent
|
19
|
+
|
20
|
+
Layout/SpaceBeforeBlockBraces:
|
21
|
+
EnforcedStyle: no_space
|
22
|
+
|
23
|
+
Layout/SpaceInsideHashLiteralBraces:
|
24
|
+
EnforcedStyle: no_space
|
25
|
+
|
11
26
|
Metrics/BlockLength:
|
12
27
|
Exclude:
|
13
28
|
- spec/**/*_spec.rb
|
@@ -19,15 +34,9 @@ Security/YAMLLoad:
|
|
19
34
|
Exclude:
|
20
35
|
- script/livecheck
|
21
36
|
|
22
|
-
Style/AccessModifierIndentation:
|
23
|
-
EnforcedStyle: outdent
|
24
|
-
|
25
37
|
Style/Alias:
|
26
38
|
EnforcedStyle: prefer_alias_method
|
27
39
|
|
28
|
-
Style/DotPosition:
|
29
|
-
EnforcedStyle: trailing
|
30
|
-
|
31
40
|
Style/DoubleNegation:
|
32
41
|
Enabled: false
|
33
42
|
|
@@ -43,29 +52,15 @@ Style/HashSyntax:
|
|
43
52
|
Style/IfUnlessModifier:
|
44
53
|
MaxLineLength: 40
|
45
54
|
|
46
|
-
Style/IndentHash:
|
47
|
-
EnforcedStyle: consistent
|
48
|
-
|
49
55
|
Style/MultilineBlockChain:
|
50
56
|
Enabled: false
|
51
57
|
|
52
|
-
Style/PercentLiteralDelimiters:
|
53
|
-
PreferredDelimiters:
|
54
|
-
'%w': '[]'
|
55
|
-
'%W': '[]'
|
56
|
-
|
57
58
|
Style/Semicolon:
|
58
59
|
AllowAsExpressionSeparator: true
|
59
60
|
|
60
61
|
Style/SignalException:
|
61
62
|
EnforcedStyle: semantic
|
62
63
|
|
63
|
-
Style/SpaceBeforeBlockBraces:
|
64
|
-
EnforcedStyle: no_space
|
65
|
-
|
66
|
-
Style/SpaceInsideHashLiteralBraces:
|
67
|
-
EnforcedStyle: no_space
|
68
|
-
|
69
64
|
Style/SpecialGlobalVars:
|
70
65
|
Enabled: false
|
71
66
|
|
data/CHANGELOG.markdown
CHANGED
data/Makefile
CHANGED
data/image_optim_pack.gemspec
CHANGED
@@ -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.
|
5
|
+
s.version = '0.5.0.20170830'
|
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']
|
data/script/livecheck
CHANGED
@@ -100,7 +100,7 @@ libmozjpeg:
|
|
100
100
|
url: https://github.com/mozilla/mozjpeg/releases.atom
|
101
101
|
regexp: <title>mozjpeg v(\d+(?:\.\d+)*)</title>
|
102
102
|
libpng:
|
103
|
-
url: https://sourceforge.net/projects/libpng/rss
|
103
|
+
url: https://sourceforge.net/projects/libpng/rss?path=/libpng16
|
104
104
|
regexp: /libpng\d*/(\d+(?:\.\d+)*)/
|
105
105
|
libz:
|
106
106
|
url: https://sourceforge.net/projects/libpng/rss?path=/zlib
|
Binary file
|
data/vendor/darwin-i386/optipng
CHANGED
Binary file
|
data/vendor/darwin-i386/pngcrush
CHANGED
Binary file
|
data/vendor/darwin-i386/pngquant
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,72 +1,86 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_optim_pack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.0.
|
4
|
+
version: 0.5.0.20170830
|
5
5
|
platform: x86-darwin
|
6
6
|
authors:
|
7
7
|
- Ivan Kuchin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-29 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'
|
61
75
|
description:
|
62
76
|
email:
|
63
77
|
executables: []
|
64
78
|
extensions: []
|
65
79
|
extra_rdoc_files: []
|
66
80
|
files:
|
67
|
-
- .gitignore
|
68
|
-
- .rubocop.yml
|
69
|
-
- .travis.yml
|
81
|
+
- ".gitignore"
|
82
|
+
- ".rubocop.yml"
|
83
|
+
- ".travis.yml"
|
70
84
|
- CHANGELOG.markdown
|
71
85
|
- Gemfile
|
72
86
|
- LICENSE.txt
|
@@ -147,23 +161,22 @@ require_paths:
|
|
147
161
|
- lib
|
148
162
|
required_ruby_version: !ruby/object:Gem::Requirement
|
149
163
|
requirements:
|
150
|
-
- -
|
164
|
+
- - ">="
|
151
165
|
- !ruby/object:Gem::Version
|
152
166
|
version: '0'
|
153
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
168
|
requirements:
|
155
|
-
- -
|
169
|
+
- - ">="
|
156
170
|
- !ruby/object:Gem::Version
|
157
171
|
version: '0'
|
158
172
|
requirements: []
|
159
173
|
rubyforge_project: image_optim_pack
|
160
|
-
rubygems_version: 2.6.
|
174
|
+
rubygems_version: 2.6.12
|
161
175
|
signing_key:
|
162
176
|
specification_version: 4
|
163
|
-
summary:
|
177
|
+
summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
|
164
178
|
jpegoptim, jpegtran, optipng, pngcrush, pngquant'
|
165
179
|
test_files:
|
166
180
|
- spec/image_optim/pack_spec.rb
|
167
181
|
- spec/image_optim_spec.rb
|
168
182
|
- spec/spec_helper.rb
|
169
|
-
has_rdoc:
|