diff options
author | mef <mef> | 2016-09-18 23:47:13 +0000 |
---|---|---|
committer | mef <mef> | 2016-09-18 23:47:13 +0000 |
commit | 0e27e252dd4e9ae1fc34601ca5b10c06cc9a8873 (patch) | |
tree | 3afc2a5d5c36a7db04fc601cdc15142cd6043004 /time | |
parent | a6f65f2b2a3f6f29c67e6bdfc134ab9c1884ac31 (diff) | |
download | pkgsrc-0e27e252dd4e9ae1fc34601ca5b10c06cc9a8873.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/ruby-hitimes/DESCR | 4 | ||||
-rw-r--r-- | time/ruby-hitimes/Makefile | 4 | ||||
-rw-r--r-- | time/ruby-hitimes/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/time/ruby-hitimes/DESCR b/time/ruby-hitimes/DESCR index 78af84898fa..f364c4694ae 100644 --- a/time/ruby-hitimes/DESCR +++ b/time/ruby-hitimes/DESCR @@ -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 following systems: 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 --git a/time/ruby-hitimes/Makefile b/time/ruby-hitimes/Makefile index 9f17e3c9b1d..b1466a39841 100644 --- a/time/ruby-hitimes/Makefile +++ b/time/ruby-hitimes/Makefile @@ -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 diff --git a/time/ruby-hitimes/distinfo b/time/ruby-hitimes/distinfo index d14582c91a3..769a42a6206 100644 --- a/time/ruby-hitimes/distinfo +++ b/time/ruby-hitimes/distinfo @@ -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 |