Received: by mail.netbsd.org (Postfix, from userid 605) id 008E58512E; Wed, 3 Feb 2021 14:17:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3AF178512D for ; Wed, 3 Feb 2021 14:17:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jdTtQKDecbMG for ; Wed, 3 Feb 2021 14:17:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AF16684D37 for ; Wed, 3 Feb 2021 14:17:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ABCA0FA94; Wed, 3 Feb 2021 14:17:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612361840257820" MIME-Version: 1.0 Date: Wed, 3 Feb 2021 14:17:20 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-mocks To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210203141720.ABCA0FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612361840257820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 3 14:17:20 UTC 2021 Modified Files: pkgsrc/devel/ruby-rspec-mocks: Makefile distinfo Log Message: devel/ruby-rspec-mocs: update to 3.10.2 3.10.2 / 2021-01-27 Bug Fixes: * Support keyword arguments with and_call_original on Ruby 3.0. (Bryan Powell, #1385) * RSpec::Mocks::Constant#previously_defined? is now always a boolean. (Phil Pirozhkov, #1397) * Support keyword arguments on Ruby 3.0 when used with expect_any_instance_of or allow_any_instance_of with and_call_original. (Jess Hottenstein, #1407) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-rspec-mocks/Makefile \ 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. --_----------=_1612361840257820 Content-Disposition: inline Content-Length: 1688 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.28 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.29 --- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.28 Mon Jan 11 13:08:02 2021 +++ pkgsrc/devel/ruby-rspec-mocks/Makefile Wed Feb 3 14:17:20 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2021/01/11 13:08:02 taca Exp $ +# $NetBSD: Makefile,v 1.29 2021/02/03 14:17:20 taca Exp $ -DISTNAME= rspec-mocks-3.10.1 +DISTNAME= rspec-mocks-3.10.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rspec-mocks/distinfo diff -u pkgsrc/devel/ruby-rspec-mocks/distinfo:1.28 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.29 --- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.28 Mon Jan 11 13:08:02 2021 +++ pkgsrc/devel/ruby-rspec-mocks/distinfo Wed Feb 3 14:17:20 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2021/01/11 13:08:02 taca Exp $ +$NetBSD: distinfo,v 1.29 2021/02/03 14:17:20 taca Exp $ -SHA1 (rspec-mocks-3.10.1.gem) = 8c5d33d1f60ecd651cc7890e5fee5b6c83531852 -RMD160 (rspec-mocks-3.10.1.gem) = 7ceee78e4311bc85c94e250a813a72eca9ae5d1d -SHA512 (rspec-mocks-3.10.1.gem) = f0f8ed3677d89aa0820fad27425ab518bb35835e6c4895f8a9e880992b3322d6eef752590a6c7bce7308326f50465122d379d3eb677baafbf4665d3202e3e5af -Size (rspec-mocks-3.10.1.gem) = 78848 bytes +SHA1 (rspec-mocks-3.10.2.gem) = 6820ddf5448ca6116567759fabb85d0b634e161b +RMD160 (rspec-mocks-3.10.2.gem) = 15fe4d2556767f59b281a2ce77d879e4058787b6 +SHA512 (rspec-mocks-3.10.2.gem) = a40a14842bc98d1da767e899a5ffb6aca649202549ab53fe59d83e83d35f0ff902dd8631a0a557806e68b573c6b425f650142faad2b60ced6f6863b8adbff1fd +Size (rspec-mocks-3.10.2.gem) = 79360 bytes --_----------=_1612361840257820--