public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/mini_magick/files: mini_magick-3.6.0+ruby18.patch
@ 2013-05-30 17:42 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2013-05-30 17:42 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/05/30 17:42:34

  Added:                mini_magick-3.6.0+ruby18.patch
  Log:
  Version bump, drop ree18.
  
  (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.1                  dev-ruby/mini_magick/files/mini_magick-3.6.0+ruby18.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/files/mini_magick-3.6.0+ruby18.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/files/mini_magick-3.6.0+ruby18.patch?rev=1.1&content-type=text/plain

Index: mini_magick-3.6.0+ruby18.patch
===================================================================
From 1cb23fc096e16514acac8ff6befe12beaffb188b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@flameeyes.eu>
Date: Thu, 30 May 2013 10:27:36 -0700
Subject: [PATCH] Don't use assert_true so that tests work on Ruby 1.8 as well.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
---
 test/image_test.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/image_test.rb b/test/image_test.rb
index e6fd1b7..0a62d87 100644
--- a/test/image_test.rb
+++ b/test/image_test.rb
@@ -125,7 +125,7 @@ class ImageTest < Test::Unit::TestCase
     assert_equal 150, image[:width]
     assert_equal 55, image[:height]
     assert_equal [150, 55], image[:dimensions]
-    assert_true String == image[:colorspace].class
+    assert String == image[:colorspace].class
     assert_match(/^gif$/i, image[:format])
     image.destroy!
   end
@@ -281,7 +281,7 @@ class ImageTest < Test::Unit::TestCase
       result = image.composite(Image.open(TIFF_IMAGE_PATH)) do |c|
         c.gravity "center"
       end
-      assert_true File.exists?(result.path)
+      assert File.exists?(result.path)
     else
       puts "Need at least version #{MiniMagick.minimum_image_magick_version} of ImageMagick"
     end
-- 
1.8.2.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mini_magick/files: mini_magick-3.6.0+ruby18.patch
@ 2014-04-05 14:42 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-04-05 14:42 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/04/05 14:42:58

  Removed:              mini_magick-3.6.0+ruby18.patch
  Log:
  Remove ruby18. Cleanup old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-05 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 17:42 [gentoo-commits] gentoo-x86 commit in dev-ruby/mini_magick/files: mini_magick-3.6.0+ruby18.patch Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-05 14:42 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox