diff options
author | taca <taca@pkgsrc.org> | 2015-12-02 14:28:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-02 14:28:40 +0000 |
commit | 54cfbdfeae42acfd541efae635b67a70f4dfb000 (patch) | |
tree | dc75c528b9ec35d917cd6d7885309fad96054cf5 /graphics | |
parent | 961581ef3fcdd50774b165af653f86012498a71b (diff) | |
download | pkgsrc-54cfbdfeae42acfd541efae635b67a70f4dfb000.tar.gz |
Update ruby-color to 1.8.
== 1.8 / 2015-10-26
* 1 minor enhancement:
* Add an optional +alpha+ parameter to all #css_rgba calls. Thanks to Luke
Bennellick (@bennell) and Alexander Popov (@AlexWayfer) for independently
implemented submissions. Merged from #15.
* 2 minor bug fixes:
* Improve constant detection to prevent incorrectly identified name
collisions with various other libraries such as Azure deployment tools.
Based on work by Matthew Draper (@matthewd) in #24.
* Prevent Color.equivalent? comparisons from using non-Color types for
comparison. Fix provided by Benjamin Guest (@bguest) in #18.
* 1 governance change
* This project now has a {Code of Conduct}[Code-of-Conduct_rdoc.html]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-color/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-color/PLIST | 4 | ||||
-rw-r--r-- | graphics/ruby-color/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/graphics/ruby-color/Makefile b/graphics/ruby-color/Makefile index d223201f96d..72a87771e57 100644 --- a/graphics/ruby-color/Makefile +++ b/graphics/ruby-color/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/09/26 15:05:02 taca Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/02 14:28:40 taca Exp $ -DISTNAME= color-1.7.1 +DISTNAME= color-1.8 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/graphics/ruby-color/PLIST b/graphics/ruby-color/PLIST index 9cf8fd8cb51..7de089e1158 100644 --- a/graphics/ruby-color/PLIST +++ b/graphics/ruby-color/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.5 2015/02/03 14:09:58 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/12/02 14:28:40 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest +${GEM_LIBDIR}/.coveralls.yml ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/.hoerc ${GEM_LIBDIR}/.minitest.rb ${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/Code-of-Conduct.rdoc ${GEM_LIBDIR}/Contributing.rdoc ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/History.rdoc diff --git a/graphics/ruby-color/distinfo b/graphics/ruby-color/distinfo index 24f5fad21f3..4375504b29b 100644 --- a/graphics/ruby-color/distinfo +++ b/graphics/ruby-color/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 21:34:19 agc Exp $ +$NetBSD: distinfo,v 1.7 2015/12/02 14:28:40 taca Exp $ -SHA1 (color-1.7.1.gem) = 2f5624448246bbb2e32a9e0e7c81b7e992e148d0 -RMD160 (color-1.7.1.gem) = 7bfc087b3a1783a3033d3d124e19ea31f4c9b26b -SHA512 (color-1.7.1.gem) = 1d9724c64cbe8caec06ccd86a584a68784a4e17661f331521d7ee8f66bf40f5eb8a63781c850764fcfe415bf12d68be9dd4eced699ac318501ede67c870ca798 -Size (color-1.7.1.gem) = 48640 bytes +SHA1 (color-1.8.gem) = 39e1f5b10f1356e7c22e9faffed5e19fe5ec5293 +RMD160 (color-1.8.gem) = 2d633a79405ca88a1bc60c7e25580095f85a64c1 +SHA512 (color-1.8.gem) = 4b051c50c4a9d2d2bb8a8f0db5c5f32e833e47405d3dffefaf6b6a10f75af8c8ef523e66847312336b0e1dfa0eb264325b018bf285466d61da513f8b32122f77 +Size (color-1.8.gem) = 46080 bytes |