pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-thor



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 10 13:36:01 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-thor: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-thor/Makefile \
    pkgsrc/devel/ruby-thor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-thor/Makefile
diff -u pkgsrc/devel/ruby-thor/Makefile:1.8 pkgsrc/devel/ruby-thor/Makefile:1.9
--- pkgsrc/devel/ruby-thor/Makefile:1.8 Mon Mar 20 12:48:32 2017
+++ pkgsrc/devel/ruby-thor/Makefile     Sun Sep 10 13:36:01 2017
@@ -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
Index: pkgsrc/devel/ruby-thor/distinfo
diff -u pkgsrc/devel/ruby-thor/distinfo:1.8 pkgsrc/devel/ruby-thor/distinfo:1.9
--- pkgsrc/devel/ruby-thor/distinfo:1.8 Mon Mar 20 12:48:32 2017
+++ pkgsrc/devel/ruby-thor/distinfo     Sun Sep 10 13:36:01 2017
@@ -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