pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-memoist
Module Name: pkgsrc
Committed By: taca
Date: Tue Nov 1 16:50:31 UTC 2016
Modified Files:
pkgsrc/devel/ruby-memoist: Makefile PLIST distinfo
Log Message:
Update ruby-memoist to 0.15.0.
* Add the frozen string literal pragma for ruby 2.3.0.
* Add a benchmark for basic performance of memoised methods
* Add a hit counter... 90s style
* Use SVG badge over PNG
* Ensure we don't load uninitialized variables in the test
* Avoid overwriting the memoized_methods helper
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-memoist/Makefile \
pkgsrc/devel/ruby-memoist/PLIST pkgsrc/devel/ruby-memoist/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-memoist/Makefile
diff -u pkgsrc/devel/ruby-memoist/Makefile:1.1 pkgsrc/devel/ruby-memoist/Makefile:1.2
--- pkgsrc/devel/ruby-memoist/Makefile:1.1 Sat Jan 9 18:38:26 2016
+++ pkgsrc/devel/ruby-memoist/Makefile Tue Nov 1 16:50:31 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/01/09 18:38:26 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2016/11/01 16:50:31 taca Exp $
-DISTNAME= memoist-0.14.0
+DISTNAME= memoist-0.15.0
CATEGORIES= devel
MAINTAINER= tsutsui%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-memoist/PLIST
diff -u pkgsrc/devel/ruby-memoist/PLIST:1.1 pkgsrc/devel/ruby-memoist/PLIST:1.2
--- pkgsrc/devel/ruby-memoist/PLIST:1.1 Sat Jan 9 18:38:26 2016
+++ pkgsrc/devel/ruby-memoist/PLIST Tue Nov 1 16:50:31 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/09 18:38:26 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/11/01 16:50:31 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
@@ -10,6 +10,7 @@ ${GEM_LIBDIR}/lib/memoist.rb
${GEM_LIBDIR}/lib/memoist/core_ext/singleton_class.rb
${GEM_LIBDIR}/lib/memoist/version.rb
${GEM_LIBDIR}/memoist.gemspec
+${GEM_LIBDIR}/script/benchmark.rb
${GEM_LIBDIR}/test/memoist_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-memoist/distinfo
diff -u pkgsrc/devel/ruby-memoist/distinfo:1.1 pkgsrc/devel/ruby-memoist/distinfo:1.2
--- pkgsrc/devel/ruby-memoist/distinfo:1.1 Sat Jan 9 18:38:26 2016
+++ pkgsrc/devel/ruby-memoist/distinfo Tue Nov 1 16:50:31 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/01/09 18:38:26 tsutsui Exp $
+$NetBSD: distinfo,v 1.2 2016/11/01 16:50:31 taca Exp $
-SHA1 (memoist-0.14.0.gem) = 26616c763583cb0d3b03c00d85282dec25286b31
-RMD160 (memoist-0.14.0.gem) = a98146342784057d2c888219973819c58e7bbc68
-SHA512 (memoist-0.14.0.gem) = 5c1ca8f2973ad231efb89972adbc8044f4a0390ff0053963207210315670d4745841cc48f245e83c456441dd9cd0ae58a6aa527abd68a678136eeb9a575698c3
-Size (memoist-0.14.0.gem) = 11264 bytes
+SHA1 (memoist-0.15.0.gem) = 9e6a9bec8d2d535b234dc2d8758818f18e3485a1
+RMD160 (memoist-0.15.0.gem) = 878b81874d9e4c2a08616e60694fca928c78e6a5
+SHA512 (memoist-0.15.0.gem) = ee8ef99f78bc37c745be6ff156a9533eb1f288f8fd9b81a88520c1e2ace465379f3ac7c666d7cac2a3cf286bf3d0a85e2e2d10ab4fa17eced676b7072e3f592f
+Size (memoist-0.15.0.gem) = 11776 bytes
Home |
Main Index |
Thread Index |
Old Index