pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-jirametrics



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Feb  8 01:29:08 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-jirametrics: Makefile distinfo

Log Message:
ruby-jirametrics: update to 2.10. Changes:

- Cycletime Histogram improvements
    - Added a collection of statistics under the chart. Thanks to
      Fernando Cuenca for the contribution.
    - Added percentile lines on the chart.
- Bug: Fixed exception in rare case when comparing output rows
- Bug: Fixed some timezone logic, for which the unit tests only failed
  when being run somewhere other than the Pacific Timezone.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-jirametrics/Makefile \
    pkgsrc/devel/ruby-jirametrics/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-jirametrics/Makefile
diff -u pkgsrc/devel/ruby-jirametrics/Makefile:1.12 pkgsrc/devel/ruby-jirametrics/Makefile:1.13
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.12 Wed Jan 22 04:25:22 2025
+++ pkgsrc/devel/ruby-jirametrics/Makefile      Sat Feb  8 01:29:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/01/22 04:25:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2025/02/08 01:29:08 schmonz Exp $
 
-DISTNAME=      jirametrics-2.9.1
+DISTNAME=      jirametrics-2.10
 CATEGORIES=    devel
 
 MAINTAINER=    schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.12 pkgsrc/devel/ruby-jirametrics/distinfo:1.13
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.12 Wed Jan 22 04:25:22 2025
+++ pkgsrc/devel/ruby-jirametrics/distinfo      Sat Feb  8 01:29:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/01/22 04:25:22 schmonz Exp $
+$NetBSD: distinfo,v 1.13 2025/02/08 01:29:08 schmonz Exp $
 
-BLAKE2s (jirametrics-2.9.1.gem) = b0ad553afe9892b542a3df5c1baa67723c7089ee4d41978a11f553cf3ecdf715
-SHA512 (jirametrics-2.9.1.gem) = 886cf830ac30435a6ad579ca91c778847c912389c5edf6b6138093e97e5b3a38895dfcba5b33087eaa4f35e7717dca4d2c3f08198e08a4026665b40bd5e18d9f
-Size (jirametrics-2.9.1.gem) = 69632 bytes
+BLAKE2s (jirametrics-2.10.gem) = a1a7a5961e48975899b56be89baebf9896738d04befd63a16f644a9ed82742e0
+SHA512 (jirametrics-2.10.gem) = 9504feb9fa4c9b67486743457dfec1c779279e37ed1e88a4e34319bf8bfe0c3cec01e846c7917bc51ab877ca4a4bd47ee0afc15cffeb734752fb1801d40d4d87
+Size (jirametrics-2.10.gem) = 71168 bytes



Home | Main Index | Thread Index | Old Index