pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ruby-hitimes



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 18 23:47:13 UTC 2016

Modified Files:
        pkgsrc/time/ruby-hitimes: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/ruby-hitimes/DESCR
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/ruby-hitimes/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/ruby-hitimes/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/ruby-hitimes/DESCR
diff -u pkgsrc/time/ruby-hitimes/DESCR:1.1 pkgsrc/time/ruby-hitimes/DESCR:1.2
--- pkgsrc/time/ruby-hitimes/DESCR:1.1  Fri Mar 13 13:27:33 2015
+++ pkgsrc/time/ruby-hitimes/DESCR      Sun Sep 18 23:47:13 2016
@@ -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 @@ It currently supports any of the followi
 
 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`.

Index: pkgsrc/time/ruby-hitimes/Makefile
diff -u pkgsrc/time/ruby-hitimes/Makefile:1.2 pkgsrc/time/ruby-hitimes/Makefile:1.3
--- pkgsrc/time/ruby-hitimes/Makefile:1.2       Sun Oct  4 13:39:42 2015
+++ pkgsrc/time/ruby-hitimes/Makefile   Sun Sep 18 23:47:13 2016
@@ -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

Index: pkgsrc/time/ruby-hitimes/distinfo
diff -u pkgsrc/time/ruby-hitimes/distinfo:1.3 pkgsrc/time/ruby-hitimes/distinfo:1.4
--- pkgsrc/time/ruby-hitimes/distinfo:1.3       Mon Nov  2 23:31:44 2015
+++ pkgsrc/time/ruby-hitimes/distinfo   Sun Sep 18 23:47:13 2016
@@ -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