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: Fri Oct 4 16:10:16 UTC 2024
Modified Files:
pkgsrc/devel/ruby-jirametrics: Makefile distinfo
Log Message:
ruby-jirametrics: update to 2.6. Changes:
- When a status can't be found, it now just dumps a warning, rather than
blowing up. This has been a source of frustration
for many people just starting out with the tool so we're trying to get
some more reasonable default behaviour.
- There is a new `Issue.flow_efficiency_numbers` method that is a first
step towards visualizing flow efficiency. Note that none of the charts
currently make use of this.
- By default, we assume that `flagged` means blocked but not all teams use
the flag for that purpose. Added new setting to change that behaviour:
`settings['flagged_means_blocked'] = false`.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/ruby-jirametrics/Makefile:1.5
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.4 Sun Sep 22 18:11:20 2024
+++ pkgsrc/devel/ruby-jirametrics/Makefile Fri Oct 4 16:10:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/09/22 18:11:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/04 16:10:16 schmonz Exp $
-DISTNAME= jirametrics-2.5
+DISTNAME= jirametrics-2.6
CATEGORIES= devel
MAINTAINER= schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.4 pkgsrc/devel/ruby-jirametrics/distinfo:1.5
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.4 Sun Sep 22 18:11:20 2024
+++ pkgsrc/devel/ruby-jirametrics/distinfo Fri Oct 4 16:10:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/09/22 18:11:20 schmonz Exp $
+$NetBSD: distinfo,v 1.5 2024/10/04 16:10:16 schmonz Exp $
-BLAKE2s (jirametrics-2.5.gem) = dfb67a1fb1f6e3dedf13d335491d9295a58380ccda11e91a8ecfa45879ad44ad
-SHA512 (jirametrics-2.5.gem) = a7ff690724a4dbeafb7da1b323ea2ba0b7afd92f9f820fc9087d7cf0f87f89b0a20259558d8fb74dc6dd7aee550565cfe68640840ba287f9970166058e04ba51
-Size (jirametrics-2.5.gem) = 62976 bytes
+BLAKE2s (jirametrics-2.6.gem) = 1f4f75a02728c2979cc7da2f092319a0fcbe98baad6e787495c8bd676f8e3f17
+SHA512 (jirametrics-2.6.gem) = be06fa7e7bb7a0abed4dbdb4a248d8383f5e2e8823b5c382961591bd58cc06cbb6c9ab3070668dd2704060adbf0db98c78647e768eaf5a845b623604020678c9
+Size (jirametrics-2.6.gem) = 63488 bytes
Home |
Main Index |
Thread Index |
Old Index