Tue Feb 3 14:09:58 2015 UTC ()
Update ruby-color to 1.7.1.

== 1.7.1 / 2014-06-12

* Minor enhancements:
  * Renamed Color::RGB::BeccaPurple to Color::RGB::RebeccaPurple as stipulated
    by Eric Meyer. http://meyerweb.com/eric/thoughts/2014/06/19/rebeccapurple/
    For purposes of backwards compatibility, the previous name is still
    permitted, but its use is strongly discouraged, and it will be removed in
    the Color 2.0 release.

== 1.7 / 2014-06-12

* Minor enhancements:
  * Added Color::RGB::BeccaPurple (#663399) in honour of Rebecca Meyer, the
    daughter of Eric Meyer, who passed away on the 7th of June, 2014. Her
    favourite colour was purple. #663399becca
    https://twitter.com/meyerweb/status/476089708674428929
    http://www.zeldman.com/2014/06/10/the-color-purple/
    http://discourse.specifiction.org/t/name-663399-becca-purple-in-css4-color/225

* Bug fixes:
  * Changed the homepage in the gem to point to github.com instead of
    RubyForge, which has been shut down. Fixes #10, reported by @voxik.

== 1.6 / 2014-05-19

* Major enhancements:
  * Aaron Hill (@armahillo) implemented the CIE Delta E 94 method by which an
    RGB colour can be asked for the closest matching colour from a list of
    provided colours. Fixes #5.
  * To implement #closest_match and #delta_e94, conversion methods for sRGB to
    XYZ and XYZ to L*a*b* space were implemented. These should be considered
    experimental.

* Tooling fixes:
  * Ensured that the gem manifest was up-to-date. Fixes #4 reported by @boutil.
    Thanks!
  * Fixed problems with Travis builds. Note that Ruby 1.9.2 is no longer
    tested. Rubinius remains in a ���failure-tolerated��� mode.
  * Color 1.6 is, barring security patches, the last release of Color that will
    support Ruby 1.8.


(taca)
diff -r1.5 -r1.6 pkgsrc/graphics/ruby-color/Makefile
diff -r1.4 -r1.5 pkgsrc/graphics/ruby-color/PLIST
diff -r1.4 -r1.5 pkgsrc/graphics/ruby-color/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/graphics/ruby-color/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/ruby-color/Makefile 2014/03/14 17:10:02 1.5
+++ pkgsrc/graphics/ruby-color/Makefile 2015/02/03 14:09:58 1.6
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/03/14 17:10:02 taca Exp $
+# $NetBSD: Makefile,v 1.6 2015/02/03 14:09:58 taca Exp $
 
-DISTNAME=	color-1.5.1
+DISTNAME=	color-1.7.1
 CATEGORIES=	graphics
 
 MAINTAINER=	pkgsrc-users@NetBSD.org

cvs diff -r1.4 -r1.5 pkgsrc/graphics/ruby-color/PLIST (expand / switch to context diff)
--- pkgsrc/graphics/ruby-color/PLIST 2014/03/14 17:10:02 1.4
+++ pkgsrc/graphics/ruby-color/PLIST 2015/02/03 14:09:58 1.5
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2014/03/14 17:10:02 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/02/03 14:09:58 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.autotest
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.hoerc
+${GEM_LIBDIR}/.minitest.rb
+${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/Contributing.rdoc
+${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/History.rdoc
 ${GEM_LIBDIR}/Licence.rdoc
 ${GEM_LIBDIR}/Manifest.txt
@@ -19,8 +23,10 @@
 ${GEM_LIBDIR}/lib/color/palette/monocontrast.rb
 ${GEM_LIBDIR}/lib/color/rgb.rb
 ${GEM_LIBDIR}/lib/color/rgb/colors.rb
+${GEM_LIBDIR}/lib/color/rgb/contrast.rb
 ${GEM_LIBDIR}/lib/color/rgb/metallic.rb
 ${GEM_LIBDIR}/lib/color/yiq.rb
+${GEM_LIBDIR}/test/minitest_helper.rb
 ${GEM_LIBDIR}/test/test_adobecolor.rb
 ${GEM_LIBDIR}/test/test_cmyk.rb
 ${GEM_LIBDIR}/test/test_color.rb

cvs diff -r1.4 -r1.5 pkgsrc/graphics/ruby-color/distinfo (expand / switch to context diff)
--- pkgsrc/graphics/ruby-color/distinfo 2014/03/14 17:10:02 1.4
+++ pkgsrc/graphics/ruby-color/distinfo 2015/02/03 14:09:58 1.5
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/03/14 17:10:02 taca Exp $
+$NetBSD: distinfo,v 1.5 2015/02/03 14:09:58 taca Exp $
 
-SHA1 (color-1.5.1.gem) = f0946fa1c47155a55e2d8b5b9d5b877e3a7fb26e
+SHA1 (color-1.7.1.gem) = 2f5624448246bbb2e32a9e0e7c81b7e992e148d0
-RMD160 (color-1.5.1.gem) = 648319250a0e87baccc6e61460f0f09dda9c01f6
+RMD160 (color-1.7.1.gem) = 7bfc087b3a1783a3033d3d124e19ea31f4c9b26b
-Size (color-1.5.1.gem) = 44032 bytes
+Size (color-1.7.1.gem) = 48640 bytes