Received: by mail.netbsd.org (Postfix, from userid 605) id 8350184EA0; Sun, 18 Sep 2022 12:32:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B479384DB9 for ; Sun, 18 Sep 2022 12:32:01 +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 AgMkmTgjAD92 for ; Sun, 18 Sep 2022 12:32:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1631184CD9 for ; Sun, 18 Sep 2022 12:32:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F6E3FA90; Sun, 18 Sep 2022 12:32:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166350432163550" MIME-Version: 1.0 Date: Sun, 18 Sep 2022 12:32:01 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-shoulda-matchers To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220918123201.0F6E3FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166350432163550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 18 12:32:00 UTC 2022 Modified Files: pkgsrc/devel/ruby-shoulda-matchers: Makefile PLIST distinfo Log Message: devel/ruby-shoulda-matchers: update to 5.2.0 pkgsrc changes: reduce pkglint warnings. 5.2.0 (2022-09-17) Features * Add without_scopes method to enum matcher. (#1453) * Add support for Ruby 3.1. (#1474) * Add allow_blank method to validate_presence_of matcher. (#1499) * Add support for Rails 7.0. No new Rails 7.0 features are supported, but only existing features that broke with the upgrade. (#1506) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-shoulda-matchers/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-shoulda-matchers/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-shoulda-matchers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166350432163550 Content-Disposition: inline Content-Length: 3172 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-shoulda-matchers/Makefile diff -u pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.19 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.20 --- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.19 Sat Feb 12 13:42:29 2022 +++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Sun Sep 18 12:32:00 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/02/12 13:42:29 taca Exp $ +# $NetBSD: Makefile,v 1.20 2022/09/18 12:32:00 taca Exp $ -DISTNAME= shoulda-matchers-5.1.0 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -CATEGORIES= devel ruby +DISTNAME= shoulda-matchers-5.2.0 +CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://thoughtbot.com/community/ @@ -12,7 +11,7 @@ LICENSE= mit DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} USE_LANGUAGES= # none -RUBY_RAILS_ACCEPTED= # defined +RUBY_RAILS_ACCEPTED= # empty .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-shoulda-matchers/PLIST diff -u pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.9 pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.10 --- pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.9 Sun Aug 22 14:47:26 2021 +++ pkgsrc/devel/ruby-shoulda-matchers/PLIST Sun Sep 18 12:32:00 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2021/08/22 14:47:26 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/09/18 12:32:00 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md @@ -42,6 +42,7 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/activ ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/odd_number_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/only_integer_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/allow_blank.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/allow_nil.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/ignore_interference_by_writer.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/ignoring_interference_by_writer.rb Index: pkgsrc/devel/ruby-shoulda-matchers/distinfo diff -u pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.14 pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.15 --- pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.14 Sat Feb 12 13:42:29 2022 +++ pkgsrc/devel/ruby-shoulda-matchers/distinfo Sun Sep 18 12:32:00 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/02/12 13:42:29 taca Exp $ +$NetBSD: distinfo,v 1.15 2022/09/18 12:32:00 taca Exp $ -BLAKE2s (shoulda-matchers-5.1.0.gem) = d92b29064aca2a0b2ed307051782f5b534817a636a56e4fb2e502c06f8f8396b -SHA512 (shoulda-matchers-5.1.0.gem) = b9c9ddefbd4332ee1a6f7dbd11c10e762e5664619ccfb893d0528abd976b1c2c6fe4666fe32ad6a1b910f9c970d94158b309673f1ed314a081963b58cf218329 -Size (shoulda-matchers-5.1.0.gem) = 80384 bytes +BLAKE2s (shoulda-matchers-5.2.0.gem) = 2e6405f197c4e6bf1eddb21d1e6c8555c65b1bfaa812e595313731c447fdaab2 +SHA512 (shoulda-matchers-5.2.0.gem) = cafe458703f03777d42c78b872959025d26ad2722b35fafc0dab2f5bc31845dba80ebf6d9a1b4f3378d31e665b57bc918e2c691f02dd318caaa2cc40122030bc +Size (shoulda-matchers-5.2.0.gem) = 80896 bytes --_----------=_166350432163550--