pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tins



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Oct  9 15:28:44 UTC 2016

Modified Files:
        pkgsrc/devel/ruby-tins: Makefile PLIST distinfo

Log Message:
Update ruby-tins to 1.12.0.

2016-08-04 Release 1.12.0
* Add Tins::Unit.parse? method to check for units in strings.

2016-07-12 Release 1.11.0
* Provide Tins::Unit.format and Tins::Unit.parse methods.

2016-05-25 Release 1.10.2
* Avoid some warnings.

2016-04-15 Release 1.10.1
* Fix bug in go if a concatenated argument comes last.

2016-04-12 Release 1.10.0
* Support mixed rest arguments in go argument parsing.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-tins/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-tins/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-tins/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-tins/Makefile
diff -u pkgsrc/devel/ruby-tins/Makefile:1.11 pkgsrc/devel/ruby-tins/Makefile:1.12
--- pkgsrc/devel/ruby-tins/Makefile:1.11        Tue Mar 15 14:24:46 2016
+++ pkgsrc/devel/ruby-tins/Makefile     Sun Oct  9 15:28:44 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/03/15 14:24:46 taca Exp $
+# $NetBSD: Makefile,v 1.12 2016/10/09 15:28:44 taca Exp $
 
-DISTNAME=      tins-1.9.0
+DISTNAME=      tins-1.12.0
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-tins/PLIST
diff -u pkgsrc/devel/ruby-tins/PLIST:1.8 pkgsrc/devel/ruby-tins/PLIST:1.9
--- pkgsrc/devel/ruby-tins/PLIST:1.8    Tue Mar 15 14:24:46 2016
+++ pkgsrc/devel/ruby-tins/PLIST        Sun Oct  9 15:28:44 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/03/15 14:24:46 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/10/09 15:28:44 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -92,6 +92,7 @@ ${GEM_LIBDIR}/lib/tins/to.rb
 ${GEM_LIBDIR}/lib/tins/to_proc.rb
 ${GEM_LIBDIR}/lib/tins/token.rb
 ${GEM_LIBDIR}/lib/tins/uniq_by.rb
+${GEM_LIBDIR}/lib/tins/unit.rb
 ${GEM_LIBDIR}/lib/tins/version.rb
 ${GEM_LIBDIR}/lib/tins/write.rb
 ${GEM_LIBDIR}/lib/tins/xt.rb
@@ -196,5 +197,6 @@ ${GEM_LIBDIR}/tests/time_freezer_test.rb
 ${GEM_LIBDIR}/tests/to_test.rb
 ${GEM_LIBDIR}/tests/token_test.rb
 ${GEM_LIBDIR}/tests/uniq_by_test.rb
+${GEM_LIBDIR}/tests/unit_test.rb
 ${GEM_LIBDIR}/tins.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-tins/distinfo
diff -u pkgsrc/devel/ruby-tins/distinfo:1.12 pkgsrc/devel/ruby-tins/distinfo:1.13
--- pkgsrc/devel/ruby-tins/distinfo:1.12        Tue Mar 15 14:24:46 2016
+++ pkgsrc/devel/ruby-tins/distinfo     Sun Oct  9 15:28:44 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2016/03/15 14:24:46 taca Exp $
+$NetBSD: distinfo,v 1.13 2016/10/09 15:28:44 taca Exp $
 
-SHA1 (tins-1.9.0.gem) = 3b6f5c64493b61e7df7eda88be30ae1def2059ea
-RMD160 (tins-1.9.0.gem) = f12560473f172700d521690d5fdd817d9fa6f502
-SHA512 (tins-1.9.0.gem) = 6ef081d492030dc42a548e849699f0b8650d50644dc2c0aacf9b9a1694ff02c1da19bca8926d42d042537c2ea672b1e49dcd88a3fc41d9daf675029db1bc06b2
-Size (tins-1.9.0.gem) = 301056 bytes
+SHA1 (tins-1.12.0.gem) = 8d38faf512f58b5a7faac59475d3981c4b347148
+RMD160 (tins-1.12.0.gem) = 7170ca17c6ccdad6294988b36250716656c39360
+SHA512 (tins-1.12.0.gem) = f5b4f6060f3e80cc5332fb47ce8fcad5bfea627a3ca0b849b55a3919ab6fdd94189e8306fc5a593be7852e06cc5ac46dce9d8dd3b1fb022e252a2a0a783b36ed
+Size (tins-1.12.0.gem) = 302592 bytes



Home | Main Index | Thread Index | Old Index