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:           Wed Sep 10 00:50:56 UTC 2025

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

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

- All reports are now foldable. You can collapse or expand as needed.
- Standardized how folding is done across the report, which means things
  will look a little different in places, but will generally be more
  consistent.
- Fixed exception in `jirametrics info` when a comment contains ADF,
  Jiras “rich text” format.
- Better error messages in one case where Jira was returning HTML
  instead of JSON.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-jirametrics/Makefile \
    pkgsrc/devel/ruby-jirametrics/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-jirametrics/PLIST

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.17 pkgsrc/devel/ruby-jirametrics/Makefile:1.18
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.17 Tue Aug 19 01:23:30 2025
+++ pkgsrc/devel/ruby-jirametrics/Makefile      Wed Sep 10 00:50:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/08/19 01:23:30 schmonz Exp $
+# $NetBSD: Makefile,v 1.18 2025/09/10 00:50:55 schmonz Exp $
 
-DISTNAME=      jirametrics-2.14
+DISTNAME=      jirametrics-2.15
 CATEGORIES=    devel
 
 MAINTAINER=    schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.17 pkgsrc/devel/ruby-jirametrics/distinfo:1.18
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.17 Tue Aug 19 01:23:30 2025
+++ pkgsrc/devel/ruby-jirametrics/distinfo      Wed Sep 10 00:50:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/08/19 01:23:30 schmonz Exp $
+$NetBSD: distinfo,v 1.18 2025/09/10 00:50:55 schmonz Exp $
 
-BLAKE2s (jirametrics-2.14.gem) = d21bf0b9b3727205e8e1fb3fd1f95cc7c192b160e0743d116291b30ba46a5cfa
-SHA512 (jirametrics-2.14.gem) = cba8d1a680566bef47284c0a335b75610c3484d71a3604dc94e8652ecc919a823908c971fb0aa3d8ef93a3788a5dd87b65fff3fa89e8ac426528d32f5d7dd4bf
-Size (jirametrics-2.14.gem) = 80384 bytes
+BLAKE2s (jirametrics-2.15.gem) = ae8a06c082ef34498d21fc882aa1b09c93a7ac5733181d480b6047aabda67f8e
+SHA512 (jirametrics-2.15.gem) = 35317ec3c35f7d7d64995b5a3136ea383d0db2af2cb4b6a5f486a2b0e82c5594247ccb41e863950db7e9c3375b6d5c6ff53137f6b68ce323b6150b96116abeb9
+Size (jirametrics-2.15.gem) = 80896 bytes

Index: pkgsrc/devel/ruby-jirametrics/PLIST
diff -u pkgsrc/devel/ruby-jirametrics/PLIST:1.9 pkgsrc/devel/ruby-jirametrics/PLIST:1.10
--- pkgsrc/devel/ruby-jirametrics/PLIST:1.9     Sun Jul 27 15:43:13 2025
+++ pkgsrc/devel/ruby-jirametrics/PLIST Wed Sep 10 00:50:55 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2025/07/27 15:43:13 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/09/10 00:50:55 schmonz Exp $
 bin/jirametrics
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/bin/jirametrics
@@ -56,6 +56,7 @@ ${GEM_LIBDIR}/lib/jirametrics/html/flow_
 ${GEM_LIBDIR}/lib/jirametrics/html/hierarchy_table.erb
 ${GEM_LIBDIR}/lib/jirametrics/html/index.css
 ${GEM_LIBDIR}/lib/jirametrics/html/index.erb
+${GEM_LIBDIR}/lib/jirametrics/html/index.js
 ${GEM_LIBDIR}/lib/jirametrics/html/sprint_burndown.erb
 ${GEM_LIBDIR}/lib/jirametrics/html/throughput_chart.erb
 ${GEM_LIBDIR}/lib/jirametrics/html_report_config.rb



Home | Main Index | Thread Index | Old Index