Skip to content

Commit

Permalink
devel/ruby-minitest: update to 5.17.0
Browse files Browse the repository at this point in the history
5.17.0 (2022-12-31)

1 minor enhancement:

* Refactor setup hooks into a SETUP_METHODS constant. (MSP-Greg)

3 bug fixes:

* Fix kwargs for Mock calls to delegator. (blowmage)
* Fix kwargs for expectations. (bobmazanec, blowmage)
* Remove check for .b method. (tenderlove)
  • Loading branch information
taca committed Jan 3, 2023
1 parent de9a470 commit 36d374e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-minitest/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.27 2022/08/24 13:22:07 taca Exp $
# $NetBSD: Makefile,v 1.28 2023/01/03 05:52:48 taca Exp $

DISTNAME= minitest-5.16.3
DISTNAME= minitest-5.17.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-minitest/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.28 2022/08/24 13:22:07 taca Exp $
$NetBSD: distinfo,v 1.29 2023/01/03 05:52:48 taca Exp $

BLAKE2s (minitest-5.16.3.gem) = 23df5e60f8ac2cb25847a9661646d94de9028a1f38cf81bcd8fe66872e38b010
SHA512 (minitest-5.16.3.gem) = 1463b12842a914df663d0d796bafd418ead038d32c935f3970062492f248f3f4fcf3a5c2f45e2fb71ac13e3b94fca1e6497e7cd7fe9e7050587b7efe2b275453
Size (minitest-5.16.3.gem) = 93184 bytes
BLAKE2s (minitest-5.17.0.gem) = e9f0cda1d3a1fe6cb37b5849d41ac081c6ef28272d0439f79bb3b5bcdf94b333
SHA512 (minitest-5.17.0.gem) = 00374b0d0c86d0ec2d285bc4053b6851e1a59e86f7a3ab3db8ccac1db222256edb58514c666763047cec95cf099b1738765a3e9eec9aee3386b187e9fe0f59f9
Size (minitest-5.17.0.gem) = 93696 bytes

0 comments on commit 36d374e

Please sign in to comment.