Skip to content

Commit

Permalink
devel/ruby-contracts: update to 0.17.2
Browse files Browse the repository at this point in the history
0.17.2 (2024-10-06)

* Bugfix: Fix pattern matching - PikachuEXE #308
  • Loading branch information
taca committed Oct 21, 2024
1 parent fcec57f commit e207ba6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-contracts/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion devel/ruby-contracts/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-contracts/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e207ba6

Please sign in to comment.