Received: by mail.netbsd.org (Postfix, from userid 605) id 23E8884E5B; Mon, 9 Jan 2023 05:33:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 543BA84E54 for ; Mon, 9 Jan 2023 05:33:35 +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 2tn5qRYtq5AT for ; Mon, 9 Jan 2023 05:33:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A967184C2C for ; Mon, 9 Jan 2023 05:33:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2B2EFA90; Mon, 9 Jan 2023 05:33:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673242414209780" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 05:33:34 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-expectations To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230109053334.A2B2EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673242414209780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jan 9 05:33:34 UTC 2023 Modified Files: pkgsrc/devel/ruby-rspec-expectations: Makefile distinfo Log Message: devel/ruby-rspec-expectations: update to 3.12.2 3.12.2 (2023-01-07) Full Changelog Bug Fixes: * Prevent deprecation warning when using the exist matcher with Dir. (Steve Dierker, #1398) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ruby-rspec-expectations/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ruby-rspec-expectations/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673242414209780 Content-Disposition: inline Content-Length: 1717 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-expectations/Makefile diff -u pkgsrc/devel/ruby-rspec-expectations/Makefile:1.34 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.35 --- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.34 Sun Dec 18 14:14:09 2022 +++ pkgsrc/devel/ruby-rspec-expectations/Makefile Mon Jan 9 05:33:34 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2022/12/18 14:14:09 taca Exp $ +# $NetBSD: Makefile,v 1.35 2023/01/09 05:33:34 taca Exp $ -DISTNAME= rspec-expectations-3.12.1 +DISTNAME= rspec-expectations-3.12.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rspec-expectations/distinfo diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.35 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.36 --- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.35 Sun Dec 18 14:14:09 2022 +++ pkgsrc/devel/ruby-rspec-expectations/distinfo Mon Jan 9 05:33:34 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2022/12/18 14:14:09 taca Exp $ +$NetBSD: distinfo,v 1.36 2023/01/09 05:33:34 taca Exp $ -BLAKE2s (rspec-expectations-3.12.1.gem) = 9b732c521ccad21c3b7517295c9b8a8124fbbfb69d238f4e8f33469e537f3d59 -SHA512 (rspec-expectations-3.12.1.gem) = e0417d7ef10c4ede71510f8e06bd2efb24e233d501cc699a0dfb0e2cf23a70617e9bf12c55ca112947512eca36ceb390c7ed38ce1f64366b8395499ed8467e10 -Size (rspec-expectations-3.12.1.gem) = 87552 bytes +BLAKE2s (rspec-expectations-3.12.2.gem) = 1948161ef467048a00398fff243aba0b12ead5111d2bf15d9960c1b4d07c877a +SHA512 (rspec-expectations-3.12.2.gem) = 9c7424b87ccc9c99644c0dc0fabd306f65cf889971cf08ab3b60b3079eec0c7d4fe0baf15545705f0db7b9fbb78d4ac8d06607f5a43bd3515ecb857e06d54514 +Size (rspec-expectations-3.12.2.gem) = 87552 bytes --_----------=_1673242414209780--