pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-contracts



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jan 17 15:50:53 UTC 2026

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

Log Message:
devel/ruby-contracts: update to 0.17.3

0.17.3 (2025-12-19)

* Relax required_ruby_version to support Ruby 4.0
* Bump cucumber, rubocop, actions/checkout


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-contracts/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-contracts/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-contracts/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-contracts/Makefile
diff -u pkgsrc/devel/ruby-contracts/Makefile:1.9 pkgsrc/devel/ruby-contracts/Makefile:1.10
--- pkgsrc/devel/ruby-contracts/Makefile:1.9    Mon Oct 21 13:29:48 2024
+++ pkgsrc/devel/ruby-contracts/Makefile        Sat Jan 17 15:50:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/10/21 13:29:48 taca Exp $
+# $NetBSD: Makefile,v 1.10 2026/01/17 15:50:53 taca Exp $
 
-DISTNAME=      contracts-0.17.2
+DISTNAME=      contracts-0.17.3
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-contracts/PLIST
diff -u pkgsrc/devel/ruby-contracts/PLIST:1.5 pkgsrc/devel/ruby-contracts/PLIST:1.6
--- pkgsrc/devel/ruby-contracts/PLIST:1.5       Mon Oct 21 13:29:48 2024
+++ pkgsrc/devel/ruby-contracts/PLIST   Sat Jan 17 15:50:53 2026
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2024/10/21 13:29:48 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/01/17 15:50:53 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/dependabot.yml
 ${GEM_LIBDIR}/.github/workflows/code_style_checks.yaml
 ${GEM_LIBDIR}/.github/workflows/tests.yaml
 ${GEM_LIBDIR}/.gitignore
@@ -24,7 +25,8 @@ ${GEM_LIBDIR}/dependabot.yml
 ${GEM_LIBDIR}/features/README.md
 ${GEM_LIBDIR}/features/advanced/pattern_matching.feature
 ${GEM_LIBDIR}/features/basics/functype.feature
-${GEM_LIBDIR}/features/basics/pretty-print.feature
+${GEM_LIBDIR}/features/basics/pretty-print_@before_ruby_3_3.feature
+${GEM_LIBDIR}/features/basics/pretty-print_after_ruby_3_4.feature
 ${GEM_LIBDIR}/features/basics/simple_example.feature
 ${GEM_LIBDIR}/features/builtin_contracts/README.md
 ${GEM_LIBDIR}/features/builtin_contracts/and.feature

Index: pkgsrc/devel/ruby-contracts/distinfo
diff -u pkgsrc/devel/ruby-contracts/distinfo:1.8 pkgsrc/devel/ruby-contracts/distinfo:1.9
--- pkgsrc/devel/ruby-contracts/distinfo:1.8    Mon Oct 21 13:29:48 2024
+++ pkgsrc/devel/ruby-contracts/distinfo        Sat Jan 17 15:50:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/10/21 13:29:48 taca Exp $
+$NetBSD: distinfo,v 1.9 2026/01/17 15:50:53 taca Exp $
 
-BLAKE2s (contracts-0.17.2.gem) = 2fabb03f9ddb011684b25267e6c8226954f26401e092b5f2108cf1b82608360b
-SHA512 (contracts-0.17.2.gem) = af75d4df644d00af0beeea11faf89b0358f46c659a83ab728d3d86e4f545e8e95a0e94f7c67c349cc0fa75f97267b92ce724b8e927d87cc7e2aab91299363bcb
-Size (contracts-0.17.2.gem) = 59392 bytes
+BLAKE2s (contracts-0.17.3.gem) = 63a4746f652d46468d70d177d67b0702591a3c72a777234953b9f5e019739577
+SHA512 (contracts-0.17.3.gem) = b80609f8a2ed12aab17128cc7b0c54b82df5c2dc3af62137e1be6080484c87ea289a85a1852ef797dbfeab89ae4c658e3af8c7bee4c46f313b01bc37f1870cb6
+Size (contracts-0.17.3.gem) = 59904 bytes



Home | Main Index | Thread Index | Old Index