ruby-hitimes 1.3.1-1 source package in Ubuntu

Changelog

ruby-hitimes (1.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + ruby-hitimes: Add Multi-Arch: same.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Daniel Leidert ]
  * d/control (Build-Depends): Add minitest for tests.
    (Standards-Version): Bump to 4.6.0.
  * d/copyright (Copyright): Add team.
  * d/upstream/metadata: Update Changelog URL.
  * d/watch: Fix file.
  * d/patches/disable-timing-tests.patch: Adjust patch.
    - Refresh patch and disable missing timing tests susceptible to sceduling
      latency (closes: #998099).

 -- Daniel Leidert <email address hidden>  Wed, 01 Dec 2021 05:55:03 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-hitimes_1.3.1-1.dsc 2.0 KiB c855d602ea6ceefd3be7840b4a509e26626acfce6122f38b3360fc6eed33dd74
ruby-hitimes_1.3.1.orig.tar.gz 29.2 KiB 5ebba95e4300cbd53fd089693332ac95f6e276672fab30c1115b6c0617474bf1
ruby-hitimes_1.3.1-1.debian.tar.xz 4.3 KiB 477fda639ced5afece8b844f34b3379c3f16c62d06e0e75aaf131060e7abea01

No changes file available.

Binary packages built by this source

ruby-hitimes: fast, high resolution timer for recording performance metrics

 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.
 .
 It currently supports any of the following systems: * any system with the
 POSIX call `clock_gettime()` * Mac OS X * Windows * JRuby 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`.

ruby-hitimes-dbgsym: debug symbols for ruby-hitimes