-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-rspec-mocks: update to 3.12.6
3.12.6 (2023-07-11) Bug Fixes: * Fix an issue with and_call_original when using the method_missing fallback with keyword arguments. (Igor Drozdov, #1552)
- Loading branch information
taca
committed
Jul 15, 2023
1 parent
db66f6c
commit 0457e64
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.37 2023/04/27 14:19:11 taca Exp $ | ||
# $NetBSD: Makefile,v 1.38 2023/07/15 14:41:18 taca Exp $ | ||
|
||
DISTNAME= rspec-mocks-3.12.5 | ||
DISTNAME= rspec-mocks-3.12.6 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.39 2023/04/27 14:19:11 taca Exp $ | ||
$NetBSD: distinfo,v 1.40 2023/07/15 14:41:18 taca Exp $ | ||
|
||
BLAKE2s (rspec-mocks-3.12.5.gem) = d3ccfdd147e3ca33af91959a06d63a286a4f99eeecd145662b54594f099da306 | ||
SHA512 (rspec-mocks-3.12.5.gem) = 64247c62085f633cbdd467848c750051673e1826b7659046a9933e6cb885e776782f2ca071175201d0cffc7beed953a3c76d4b453e0df1e5a444f45a827661f4 | ||
Size (rspec-mocks-3.12.5.gem) = 81408 bytes | ||
BLAKE2s (rspec-mocks-3.12.6.gem) = 9c8896626a23a1cf5f46686d0983b0ef0c82b466d463f4e841bec8712c33380a | ||
SHA512 (rspec-mocks-3.12.6.gem) = 982505b46c4ddee7a91bd2473d08b9cf0dbc431394a356f7e72306f5fa5e8895f6df378fc32e1fd48a3f3a4ad06393da90124ed164bf620d9f3b0894797a44a9 | ||
Size (rspec-mocks-3.12.6.gem) = 81408 bytes |