Tue Jan 26 15:33:05 2021 UTC ()
devel/ruby-thor: update to 1.1.0

1.1.0 (2021-01-20)

* Don't use ANSI colors when terminal is dumb.
* Ensure default option/argument is not erroneously aliased.
* Fixes a bug in the calculation of the print_wrapped method.
* Obey :mute and options[:quiet] in Shell#say.
* Support Ruby 3.0.
* Add force option to the gsub_file action.


(taca)
diff -r1.12 -r1.13 pkgsrc/devel/ruby-thor/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/ruby-thor/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/ruby-thor/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-thor/Makefile 2021/01/13 15:11:02 1.12
+++ pkgsrc/devel/ruby-thor/Makefile 2021/01/26 15:33:05 1.13
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2021/01/13 15:11:02 taca Exp $ 1# $NetBSD: Makefile,v 1.13 2021/01/26 15:33:05 taca Exp $
2 2
3DISTNAME= thor-1.0.1 3DISTNAME= thor-1.1.0
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://whatisthor.com/ 7HOMEPAGE= http://whatisthor.com/
9COMMENT= Scripting framework that replaces rake, sake and rubigen 8COMMENT= Scripting framework that replaces rake, sake and rubigen
10LICENSE= mit 9LICENSE= mit
11 10
12RUBYGEM_OPTIONS+= --format-executable 11RUBYGEM_OPTIONS+= --format-executable
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.11 -r1.12 pkgsrc/devel/ruby-thor/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-thor/distinfo 2020/03/24 18:30:19 1.11
+++ pkgsrc/devel/ruby-thor/distinfo 2021/01/26 15:33:05 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2020/03/24 18:30:19 taca Exp $ 1$NetBSD: distinfo,v 1.12 2021/01/26 15:33:05 taca Exp $
2 2
3SHA1 (thor-1.0.1.gem) = c3af15b03015939d5e87459ac56d6915e755c932 3SHA1 (thor-1.1.0.gem) = a016bf22c8759a819e44364cb58727d502894e17
4RMD160 (thor-1.0.1.gem) = eb16bca2d94b7b13fa6edd7d1e6ed15c1f0071c0 4RMD160 (thor-1.1.0.gem) = 79a54615da513e4ebdb5d34c3477871fa0de6725
5SHA512 (thor-1.0.1.gem) = 51560fabff2df52ff1d6745d419dfd3e26d58d79d36e2baa5a6aa9304a5ac0dc539abf956cfa9d8c1ad882586aa7e9edc886ea4cdc9a9574315befaf5dfb91b0 5SHA512 (thor-1.1.0.gem) = 98e96ad70f8452e590b7c5266c495f4fbe11af2ce38aa2b3295da8cffe4bba7d660fab4faf604011cc4774ee77451d32002c43c74f3c422e1ed50866f7bcd927
6Size (thor-1.0.1.gem) = 56320 bytes 6Size (thor-1.1.0.gem) = 56832 bytes