pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-tins devel/ruby-tins: update to 1.16.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd324c87d690
branches:  trunk
changeset: 377263:fd324c87d690
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 14 14:28:25 2018 +0000

description:
devel/ruby-tins: update to 1.16.3

2017-12-05 Release 1.16.3

* Improve temp_io method by not changing working dir.

2017-12-05 Release 1.16.2

* Improve temp_io method with a given name.

2017-12-05 Release 1.16.1

* Improve temp_io method with block

2017-11-29 Release 1.16.0

* Prove temp_io method with block

diffstat:

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

diffs (60 lines):

diff -r 53d6dcc3bb81 -r fd324c87d690 devel/ruby-tins/Makefile
--- a/devel/ruby-tins/Makefile  Wed Mar 14 14:25:58 2018 +0000
+++ b/devel/ruby-tins/Makefile  Wed Mar 14 14:28:25 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/07/31 14:29:22 taca Exp $
+# $NetBSD: Makefile,v 1.16 2018/03/14 14:28:25 taca Exp $
 
-DISTNAME=      tins-1.15.0
+DISTNAME=      tins-1.16.3
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 53d6dcc3bb81 -r fd324c87d690 devel/ruby-tins/PLIST
--- a/devel/ruby-tins/PLIST     Wed Mar 14 14:25:58 2018 +0000
+++ b/devel/ruby-tins/PLIST     Wed Mar 14 14:28:25 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2017/07/31 14:29:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2018/03/14 14:28:25 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -86,6 +86,7 @@
 ${GEM_LIBDIR}/lib/tins/string_underscore.rb
 ${GEM_LIBDIR}/lib/tins/string_version.rb
 ${GEM_LIBDIR}/lib/tins/subhash.rb
+${GEM_LIBDIR}/lib/tins/temp_io.rb
 ${GEM_LIBDIR}/lib/tins/terminal.rb
 ${GEM_LIBDIR}/lib/tins/thread_local.rb
 ${GEM_LIBDIR}/lib/tins/time_dummy.rb
@@ -137,6 +138,7 @@
 ${GEM_LIBDIR}/lib/tins/xt/string_underscore.rb
 ${GEM_LIBDIR}/lib/tins/xt/string_version.rb
 ${GEM_LIBDIR}/lib/tins/xt/subhash.rb
+${GEM_LIBDIR}/lib/tins/xt/temp_io.rb
 ${GEM_LIBDIR}/lib/tins/xt/time_dummy.rb
 ${GEM_LIBDIR}/lib/tins/xt/time_freezer.rb
 ${GEM_LIBDIR}/lib/tins/xt/to.rb
@@ -194,6 +196,7 @@
 ${GEM_LIBDIR}/tests/string_underscore_test.rb
 ${GEM_LIBDIR}/tests/string_version_test.rb
 ${GEM_LIBDIR}/tests/subhash_test.rb
+${GEM_LIBDIR}/tests/temp_io_test.rb
 ${GEM_LIBDIR}/tests/test_helper.rb
 ${GEM_LIBDIR}/tests/time_dummy_test.rb
 ${GEM_LIBDIR}/tests/time_freezer_test.rb
diff -r 53d6dcc3bb81 -r fd324c87d690 devel/ruby-tins/distinfo
--- a/devel/ruby-tins/distinfo  Wed Mar 14 14:25:58 2018 +0000
+++ b/devel/ruby-tins/distinfo  Wed Mar 14 14:28:25 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/07/31 14:29:22 taca Exp $
+$NetBSD: distinfo,v 1.17 2018/03/14 14:28:25 taca Exp $
 
-SHA1 (tins-1.15.0.gem) = b559d5f28f12797fda7314d64aa947f70e061e94
-RMD160 (tins-1.15.0.gem) = fc2b3adef51ceb8bb7521ca4523de26de3e80684
-SHA512 (tins-1.15.0.gem) = c4b69357f4f89c75b8aea713c122bd83759678ab9aac8553f25fbe867dc7dc55c72e54673fe2a17e818c089a4517f62ac20e40597fe40945c742cc6f153460bb
-Size (tins-1.15.0.gem) = 304128 bytes
+SHA1 (tins-1.16.3.gem) = 7b5daa1f70a6c5e597bff4a3bc42fe4f07b1393d
+RMD160 (tins-1.16.3.gem) = 211c33cc4c78164912b48f0a65bd9af18071159a
+SHA512 (tins-1.16.3.gem) = f132cd5bdb2ff02805b78856f0340723fdf89437514ef0067f2eabd3742a2282463bb18f4750ea6496124fff48a3e82e73220af3555700839b5270311a1b4ac2
+Size (tins-1.16.3.gem) = 304640 bytes



Home | Main Index | Thread Index | Old Index