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:           Mon Oct 21 13:29:48 UTC 2024

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

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

0.17.2 (2024-10-06)

* Bugfix: Fix pattern matching - PikachuEXE #308


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-contracts/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-contracts/PLIST
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/devel/ruby-contracts/Makefile:1.9
--- pkgsrc/devel/ruby-contracts/Makefile:1.8    Sun Oct 13 16:23:45 2024
+++ pkgsrc/devel/ruby-contracts/Makefile        Mon Oct 21 13:29:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/10/13 16:23:45 taca Exp $
+# $NetBSD: Makefile,v 1.9 2024/10/21 13:29:48 taca Exp $
 
-DISTNAME=      contracts-0.17.1
+DISTNAME=      contracts-0.17.2
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-contracts/PLIST
diff -u pkgsrc/devel/ruby-contracts/PLIST:1.4 pkgsrc/devel/ruby-contracts/PLIST:1.5
--- pkgsrc/devel/ruby-contracts/PLIST:1.4       Sun Oct 13 16:23:45 2024
+++ pkgsrc/devel/ruby-contracts/PLIST   Mon Oct 21 13:29:48 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/10/13 16:23:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/10/21 13:29:48 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/workflows/code_style_checks.yaml
 ${GEM_LIBDIR}/.github/workflows/tests.yaml
@@ -22,6 +22,7 @@ ${GEM_LIBDIR}/contracts.gemspec
 ${GEM_LIBDIR}/cucumber.yml
 ${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/simple_example.feature

Index: pkgsrc/devel/ruby-contracts/distinfo
diff -u pkgsrc/devel/ruby-contracts/distinfo:1.7 pkgsrc/devel/ruby-contracts/distinfo:1.8
--- pkgsrc/devel/ruby-contracts/distinfo:1.7    Sun Oct 13 16:23:45 2024
+++ pkgsrc/devel/ruby-contracts/distinfo        Mon Oct 21 13:29:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/10/13 16:23:45 taca Exp $
+$NetBSD: distinfo,v 1.8 2024/10/21 13:29:48 taca Exp $
 
-BLAKE2s (contracts-0.17.1.gem) = c4e8503091b29cf87bc242570252abca46c5c6c3c44f00e7717dadc44dcb4931
-SHA512 (contracts-0.17.1.gem) = 94abb7e781e257ce3d04c910836fdf6a3847b1a28581ac7c088ee1bba6c7fc03c133eeefad3f97adab1993c19bb46bee89524165d81a1ece11be9a4f53dbcee5
-Size (contracts-0.17.1.gem) = 58880 bytes
+BLAKE2s (contracts-0.17.2.gem) = 2fabb03f9ddb011684b25267e6c8226954f26401e092b5f2108cf1b82608360b
+SHA512 (contracts-0.17.2.gem) = af75d4df644d00af0beeea11faf89b0358f46c659a83ab728d3d86e4f545e8e95a0e94f7c67c349cc0fa75f97267b92ce724b8e927d87cc7e2aab91299363bcb
+Size (contracts-0.17.2.gem) = 59392 bytes



Home | Main Index | Thread Index | Old Index