Received: by mail.netbsd.org (Postfix, from userid 605) id 3F5BB8592F; Sun, 4 Feb 2024 15:36:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FE6D84F74 for ; Sun, 4 Feb 2024 15:36:02 +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 Ce2BEgVi175A for ; Sun, 4 Feb 2024 15:36:02 +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 E3FC284E19 for ; Sun, 4 Feb 2024 15:36:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4D13FA42; Sun, 4 Feb 2024 15:36:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170706096123630" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 15:36:01 +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: <20240204153601.D4D13FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170706096123630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 4 15:36:01 UTC 2024 Modified Files: pkgsrc/devel/ruby-rspec-support: Makefile distinfo Log Message: devel/ruby-rspec-support: update to 3.13.0 3.13.0 (2024-02-04) Enchancements * Add RubyFeatures#supports_syntax_suggest?. (Jon Rowe, #571) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-rspec-support/Makefile cvs rdiff -u -r1.22 -r1.23 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. --_----------=_170706096123630 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.19 pkgsrc/devel/ruby-rspec-support/Makefile:1.20 --- pkgsrc/devel/ruby-rspec-support/Makefile:1.19 Sun Jul 2 05:32:07 2023 +++ pkgsrc/devel/ruby-rspec-support/Makefile Sun Feb 4 15:36:01 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2023/07/02 05:32:07 taca Exp $ +# $NetBSD: Makefile,v 1.20 2024/02/04 15:36:01 taca Exp $ -DISTNAME= rspec-support-3.12.1 +DISTNAME= rspec-support-3.13.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rspec-support/distinfo diff -u pkgsrc/devel/ruby-rspec-support/distinfo:1.22 pkgsrc/devel/ruby-rspec-support/distinfo:1.23 --- pkgsrc/devel/ruby-rspec-support/distinfo:1.22 Sun Jul 2 05:32:07 2023 +++ pkgsrc/devel/ruby-rspec-support/distinfo Sun Feb 4 15:36:01 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/07/02 05:32:07 taca Exp $ +$NetBSD: distinfo,v 1.23 2024/02/04 15:36:01 taca Exp $ -BLAKE2s (rspec-support-3.12.1.gem) = dec9d12c77d5ff39e47adbf11eae979fba1bce2c5c1bdd3c15a075c3590a0a2e -SHA512 (rspec-support-3.12.1.gem) = 4fe1428d898d5eda81c91276fc05cc3d21320f104a593c8285a051bd7c61c0ded16a9f4da3c75d9e14190169d49d28fc6ad901b525d3b69bb8c6483035d6f83b -Size (rspec-support-3.12.1.gem) = 39424 bytes +BLAKE2s (rspec-support-3.13.0.gem) = 20f2346b91c21360bfb78c748447a8ba9f6808321b0e35e973143cec820486d9 +SHA512 (rspec-support-3.13.0.gem) = db0dd71efd6e502558b8b9eb10566783f82afcd32e779b0d45c2614c9149f28a0992843b8d2aab62640d857aea5aa8a5745377b01a098cd5da9fc8d206264c0c +Size (rspec-support-3.13.0.gem) = 39936 bytes --_----------=_170706096123630--