pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-thor Update ruby-thor to 0.20.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a09cd240591
branches: trunk
changeset: 368038:9a09cd240591
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 10 13:36:01 2017 +0000
description:
Update ruby-thor to 0.20.0.
0.20.0 2017/08/16
* Add check_default_type! to check if the default value of an option matches
the defined type. It removes the warning on usage and gives the command
authors the possibility to check for programming errors.
* Add disable_required_check! to disable check for required options in some
commands. It is a substitute of disable_class_options that was not working
as intended.
* Add inject_into_module.
diffstat:
devel/ruby-thor/Makefile | 4 ++--
devel/ruby-thor/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r a2fcde2edc82 -r 9a09cd240591 devel/ruby-thor/Makefile
--- a/devel/ruby-thor/Makefile Sun Sep 10 12:34:12 2017 +0000
+++ b/devel/ruby-thor/Makefile Sun Sep 10 13:36:01 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/03/20 12:48:32 taca Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/10 13:36:01 taca Exp $
-DISTNAME= thor-0.19.4
+DISTNAME= thor-0.20.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r a2fcde2edc82 -r 9a09cd240591 devel/ruby-thor/distinfo
--- a/devel/ruby-thor/distinfo Sun Sep 10 12:34:12 2017 +0000
+++ b/devel/ruby-thor/distinfo Sun Sep 10 13:36:01 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/03/20 12:48:32 taca Exp $
+$NetBSD: distinfo,v 1.9 2017/09/10 13:36:01 taca Exp $
-SHA1 (thor-0.19.4.gem) = be200759879238e3d250c77bda59ca130d983ab2
-RMD160 (thor-0.19.4.gem) = cb8966862a6100ba410278fad33945991facd26d
-SHA512 (thor-0.19.4.gem) = 3abb55bb1bf2299c92b7ba66afe0ef755d0ba07523ed8231037d9dd5af0a701c6129d3488a582a401a48048b84f4be3e35a52b473636d8dc647f2534dd1ba015
-Size (thor-0.19.4.gem) = 52736 bytes
+SHA1 (thor-0.20.0.gem) = 2e921089cdc548fd06b585015cd2b15506792f63
+RMD160 (thor-0.20.0.gem) = 6db624e61c1c5bfb64662aef72bcca8147c4fbb3
+SHA512 (thor-0.20.0.gem) = 84b89d5066903856cd58b3463706ceaf7de85701f6cea4fc37f64359ee35603a8cf8b54866cf84f2fd6d0e6d665b2652bdc62e830aeb6a225cd0d41e59e27c0a
+Size (thor-0.20.0.gem) = 54272 bytes
Home |
Main Index |
Thread Index |
Old Index