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:           Mon Mar 20 13:00:47 UTC 2017

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

Log Message:
Update ruby-tins to 1.13.2.

2016-11-23 Release 1.13.0

* Add expose method mostly for testing hidden methods.


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

Index: pkgsrc/devel/ruby-tins/PLIST
diff -u pkgsrc/devel/ruby-tins/PLIST:1.9 pkgsrc/devel/ruby-tins/PLIST:1.10
--- pkgsrc/devel/ruby-tins/PLIST:1.9    Sun Oct  9 15:28:44 2016
+++ pkgsrc/devel/ruby-tins/PLIST        Mon Mar 20 13:00:47 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2016/10/09 15:28:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/03/20 13:00:47 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -53,6 +53,7 @@ ${GEM_LIBDIR}/lib/tins/deep_const_get.rb
 ${GEM_LIBDIR}/lib/tins/deep_dup.rb
 ${GEM_LIBDIR}/lib/tins/dslkit.rb
 ${GEM_LIBDIR}/lib/tins/duration.rb
+${GEM_LIBDIR}/lib/tins/expose.rb
 ${GEM_LIBDIR}/lib/tins/extract_last_argument_options.rb
 ${GEM_LIBDIR}/lib/tins/file_binary.rb
 ${GEM_LIBDIR}/lib/tins/find.rb
@@ -109,6 +110,7 @@ ${GEM_LIBDIR}/lib/tins/xt/date_time_dumm
 ${GEM_LIBDIR}/lib/tins/xt/deep_const_get.rb
 ${GEM_LIBDIR}/lib/tins/xt/deep_dup.rb
 ${GEM_LIBDIR}/lib/tins/xt/dslkit.rb
+${GEM_LIBDIR}/lib/tins/xt/expose.rb
 ${GEM_LIBDIR}/lib/tins/xt/extract_last_argument_options.rb
 ${GEM_LIBDIR}/lib/tins/xt/file_binary.rb
 ${GEM_LIBDIR}/lib/tins/xt/full.rb
@@ -156,6 +158,7 @@ ${GEM_LIBDIR}/tests/delegate_test.rb
 ${GEM_LIBDIR}/tests/dslkit_test.rb
 ${GEM_LIBDIR}/tests/duaration_test.rb
 ${GEM_LIBDIR}/tests/dynamic_scope_test.rb
+${GEM_LIBDIR}/tests/expose_test.rb
 ${GEM_LIBDIR}/tests/extract_last_argument_options_test.rb
 ${GEM_LIBDIR}/tests/file_binary_test.rb
 ${GEM_LIBDIR}/tests/find_test.rb

Index: pkgsrc/devel/ruby-tins/distinfo
diff -u pkgsrc/devel/ruby-tins/distinfo:1.13 pkgsrc/devel/ruby-tins/distinfo:1.14
--- pkgsrc/devel/ruby-tins/distinfo:1.13        Sun Oct  9 15:28:44 2016
+++ pkgsrc/devel/ruby-tins/distinfo     Mon Mar 20 13:00:47 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/10/09 15:28:44 taca Exp $
+$NetBSD: distinfo,v 1.14 2017/03/20 13:00:47 taca Exp $
 
-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
+SHA1 (tins-1.13.2.gem) = 6e7e6fa2b6bcd314c1cc0d10fea594f347e3704f
+RMD160 (tins-1.13.2.gem) = 90131c19596f4ba99f2c96d358c543d1691be8af
+SHA512 (tins-1.13.2.gem) = a57156709ecfe603defb870a66204825bf3dfb24cff5be56c6afedc05c801b277da0d18665d13e700fa24ed4bdb3e65261064b03a9231ed976e600a50d2c63c0
+Size (tins-1.13.2.gem) = 303616 bytes



Home | Main Index | Thread Index | Old Index