diff options
author | taca <taca@pkgsrc.org> | 2016-10-09 15:28:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-09 15:28:44 +0000 |
commit | 63c9a38892b0e1455033d18e497ff6d886d27ba8 (patch) | |
tree | 2fd4c57a7e2010ec0ce51ddef9eeff84f388f53b /devel/ruby-tins | |
parent | b8b7b313bf3d34a446c0873ca9c296c1ee1dd759 (diff) | |
download | pkgsrc-63c9a38892b0e1455033d18e497ff6d886d27ba8.tar.gz |
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 (limited to 'devel/ruby-tins')
-rw-r--r-- | devel/ruby-tins/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-tins/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-tins/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/ruby-tins/Makefile b/devel/ruby-tins/Makefile index e52b2b3a974..1003e47ac0c 100644 --- a/devel/ruby-tins/Makefile +++ b/devel/ruby-tins/Makefile @@ -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 diff --git a/devel/ruby-tins/PLIST b/devel/ruby-tins/PLIST index f8e2178d8e7..115a5c7f8cf 100644 --- a/devel/ruby-tins/PLIST +++ b/devel/ruby-tins/PLIST @@ -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 diff --git a/devel/ruby-tins/distinfo b/devel/ruby-tins/distinfo index 7aac997cae4..df260790a1d 100644 --- a/devel/ruby-tins/distinfo +++ b/devel/ruby-tins/distinfo @@ -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 |