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: Sat Feb 12 15:20:56 UTC 2022
Modified Files:
pkgsrc/devel/ruby-tins: Makefile PLIST distinfo
Log Message:
devel/ruby-tins: update to 1.31.0
Quote from commit logs.
1.29.1 (2021-05-20)
* Reraise the same exception object for exceptions with additional methods.
1.30.0 (2021-12-27)
* Fix for upcoming ruby 3.1.0.
1.31.0 (2022-01-07)
* Add small LRU cache implementation.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-tins/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-tins/PLIST
cvs rdiff -u -r1.26 -r1.27 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.23 pkgsrc/devel/ruby-tins/Makefile:1.24
--- pkgsrc/devel/ruby-tins/Makefile:1.23 Sun May 30 08:58:13 2021
+++ pkgsrc/devel/ruby-tins/Makefile Sat Feb 12 15:20:56 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/05/30 08:58:13 taca Exp $
+# $NetBSD: Makefile,v 1.24 2022/02/12 15:20:56 taca Exp $
-DISTNAME= tins-1.29.1
+DISTNAME= tins-1.31.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-tins/PLIST
diff -u pkgsrc/devel/ruby-tins/PLIST:1.15 pkgsrc/devel/ruby-tins/PLIST:1.16
--- pkgsrc/devel/ruby-tins/PLIST:1.15 Sun May 9 13:52:40 2021
+++ pkgsrc/devel/ruby-tins/PLIST Sat Feb 12 15:20:56 2022
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.15 2021/05/09 13:52:40 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2022/02/12 15:20:56 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.all_images.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.tool-versions
-${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.md
@@ -66,6 +66,7 @@ ${GEM_LIBDIR}/lib/tins/if_predicate.rb
${GEM_LIBDIR}/lib/tins/implement.rb
${GEM_LIBDIR}/lib/tins/limited.rb
${GEM_LIBDIR}/lib/tins/lines_file.rb
+${GEM_LIBDIR}/lib/tins/lru_cache.rb
${GEM_LIBDIR}/lib/tins/memoize.rb
${GEM_LIBDIR}/lib/tins/method_description.rb
${GEM_LIBDIR}/lib/tins/minimize.rb
@@ -176,6 +177,7 @@ ${GEM_LIBDIR}/tests/if_predicate_test.rb
${GEM_LIBDIR}/tests/implement_test.rb
${GEM_LIBDIR}/tests/limited_test.rb
${GEM_LIBDIR}/tests/lines_file_test.rb
+${GEM_LIBDIR}/tests/lru_cache_test.rb
${GEM_LIBDIR}/tests/memoize_test.rb
${GEM_LIBDIR}/tests/method_description_test.rb
${GEM_LIBDIR}/tests/minimize_test.rb
Index: pkgsrc/devel/ruby-tins/distinfo
diff -u pkgsrc/devel/ruby-tins/distinfo:1.26 pkgsrc/devel/ruby-tins/distinfo:1.27
--- pkgsrc/devel/ruby-tins/distinfo:1.26 Tue Oct 26 10:19:51 2021
+++ pkgsrc/devel/ruby-tins/distinfo Sat Feb 12 15:20:56 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2021/10/26 10:19:51 nia Exp $
+$NetBSD: distinfo,v 1.27 2022/02/12 15:20:56 taca Exp $
-BLAKE2s (tins-1.29.1.gem) = 581eecfd6d205724f507299843213dad022e946e5d456b93e0f97d25b3f27717
-SHA512 (tins-1.29.1.gem) = 043a49d0755bb158cfd60554b530cd315cfe869520ab02ee819addc0fea39f441960a6c416753c0e69dc0dbf122523842f940ff89dcb43e64f5825a2c0c5a53e
-Size (tins-1.29.1.gem) = 307200 bytes
+BLAKE2s (tins-1.31.0.gem) = dce647f2b93c7647ead91f8a00c11fd58fb2abecd778bdf1b5f2dfbd2edd6c6f
+SHA512 (tins-1.31.0.gem) = 390ef8366304582e635e702f1175e8f3c59aa1051765b6a971469b4057e9d4025848c13a21961ac960c12297783e9c1f1485e13310dc117e4a04bde5c18018ed
+Size (tins-1.31.0.gem) = 307712 bytes
Home |
Main Index |
Thread Index |
Old Index