Package gem-absolute-time: Information

    Source package: gem-absolute-time
    Version: 1.0.0-alt1
    Build time:  Feb 25, 2023, 09:39 AM
    Category: Development/Ruby
    Report package bug
    License: BSD
    Summary: Reliable monotonically increasing timer for measuring time intervals
    Description: 
    This gem provides a monotonically increasing timer to permit safe measurement of
    time intervals.
    
    Using Time.now for measuring intervals is not reliable (and sometimes unsafe)
    because the system clock may be stepped forwards or backwards between the two
    measurements, or may be running slower or faster than real time in order to
    effect clock synchronization with UTC.
    
    The module uses OS-specific functions such as mach_absolute_time() and
    clock_gettime() to access the system tick counter. The time values returned by
    this module cannot be interpreted as real time clock values; they are only
    useful for comparison with another time value from this module.

    List of rpms provided by this srpm:
    gem-absolute-time (mipsel)
    gem-absolute-time-debuginfo (mipsel)
    gem-absolute-time-devel (noarch)

    Maintainer: Pavel Skrylev

    List of contributors:
    Pavel Skrylev

      1. rpm-build-ruby

    Last changed


    Feb. 5, 2023 Pavel Skrylev 1.0.0-alt1
    - + packaged gem with Ruby Policy 2.0