Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCD8184E81 for ; Sat, 15 Jul 2023 14:41:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 38NZSl_NyNTU for ; Sat, 15 Jul 2023 14:41:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3D22384D6B for ; Sat, 15 Jul 2023 14:41:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39E58FBDB; Sat, 15 Jul 2023 14:41:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689432078138860" MIME-Version: 1.0 Date: Sat, 15 Jul 2023 14:41:18 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-mocks To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230715144118.39E58FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689432078138860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jul 15 14:41:18 UTC 2023 Modified Files: pkgsrc/devel/ruby-rspec-mocks: Makefile distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/ruby-rspec-mocks/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/ruby-rspec-mocks/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689432078138860 Content-Disposition: inline Content-Length: 1591 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-mocks/Makefile diff -u pkgsrc/devel/ruby-rspec-mocks/Makefile:1.37 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.38 --- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.37 Thu Apr 27 14:19:11 2023 +++ pkgsrc/devel/ruby-rspec-mocks/Makefile Sat Jul 15 14:41:18 2023 @@ -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= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rspec-mocks/distinfo diff -u pkgsrc/devel/ruby-rspec-mocks/distinfo:1.39 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.40 --- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.39 Thu Apr 27 14:19:11 2023 +++ pkgsrc/devel/ruby-rspec-mocks/distinfo Sat Jul 15 14:41:18 2023 @@ -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 --_----------=_1689432078138860--