pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/ruby-hitimes Updated time/ruby-hitimes to 1.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f15f45c0a85
branches:  trunk
changeset: 352777:8f15f45c0a85
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Sep 18 23:47:13 2016 +0000

description:
Updated time/ruby-hitimes to 1.2.4
---------------------------------
## Version 1.2.4 2016-05-01
 * Fix finding the extension on ruby 2.1.10 (thanks @wpiekutowski)
 * Add more readable load error (thanks @mbautin)
 * Update README with what versions of ruby are supported.

diffstat:

 time/ruby-hitimes/DESCR    |   4 ++--
 time/ruby-hitimes/Makefile |   4 ++--
 time/ruby-hitimes/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r e0f7afb275f5 -r 8f15f45c0a85 time/ruby-hitimes/DESCR
--- a/time/ruby-hitimes/DESCR   Sun Sep 18 23:42:13 2016 +0000
+++ b/time/ruby-hitimes/DESCR   Sun Sep 18 23:47:13 2016 +0000
@@ -1,6 +1,6 @@
 Hitimes is a fast, high resolution timer library for recording
 performance metrics.  It uses the appropriate low method calls for each
-system to get the highest granularity time increments possible.  
+system to get the highest granularity time increments possible.
 
 It currently supports any of the following systems:
 
@@ -11,4 +11,4 @@
 
 Using Hitimes can be faster than using a series of `Time.new` calls, and
 it will have a much higher granularity. It is definitely faster than
-using `Process.times`. 
+using `Process.times`.
diff -r e0f7afb275f5 -r 8f15f45c0a85 time/ruby-hitimes/Makefile
--- a/time/ruby-hitimes/Makefile        Sun Sep 18 23:42:13 2016 +0000
+++ b/time/ruby-hitimes/Makefile        Sun Sep 18 23:47:13 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/10/04 13:39:42 taca Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/18 23:47:13 mef Exp $
 
-DISTNAME=      hitimes-1.2.3
+DISTNAME=      hitimes-1.2.4
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r e0f7afb275f5 -r 8f15f45c0a85 time/ruby-hitimes/distinfo
--- a/time/ruby-hitimes/distinfo        Sun Sep 18 23:42:13 2016 +0000
+++ b/time/ruby-hitimes/distinfo        Sun Sep 18 23:47:13 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/02 23:31:44 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/09/18 23:47:13 mef Exp $
 
-SHA1 (hitimes-1.2.3.gem) = 1f510a279eb3b5cc1ee7ebd39e0aea521f838683
-RMD160 (hitimes-1.2.3.gem) = 1b4a327edac9d4305d689adb12ebbed838bc50ae
-SHA512 (hitimes-1.2.3.gem) = 42b922d098dd2f5c6e4c698d9bb34e7b25ac94d36f339b29abea3c99c1be80ee0d31994ad39152bc914ea5d8bf5d92e5f506f8fba6d6d795b8febf7b03381566
-Size (hitimes-1.2.3.gem) = 31744 bytes
+SHA1 (hitimes-1.2.4.gem) = 4ed388ebe02c238bbd495e645996c0bfb20bb7e6
+RMD160 (hitimes-1.2.4.gem) = 6a3f2ac11f6e6fa05e068cd77bd2377427188824
+SHA512 (hitimes-1.2.4.gem) = a4da8590297f4472ec6e98db0083e5fb5923284fea15e9c2da62476c1200f9cb6d12b77f369c374706457b5ce260dd1d9bfc93bf4c256cb1fbc63a4c463185c3
+Size (hitimes-1.2.4.gem) = 32256 bytes



Home | Main Index | Thread Index | Old Index