pkgsrc/graphics/ruby-mini-magick/PLIST
taca ad590f35df Update ruby-mini-magick to 4.5.1.
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
2016-10-15 13:48:01 +00:00

25 lines
1 KiB
Text

@comment $NetBSD: PLIST,v 1.12 2016/10/15 13:48:01 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/mini_gmagick.rb
${GEM_LIBDIR}/lib/mini_magick.rb
${GEM_LIBDIR}/lib/mini_magick/configuration.rb
${GEM_LIBDIR}/lib/mini_magick/image.rb
${GEM_LIBDIR}/lib/mini_magick/image/info.rb
${GEM_LIBDIR}/lib/mini_magick/shell.rb
${GEM_LIBDIR}/lib/mini_magick/tool.rb
${GEM_LIBDIR}/lib/mini_magick/tool/animate.rb
${GEM_LIBDIR}/lib/mini_magick/tool/compare.rb
${GEM_LIBDIR}/lib/mini_magick/tool/composite.rb
${GEM_LIBDIR}/lib/mini_magick/tool/conjure.rb
${GEM_LIBDIR}/lib/mini_magick/tool/convert.rb
${GEM_LIBDIR}/lib/mini_magick/tool/display.rb
${GEM_LIBDIR}/lib/mini_magick/tool/identify.rb
${GEM_LIBDIR}/lib/mini_magick/tool/import.rb
${GEM_LIBDIR}/lib/mini_magick/tool/mogrify.rb
${GEM_LIBDIR}/lib/mini_magick/tool/montage.rb
${GEM_LIBDIR}/lib/mini_magick/tool/stream.rb
${GEM_LIBDIR}/lib/mini_magick/utilities.rb
${GEM_LIBDIR}/lib/mini_magick/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec