graphics/ruby-mini-magick: update to 4.12.0

4.12.0 (2022-12-06)

* Added new tmpdir configuration, which defaults to Dir.tmpdir (#541)

	MiniMagick.configure do |config|
	  config.tmpdir = File.join(Dir.tmpdir, "/my/new/tmp_dir")
	end

* Don't leave temporary files lying around when MiniMagick::Image#format
  failed (#547)
* Replace File.exists? with File.exist?, which should fix Ruby 3.2
  compatibility (#550)
* Fixed a case where the log could not be parsed correctly when there were
  multiple lines (#540)
* Added status to the exception message when the ImageMagick command fails
  (#542)
* Allow passing format to Image#get_pixels so we can request "RGBA" pixels
  (#537)
* Suppress warning to ambiguous argument (#529)
* Use Thread#join with a timeout argument instead of the Timeout standard
  library (#525)
This commit is contained in:
taca 2023-01-15 15:38:07 +00:00
parent 678a4bc43d
commit c37710c5c5
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.27 2021/01/11 13:49:37 taca Exp $
# $NetBSD: Makefile,v 1.28 2023/01/15 15:38:07 taca Exp $
DISTNAME= mini_magick-4.11.0
DISTNAME= mini_magick-4.12.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= graphics

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.28 2021/10/26 10:46:53 nia Exp $
$NetBSD: distinfo,v 1.29 2023/01/15 15:38:07 taca Exp $
BLAKE2s (mini_magick-4.11.0.gem) = d03fbd6d8d5db3ac1912346fb3cdd1201dbbdb25618015f548b7233c10bdb70d
SHA512 (mini_magick-4.11.0.gem) = 6d9eee9b49df912ec7705609d8524015651cc5e08e29a9818094c69f8a374d10e48d7d5a1c4b822a0900b8450752d8eb2e05f5e0996ff2afd5690f79d40ee930
Size (mini_magick-4.11.0.gem) = 18944 bytes
BLAKE2s (mini_magick-4.12.0.gem) = 3454608645ff738217e4653d262c3da871859919b05ab064eeb25ae606f71001
SHA512 (mini_magick-4.12.0.gem) = 48fa9912b0b0fbec253e3690337afd7ba8caa25174fb5e982443665fb032e8d54780baad67411e6d6c30cbc3eeccd7e3828ddeef00914823add1422253cbb084
Size (mini_magick-4.12.0.gem) = 18944 bytes