Received: by mail.netbsd.org (Postfix, from userid 605) id 8084384EFA; Wed, 30 Nov 2022 13:50:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B166284EA6 for ; Wed, 30 Nov 2022 13:50:35 +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 XJgi5dvib-bk for ; Wed, 30 Nov 2022 13:50:35 +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 27D0684D24 for ; Wed, 30 Nov 2022 13:50:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21129FA90; Wed, 30 Nov 2022 13:50:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166981623529650" MIME-Version: 1.0 Date: Wed, 30 Nov 2022 13:50:35 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221130135035.21129FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166981623529650 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:50:35 UTC 2022 Modified Files: pkgsrc/devel/ruby-rspec: Makefile distinfo Log Message: devel/ruby-rspec: update to 3.12.0 3.12.0 (2022-10-26) This is meta gem containing ruby-rspec-core, ruby-rspec-expectations and ruby-rspec-mocks. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/ruby-rspec/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-rspec/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166981623529650 Content-Disposition: inline Content-Length: 2160 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec/Makefile diff -u pkgsrc/devel/ruby-rspec/Makefile:1.27 pkgsrc/devel/ruby-rspec/Makefile:1.28 --- pkgsrc/devel/ruby-rspec/Makefile:1.27 Sat Feb 12 13:35:39 2022 +++ pkgsrc/devel/ruby-rspec/Makefile Wed Nov 30 13:50:34 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2022/02/12 13:35:39 taca Exp $ +# $NetBSD: Makefile,v 1.28 2022/11/30 13:50:34 taca Exp $ -DISTNAME= rspec-3.11.0 +DISTNAME= rspec-3.12.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,9 +8,9 @@ HOMEPAGE= https://relishapp.com/rspec COMMENT= Behaviour Driven Development framework for Ruby LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.11.0<3.12:../../devel/ruby-rspec-core -DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.11.0<3.12:../../devel/ruby-rspec-expectations -DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.11.0<3.12:../../devel/ruby-rspec-mocks +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.12.0<3.13:../../devel/ruby-rspec-core +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.12.0<3.13:../../devel/ruby-rspec-expectations +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.12.0<3.13:../../devel/ruby-rspec-mocks USE_LANGUAGES= # none Index: pkgsrc/devel/ruby-rspec/distinfo diff -u pkgsrc/devel/ruby-rspec/distinfo:1.28 pkgsrc/devel/ruby-rspec/distinfo:1.29 --- pkgsrc/devel/ruby-rspec/distinfo:1.28 Sat Feb 12 13:35:39 2022 +++ pkgsrc/devel/ruby-rspec/distinfo Wed Nov 30 13:50:34 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2022/02/12 13:35:39 taca Exp $ +$NetBSD: distinfo,v 1.29 2022/11/30 13:50:34 taca Exp $ -BLAKE2s (rspec-3.11.0.gem) = ec5d0acbae21c1d69092d8641837fe6531c5b6199d8e402286bf66ae0b29f77c -SHA512 (rspec-3.11.0.gem) = 233f80500446066a61a50d8e3f8a602316071beaa82e95776390684f7d58fa0acf8807386bee7d08b21f5481933e031b968fd752cf97efa74ba6cd411a8d1395 -Size (rspec-3.11.0.gem) = 10752 bytes +BLAKE2s (rspec-3.12.0.gem) = 7e1bb70db8a1953fc2b218ce29826b607cc9537d49ca36b807fdef6c5a63e160 +SHA512 (rspec-3.12.0.gem) = 24278c467e5226ad1a5bb4c64190fb5d1077777237d9c2e5c4f16a00b026bf26d8f15e2c74a34221b198992f73ef06af314488a61358968e2083f935467e5a35 +Size (rspec-3.12.0.gem) = 10752 bytes --_----------=_166981623529650--