mojo_magick 0.6.5 → 0.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/Gemfile.lock +11 -11
- data/README.md +9 -1
- data/lib/mojo_magick/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c213904c4dec75bf109ead8955bdc1421fb80d722929b2072af0ec679b1dc0e
|
4
|
+
data.tar.gz: 8c7baf9c786f55d456c05cea837c6c44986b2687c43e0027efdc927e024fe458
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b061d3bcbd1ca715a993b6028ac42a50114927a38bcf033fc9f3497fa8bc2a317e123f4b331c7266a7f713be344a0b8b020e81308b0724467673cf9c57a2c79
|
7
|
+
data.tar.gz: 047fff2383ad8914fdde29001e139ec346a029782e6760eb9701f9c9105cab6839a6d7f8c625e5a3eac52ee2d4c811c83467c428790031b01aa3484cf09d6e29
|
data/.circleci/config.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mojo_magick (0.6.
|
4
|
+
mojo_magick (0.6.6)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -14,30 +14,30 @@ GEM
|
|
14
14
|
thor (~> 1.0)
|
15
15
|
docile (1.3.5)
|
16
16
|
io-console (0.5.9)
|
17
|
-
irb (1.3.
|
18
|
-
reline (>= 0.
|
17
|
+
irb (1.3.6)
|
18
|
+
reline (>= 0.2.5)
|
19
19
|
minitest (5.14.4)
|
20
20
|
parallel (1.20.1)
|
21
|
-
parser (3.0.
|
21
|
+
parser (3.0.2.0)
|
22
22
|
ast (~> 2.4.1)
|
23
23
|
rainbow (3.0.0)
|
24
|
-
rake (13.0.
|
24
|
+
rake (13.0.6)
|
25
25
|
regexp_parser (2.1.1)
|
26
|
-
reline (0.2.
|
26
|
+
reline (0.2.6)
|
27
27
|
io-console (~> 0.5)
|
28
28
|
rexml (3.2.5)
|
29
|
-
rubocop (1.
|
29
|
+
rubocop (1.18.4)
|
30
30
|
parallel (~> 1.10)
|
31
31
|
parser (>= 3.0.0.0)
|
32
32
|
rainbow (>= 2.2.2, < 4.0)
|
33
33
|
regexp_parser (>= 1.8, < 3.0)
|
34
34
|
rexml
|
35
|
-
rubocop-ast (>= 1.
|
35
|
+
rubocop-ast (>= 1.8.0, < 2.0)
|
36
36
|
ruby-progressbar (~> 1.7)
|
37
37
|
unicode-display_width (>= 1.4.0, < 3.0)
|
38
|
-
rubocop-ast (1.
|
39
|
-
parser (>=
|
40
|
-
rubocop-performance (1.11.
|
38
|
+
rubocop-ast (1.8.0)
|
39
|
+
parser (>= 3.0.1.1)
|
40
|
+
rubocop-performance (1.11.4)
|
41
41
|
rubocop (>= 1.7.0, < 2.0)
|
42
42
|
rubocop-ast (>= 0.4.0)
|
43
43
|
ruby-progressbar (1.11.0)
|
data/README.md
CHANGED
@@ -212,6 +212,14 @@ in the new code
|
|
212
212
|
Recent Changes
|
213
213
|
==============
|
214
214
|
|
215
|
+
#### Version 0.6.6
|
216
|
+
|
217
|
+
* Bundle update
|
218
|
+
|
219
|
+
#### Version 0.6.5
|
220
|
+
|
221
|
+
* Bundle update
|
222
|
+
|
215
223
|
#### Version 0.6.4
|
216
224
|
|
217
225
|
* Fix issue with `identity -list font` returning exit code 1 on some systems (Ubuntu) with PR #https://github.com/rcode5/mojo_magick/pull/35
|
@@ -222,7 +230,7 @@ Recent Changes
|
|
222
230
|
* Major cleanup and refactor (https://github.com/rcode5/mojo_magick/pull/33)
|
223
231
|
* Deprecated `MojoMagick.get_fonts` in favor of `MojoMagick.available_fonts`
|
224
232
|
* Moved `raw_command` and `execute` and `execute!` methods into their own module (and added deprecation warnings)
|
225
|
-
* Renamed `Util::Parser` to `Util::FontParser` because that's what it does
|
233
|
+
* Renamed `Util::Parser` to `Util::FontParser` because that's what it does
|
226
234
|
* Overall rubocop and ruby clean up
|
227
235
|
|
228
236
|
#### Version 0.6.2
|
data/lib/mojo_magick/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mojo_magick
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Midgley
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-
|
13
|
+
date: 2021-08-01 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundle-audit
|
@@ -169,7 +169,7 @@ requirements: []
|
|
169
169
|
rubygems_version: 3.0.3
|
170
170
|
signing_key:
|
171
171
|
specification_version: 4
|
172
|
-
summary: mojo_magick-0.6.
|
172
|
+
summary: mojo_magick-0.6.6
|
173
173
|
test_files:
|
174
174
|
- test/fixtures/5742.jpg
|
175
175
|
- test/fixtures/not_an_image.jpg
|