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:           Sun Oct 13 16:23:45 UTC 2024

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

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

0.17.1 (2024-10-06)

* Bugfix: Fix keyword arguments contract when used with optional positional
  arguments - PikachuEXE #305

* Enhancement: Always load version.rb, suppress legacy deprecation warning -
  Vlad Pisanov #301

* Enhancement: Update doc & spec about deprecated Fixnum to Integer -
  PikachuEXE #301


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-contracts/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-contracts/PLIST
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/ruby-contracts/Makefile:1.8
--- pkgsrc/devel/ruby-contracts/Makefile:1.7    Wed Jan  3 15:56:39 2024
+++ pkgsrc/devel/ruby-contracts/Makefile        Sun Oct 13 16:23:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/01/03 15:56:39 taca Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/13 16:23:45 taca Exp $
 
-DISTNAME=      contracts-0.17
+DISTNAME=      contracts-0.17.1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-contracts/PLIST
diff -u pkgsrc/devel/ruby-contracts/PLIST:1.3 pkgsrc/devel/ruby-contracts/PLIST:1.4
--- pkgsrc/devel/ruby-contracts/PLIST:1.3       Tue May  4 08:19:51 2021
+++ pkgsrc/devel/ruby-contracts/PLIST   Sun Oct 13 16:23:45 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/05/04 08:19:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/10/13 16:23:45 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/workflows/code_style_checks.yaml
 ${GEM_LIBDIR}/.github/workflows/tests.yaml
@@ -38,6 +38,7 @@ ${GEM_LIBDIR}/features/builtin_contracts
 ${GEM_LIBDIR}/features/builtin_contracts/hash_of.feature
 ${GEM_LIBDIR}/features/builtin_contracts/int.feature
 ${GEM_LIBDIR}/features/builtin_contracts/keyword_args.feature
+${GEM_LIBDIR}/features/builtin_contracts/keyword_args_with_optional_positional_args.feature
 ${GEM_LIBDIR}/features/builtin_contracts/maybe.feature
 ${GEM_LIBDIR}/features/builtin_contracts/nat.feature
 ${GEM_LIBDIR}/features/builtin_contracts/nat_pos.feature

Index: pkgsrc/devel/ruby-contracts/distinfo
diff -u pkgsrc/devel/ruby-contracts/distinfo:1.6 pkgsrc/devel/ruby-contracts/distinfo:1.7
--- pkgsrc/devel/ruby-contracts/distinfo:1.6    Tue Nov 29 12:39:05 2022
+++ pkgsrc/devel/ruby-contracts/distinfo        Sun Oct 13 16:23:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/11/29 12:39:05 taca Exp $
+$NetBSD: distinfo,v 1.7 2024/10/13 16:23:45 taca Exp $
 
-BLAKE2s (contracts-0.17.gem) = cac0721c9bcad6822b0cfdd67b8a6354324583fe74df41e412935c4318125e26
-SHA512 (contracts-0.17.gem) = bce1417e7b505ec35b43917d53cbdb175995ff877da2a6122e08b3c7e537d557785987a0110006525dd079f09d574be3f5f4793154f99ac91c32f83662fa311b
-Size (contracts-0.17.gem) = 58368 bytes
+BLAKE2s (contracts-0.17.1.gem) = c4e8503091b29cf87bc242570252abca46c5c6c3c44f00e7717dadc44dcb4931
+SHA512 (contracts-0.17.1.gem) = 94abb7e781e257ce3d04c910836fdf6a3847b1a28581ac7c088ee1bba6c7fc03c133eeefad3f97adab1993c19bb46bee89524165d81a1ece11be9a4f53dbcee5
+Size (contracts-0.17.1.gem) = 58880 bytes



Home | Main Index | Thread Index | Old Index