pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-tins Update ruby-tins to 1.12.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc75881aa92e
branches:  trunk
changeset: 353629:cc75881aa92e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 09 15:28:44 2016 +0000

description:
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.

diffstat:

 devel/ruby-tins/Makefile |   4 ++--
 devel/ruby-tins/PLIST    |   4 +++-
 devel/ruby-tins/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r d8d2f2b43dac -r cc75881aa92e devel/ruby-tins/Makefile
--- a/devel/ruby-tins/Makefile  Sun Oct 09 15:26:14 2016 +0000
+++ b/devel/ruby-tins/Makefile  Sun Oct 09 15:28:44 2016 +0000
@@ -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
diff -r d8d2f2b43dac -r cc75881aa92e devel/ruby-tins/PLIST
--- a/devel/ruby-tins/PLIST     Sun Oct 09 15:26:14 2016 +0000
+++ b/devel/ruby-tins/PLIST     Sun Oct 09 15:28:44 2016 +0000
@@ -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_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/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
diff -r d8d2f2b43dac -r cc75881aa92e devel/ruby-tins/distinfo
--- a/devel/ruby-tins/distinfo  Sun Oct 09 15:26:14 2016 +0000
+++ b/devel/ruby-tins/distinfo  Sun Oct 09 15:28:44 2016 +0000
@@ -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