ad590f35df
v4.5.1 * Fixed MiniMagick logging commands by default v4.5.0 New features * Added the ability for ImageMagick commands to accept standard input: identify = MiniMagick::Tool::Identify.new identify.stdin # adds "-" identify.call(stdin: image_content) * Added ability to capture stdout, stderr and exist status by passing a block to MiniMagick::Tool#call: compare = MiniMagick::Tool::Compare.new # build the command compare.call do |stdout, stderr, status| # ... end * Added ability to assign MiniMagick.logger to Rails.logger Bug fixes * The value of MiniMagick.whiny configuration option is now respected * The new filename when calling #format is now generated better when calling on a layer * Delete *.cache files generated by .mpc files when deleting MiniMagick::Image Deprecations * Whiny option should now be passed as a keyword argument: MiniMagick::Tool::Identify.new(false) # deprecated MiniMagick::Tool::Identify.new(whiny: false) # good * Passing the whiny argument to MiniMagick::Tool#call is deprecated, it should now always be passed to MiniMagick::Tool.new
6 lines
408 B
Text
6 lines
408 B
Text
$NetBSD: distinfo,v 1.19 2016/10/15 13:48:01 taca Exp $
|
|
|
|
SHA1 (mini_magick-4.5.1.gem) = 010d12f41d99b9064583778da44f6ff05d566434
|
|
RMD160 (mini_magick-4.5.1.gem) = 0ae063af75b7ac255a85a488c40d93fadddc9815
|
|
SHA512 (mini_magick-4.5.1.gem) = 6c601128710888e44680d4b7d8cd39e7fa1b8f7a3e5fc06a4bae31993c4fb2d8f14f01dfd697441b2f4f5d75efe6d5d531288dfea17e5b72e51269748f58a3e9
|
|
Size (mini_magick-4.5.1.gem) = 16384 bytes
|