mojo_magick 0.6.5 → 0.6.6

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: 177811722037322ee39c9c1fe8b164a3ec5e5b138079879aa94e899763f1c195
4
- data.tar.gz: 36ecfdae665f75a651cc9aca57d91f6cbb8e945ab0252d675fec87051dfc609c
3
+ metadata.gz: 2c213904c4dec75bf109ead8955bdc1421fb80d722929b2072af0ec679b1dc0e
4
+ data.tar.gz: 8c7baf9c786f55d456c05cea837c6c44986b2687c43e0027efdc927e024fe458
5
5
  SHA512:
6
- metadata.gz: c74521f1ce50257577906ef53ab838fb85a50bc3c8a8d5f2b54917aa0eac091cab3b8e9fc15f477edd6bf6f8f91245e1424177dfdb5fb49e9a81fe893376777a
7
- data.tar.gz: a0a203c7e3458b750bdc4bfb341385f7ffdb8f48c7752c4533aa5df75cc347d00067e7a37b561838ddd0c3d8ac6a5f1e01bc5cb24cd877986301c09d1ebfab5f
6
+ metadata.gz: 5b061d3bcbd1ca715a993b6028ac42a50114927a38bcf033fc9f3497fa8bc2a317e123f4b331c7266a7f713be344a0b8b020e81308b0724467673cf9c57a2c79
7
+ data.tar.gz: 047fff2383ad8914fdde29001e139ec346a029782e6760eb9701f9c9105cab6839a6d7f8c625e5a3eac52ee2d4c811c83467c428790031b01aa3484cf09d6e29
data/.circleci/config.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  version: 2.1
2
2
  orbs:
3
- ruby: circleci/ruby@1.1.2
3
+ ruby: circleci/ruby@1.1.4
4
4
 
5
5
  jobs:
6
6
  build:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mojo_magick (0.6.5)
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.5)
18
- reline (>= 0.1.5)
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.1.0)
21
+ parser (3.0.2.0)
22
22
  ast (~> 2.4.1)
23
23
  rainbow (3.0.0)
24
- rake (13.0.3)
24
+ rake (13.0.6)
25
25
  regexp_parser (2.1.1)
26
- reline (0.2.5)
26
+ reline (0.2.6)
27
27
  io-console (~> 0.5)
28
28
  rexml (3.2.5)
29
- rubocop (1.13.0)
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.2.0, < 2.0)
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.4.1)
39
- parser (>= 2.7.1.5)
40
- rubocop-performance (1.11.0)
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
@@ -1,3 +1,3 @@
1
1
  module MojoMagick
2
- VERSION = "0.6.5"
2
+ VERSION = "0.6.6"
3
3
  end
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.5
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-05-01 00:00:00.000000000 Z
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.5
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