Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1B3171A923F for ; Sat, 12 Feb 2022 13:30:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 51B5F84EA3; Sat, 12 Feb 2022 13:30:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A97584D28 for ; Sat, 12 Feb 2022 13:30:15 +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 8Wj5ksT7FkRU for ; Sat, 12 Feb 2022 13:30:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F0A1584D17 for ; Sat, 12 Feb 2022 13:30:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDED1FB24; Sat, 12 Feb 2022 13:30:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644672614198280" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 13:30:14 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220212133014.EDED1FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644672614198280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sat Feb 12 13:30:14 UTC 2022 Modified Files: pkgsrc/devel/ruby-rspec-core: Makefile distinfo Log Message: devel/ruby-rspec-core: update to 3.11.0 3.11.0 (2022-02-09) Enhancements: * Improve pluralisation of words ending with s (like process). (Joshua Pinter, #2779) * Add ordering by file modification time (most recent first). (Matheus Richard, #2778) * Add to_s to reserved names for #let and #subject. (Nick Flückiger, #2886) * Introduce RSpec.current_scope to expose the current scope in which RSpec is executing. e.g. :before_example_hook, :example etc. (@odinhb, #2895) * Add named bold colours as options for custom colours. (#2913, #2914) * Warn when (but not prevent) a SystemExit occurs. (Jared Beck, #2926) To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-rspec-core/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/ruby-rspec-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644672614198280 Content-Disposition: inline Content-Length: 1914 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-core/Makefile diff -u pkgsrc/devel/ruby-rspec-core/Makefile:1.30 pkgsrc/devel/ruby-rspec-core/Makefile:1.31 --- pkgsrc/devel/ruby-rspec-core/Makefile:1.30 Mon Jan 11 13:05:46 2021 +++ pkgsrc/devel/ruby-rspec-core/Makefile Sat Feb 12 13:30:14 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2021/01/11 13:05:46 taca Exp $ +# $NetBSD: Makefile,v 1.31 2022/02/12 13:30:14 taca Exp $ -DISTNAME= rspec-core-3.10.1 +DISTNAME= rspec-core-3.11.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= https://relishapp.com/rspec COMMENT= Behaviour Driven Development framework for Ruby, core part LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.11.0<3.12:../../devel/ruby-rspec-support USE_LANGUAGES= # none Index: pkgsrc/devel/ruby-rspec-core/distinfo diff -u pkgsrc/devel/ruby-rspec-core/distinfo:1.32 pkgsrc/devel/ruby-rspec-core/distinfo:1.33 --- pkgsrc/devel/ruby-rspec-core/distinfo:1.32 Tue Oct 26 10:19:46 2021 +++ pkgsrc/devel/ruby-rspec-core/distinfo Sat Feb 12 13:30:14 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2021/10/26 10:19:46 nia Exp $ +$NetBSD: distinfo,v 1.33 2022/02/12 13:30:14 taca Exp $ -BLAKE2s (rspec-core-3.10.1.gem) = b450c17b4b5f418dacbe968071715da5c6bd618601886a665577c87245b729f9 -SHA512 (rspec-core-3.10.1.gem) = 46808d37736b5f30d562b4014638cbf2d1a7d7432730c6c727a6e539f63ee21a04185610034fff4d938a948a887ba6a626955963add6b5e9b5f64499732d742a -Size (rspec-core-3.10.1.gem) = 164352 bytes +BLAKE2s (rspec-core-3.11.0.gem) = 454ea09972e04fdbfa2d919215113a7dd95d0f82d200a8ef2889953a62c14210 +SHA512 (rspec-core-3.11.0.gem) = 2cec4af0ac69776a4846ef93e98f5459e346b22b9f118aa3fb65c71b8fcecd3d6d156ffba0a6509fb11c9d9e3d88badcece23055e4f3ea0f4ef6e867372fc9b9 +Size (rspec-core-3.11.0.gem) = 165888 bytes --_----------=_1644672614198280--