mini_magick 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of mini_magick might be problematic. Click here for more details.
- data/VERSION +1 -1
- data/lib/mini_magick.rb +2 -0
- data/test/command_builder_test.rb +2 -1
- data/test/image_test.rb +2 -1
- metadata +8 -8
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.1
|
data/lib/mini_magick.rb
CHANGED
@@ -169,6 +169,8 @@ module MiniMagick
|
|
169
169
|
if sub.output =~ /no decode delegate/i || sub.output =~ /did not return an image/i
|
170
170
|
raise Invalid, sub.output
|
171
171
|
else
|
172
|
+
# TODO: should we do something different if the command times out ...?
|
173
|
+
# its definitely better for logging.. otherwise we dont really know
|
172
174
|
raise Error, "Command (#{command.inspect}) failed: #{{:status_code => sub.exitstatus, :output => sub.output}.inspect}"
|
173
175
|
end
|
174
176
|
else
|
data/test/image_test.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mini_magick
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 1
|
10
|
+
version: 1.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Corey Johnson
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-07-
|
19
|
+
date: 2010-07-08 00:00:00 -07:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -27,12 +27,12 @@ dependencies:
|
|
27
27
|
requirements:
|
28
28
|
- - ~>
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
hash:
|
30
|
+
hash: 23
|
31
31
|
segments:
|
32
32
|
- 0
|
33
33
|
- 0
|
34
|
-
-
|
35
|
-
version: 0.0.
|
34
|
+
- 4
|
35
|
+
version: 0.0.4
|
36
36
|
type: :runtime
|
37
37
|
version_requirements: *id001
|
38
38
|
description: Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
|
@@ -62,7 +62,7 @@ files:
|
|
62
62
|
- test/simple.gif
|
63
63
|
- test/trogdor.jpg
|
64
64
|
has_rdoc: true
|
65
|
-
homepage: http://github.com/
|
65
|
+
homepage: http://github.com/pkieltyka/mini_magick
|
66
66
|
licenses: []
|
67
67
|
|
68
68
|
post_install_message:
|