Sun Sep 13 15:56:58 2020 UTC ()
devel/ruby-pastel: update to 0.8.0

Update ruby-pastel package to 0.8.0.

## [v0.8.0] - 2020-07-04

### Changed
* Change gemspec to require Ruby 2.0 or higher
* Change Pastel#new to use keyword arguments in place of hash options
* Change to freeze all strings
* Remove equatable dependency

### Fixed
* Fix Pastel#strip to recognise no-number reset by DanielVartanov(@DanielVartanov)
* Fix Pastel#undecorate to correctly assign styles for nested colors


(taca)
diff -r1.2 -r1.3 pkgsrc/devel/ruby-pastel/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/ruby-pastel/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-pastel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-pastel/Makefile 2020/05/25 13:34:53 1.2
+++ pkgsrc/devel/ruby-pastel/Makefile 2020/09/13 15:56:58 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2020/05/25 13:34:53 taca Exp $ 1# $NetBSD: Makefile,v 1.3 2020/09/13 15:56:58 taca Exp $
2 2
3DISTNAME= pastel-0.7.4 3DISTNAME= pastel-0.8.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://piotrmurach.github.io/tty/ 7HOMEPAGE= https://piotrmurach.github.io/tty/
8COMMENT= Terminal strings styling with intuitive and clean API 8COMMENT= Terminal strings styling with intuitive and clean API
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-equatable>=0.6<1:../../devel/ruby-equatable 
12DEPENDS+= ${RUBY_PKGPREFIX}-tty-color>=0.5<1:../../devel/ruby-tty-color 11DEPENDS+= ${RUBY_PKGPREFIX}-tty-color>=0.5<1:../../devel/ruby-tty-color
13 12
14USE_LANGUAGES= # none 13USE_LANGUAGES= # none
15 14
16.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-pastel/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-pastel/distinfo 2020/05/25 13:34:53 1.2
+++ pkgsrc/devel/ruby-pastel/distinfo 2020/09/13 15:56:58 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/05/25 13:34:53 taca Exp $ 1$NetBSD: distinfo,v 1.3 2020/09/13 15:56:58 taca Exp $
2 2
3SHA1 (pastel-0.7.4.gem) = 68ea8b694964603d54254ad2d7c6caa5b6d93603 3SHA1 (pastel-0.8.0.gem) = 67c7bbaeb9e5a178ea3c6bbbc043dcb1d40a5416
4RMD160 (pastel-0.7.4.gem) = cb12f85c69ebdc437f8872b506ce5519babec21b 4RMD160 (pastel-0.8.0.gem) = e8a895252b040b3551a0741d48d98dba00f3c7dc
5SHA512 (pastel-0.7.4.gem) = 162d835d1eaf1bd011097063b2ee7d33b0a0da2db2ead88c1f6d0e31db27823e2a964fbc8ddddf57abae03871a6f80b4e9cf41389e8b3ae755ffc421fb4181a0 5SHA512 (pastel-0.8.0.gem) = fb6bb1be1af633e68bd5bb50b5dcc4d2e3b7e53607f883155288bcaf4306fbfea1ed044b8a13d9212f36cd42fa6aaec7a9011faad0b6c99b84f00057aa91b67f
6Size (pastel-0.7.4.gem) = 15360 bytes 6Size (pastel-0.8.0.gem) = 15872 bytes