Received: by mail.netbsd.org (Postfix, from userid 605) id 3A52284F03; Wed, 30 Nov 2022 13:43:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2597E84F01 for ; Wed, 30 Nov 2022 13:43: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 DDmhd9ovdK1O for ; Wed, 30 Nov 2022 13:43:34 +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 943A184D24 for ; Wed, 30 Nov 2022 13:43:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D86BFA90; Wed, 30 Nov 2022 13:43:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669815814220650" MIME-Version: 1.0 Date: Wed, 30 Nov 2022 13:43:34 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-support To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221130134334.8D86BFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669815814220650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Nov 30 13:43:34 UTC 2022 Modified Files: pkgsrc/devel/ruby-rspec-support: Makefile distinfo Log Message: devel/ruby-rspec-support: update to 3.12.0 3.12.0 (2022-10-26) * Add RSpec::Support::RubyFeatures.distincts_kw_args_from_positional_hash? (Jean byroot Boussier, #535) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-support/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-rspec-support/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669815814220650 Content-Disposition: inline Content-Length: 1627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-support/Makefile diff -u pkgsrc/devel/ruby-rspec-support/Makefile:1.17 pkgsrc/devel/ruby-rspec-support/Makefile:1.18 --- pkgsrc/devel/ruby-rspec-support/Makefile:1.17 Tue Sep 13 13:53:35 2022 +++ pkgsrc/devel/ruby-rspec-support/Makefile Wed Nov 30 13:43:34 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2022/09/13 13:53:35 taca Exp $ +# $NetBSD: Makefile,v 1.18 2022/11/30 13:43:34 taca Exp $ -DISTNAME= rspec-support-3.11.1 +DISTNAME= rspec-support-3.12.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rspec-support/distinfo diff -u pkgsrc/devel/ruby-rspec-support/distinfo:1.20 pkgsrc/devel/ruby-rspec-support/distinfo:1.21 --- pkgsrc/devel/ruby-rspec-support/distinfo:1.20 Tue Sep 13 13:53:35 2022 +++ pkgsrc/devel/ruby-rspec-support/distinfo Wed Nov 30 13:43:34 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/09/13 13:53:35 taca Exp $ +$NetBSD: distinfo,v 1.21 2022/11/30 13:43:34 taca Exp $ -BLAKE2s (rspec-support-3.11.1.gem) = aecfedda6bb27e09b2b1c8b23a8e54a88d42f684e455965cef6bda66b457cd90 -SHA512 (rspec-support-3.11.1.gem) = fe1b57dafc24089534f178f98fd2c323880e9312ae200e5998c4b6c628331088e84f057e714350627f8475a87330cf22928dd6ee66067b4f61db04f466cae854 -Size (rspec-support-3.11.1.gem) = 39424 bytes +BLAKE2s (rspec-support-3.12.0.gem) = efb7454d8185477535d05b32ac6bd0a64d18b8a8cb43e5d80069a085b4742196 +SHA512 (rspec-support-3.12.0.gem) = 89d18f75d83805b48375f663bba20ad5994fa0ab97a6aabfc007881ccc681d182035af8c46a9da8b3ee3ff2d9516e7836180c65eb3a7a8eea68eb5a11a881dc1 +Size (rspec-support-3.12.0.gem) = 39424 bytes --_----------=_1669815814220650--