pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-yard



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 18 14:31:58 UTC 2026

Modified Files:
        pkgsrc/textproc/ruby-yard: Makefile distinfo

Log Message:
textproc/ruby-yard: update to 0.9.38

0.9.38 (2025-12-05)

* Add support for complex constant assignment (#1599)
* Add support for Data type structs (#1600)
* Support multi method duck type syntax in type explainer (#1631)
* Improve Ruby 3.5 compatibility (#1616)
* Update documentation for various type annotations (#1615)
* JavaScript frontend updates (resizer, JS bugs, reduce console verbosity)
  for default template
* Fix beginless/endless range errors (#1549, #1625)
* Fix path structure in Templates.md documentation (#1588)
* Fix signature handling in overload (#1590)
* Fix handling of **nil with named block (#1623)
* Fix directives in empty class bodies (#1624)
* Fix parsing of array within array syntax (#1604)
* Fix parsing of visibility keywords in front of class methods (#1632)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/ruby-yard/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ruby-yard/distinfo

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

Modified files:

Index: pkgsrc/textproc/ruby-yard/Makefile
diff -u pkgsrc/textproc/ruby-yard/Makefile:1.20 pkgsrc/textproc/ruby-yard/Makefile:1.21
--- pkgsrc/textproc/ruby-yard/Makefile:1.20     Sun Sep 22 07:42:53 2024
+++ pkgsrc/textproc/ruby-yard/Makefile  Sun Jan 18 14:31:58 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/09/22 07:42:53 taca Exp $
+# $NetBSD: Makefile,v 1.21 2026/01/18 14:31:58 taca Exp $
 
-DISTNAME=      yard-0.9.37
+DISTNAME=      yard-0.9.38
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-yard/distinfo
diff -u pkgsrc/textproc/ruby-yard/distinfo:1.19 pkgsrc/textproc/ruby-yard/distinfo:1.20
--- pkgsrc/textproc/ruby-yard/distinfo:1.19     Sun Sep 22 07:42:53 2024
+++ pkgsrc/textproc/ruby-yard/distinfo  Sun Jan 18 14:31:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/09/22 07:42:53 taca Exp $
+$NetBSD: distinfo,v 1.20 2026/01/18 14:31:58 taca Exp $
 
-BLAKE2s (yard-0.9.37.gem) = 358f5e70af218aeb0432f5541ce23569d486cf0a404be524058c314c19978f69
-SHA512 (yard-0.9.37.gem) = 2b90a43ca45af845c903b2553b25b3eb010f88a86ec829bf7650ac06698c3a522677d8b0c7007a0a8708b10bb77e94b4c974f8b4c4fc3df8b7ce2e454be42500
-Size (yard-0.9.37.gem) = 750592 bytes
+BLAKE2s (yard-0.9.38.gem) = 63bba94093d4eeba5ef2ea83078f3dd7e3f870cb21d5a6b04017a85d18311d98
+SHA512 (yard-0.9.38.gem) = af69f50fb7ce065adc8b387c93327ee9001fd2526ddce9381d883c4aa9f1518e895a2128623956210509c2c0528700cab91c4fcb30c0c88802e9007d5c5b43f2
+Size (yard-0.9.38.gem) = 752128 bytes



Home | Main Index | Thread Index | Old Index