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 353151A9217 for ; Sun, 10 Jan 2021 14:12:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6C2C584D98; Sun, 10 Jan 2021 14:12:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A58C984D91 for ; Sun, 10 Jan 2021 14:12:21 +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 V2vpwye2j6z1 for ; Sun, 10 Jan 2021 14:12:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 145EC84CEC for ; Sun, 10 Jan 2021 14:12:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10D79FA9D; Sun, 10 Jan 2021 14:12:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161028794198480" MIME-Version: 1.0 Date: Sun, 10 Jan 2021 14:12:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-arel-helpers To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210110141221.10D79FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161028794198480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 10 14:12:20 UTC 2021 Modified Files: pkgsrc/databases/ruby-arel-helpers: Makefile PLIST distinfo Log Message: databases/ruby-arel-helpers: update to 2.12.0 2.12.0 (2020-12-21) * Streamline spec setup using appraisal, combustion and database_cleaner gems (@hasghari #45) * Add support for Rails 6.1 (@hasghari #45) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/ruby-arel-helpers/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-arel-helpers/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/ruby-arel-helpers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161028794198480 Content-Disposition: inline Content-Length: 3070 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-arel-helpers/Makefile diff -u pkgsrc/databases/ruby-arel-helpers/Makefile:1.6 pkgsrc/databases/ruby-arel-helpers/Makefile:1.7 --- pkgsrc/databases/ruby-arel-helpers/Makefile:1.6 Fri Mar 20 15:08:08 2020 +++ pkgsrc/databases/ruby-arel-helpers/Makefile Sun Jan 10 14:12:20 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/03/20 15:08:08 taca Exp $ +# $NetBSD: Makefile,v 1.7 2021/01/10 14:12:20 taca Exp $ -DISTNAME= arel-helpers-2.11.0 -PKGREVISION= 1 +DISTNAME= arel-helpers-2.12.0 CATEGORIES= databases MAINTAINER= minskim@NetBSD.org @@ -13,7 +12,7 @@ DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS} USE_LANGUAGES= # none -RUBY_RAILS_ACCEPTED= # defined +RUBY_RAILS_ACCEPTED= # empty .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/databases/ruby-arel-helpers/PLIST diff -u pkgsrc/databases/ruby-arel-helpers/PLIST:1.2 pkgsrc/databases/ruby-arel-helpers/PLIST:1.3 --- pkgsrc/databases/ruby-arel-helpers/PLIST:1.2 Wed Mar 21 10:21:20 2018 +++ pkgsrc/databases/ruby-arel-helpers/PLIST Sun Jan 10 14:12:20 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/03/21 10:21:20 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/01/10 14:12:20 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/README.md @@ -13,9 +13,11 @@ ${GEM_LIBDIR}/lib/arel-helpers/query_bui ${GEM_LIBDIR}/lib/arel-helpers/version.rb ${GEM_LIBDIR}/spec/aliases_spec.rb ${GEM_LIBDIR}/spec/arel_table_spec.rb -${GEM_LIBDIR}/spec/env.rb -${GEM_LIBDIR}/spec/env/migrations.rb ${GEM_LIBDIR}/spec/env/models.rb +${GEM_LIBDIR}/spec/internal/config/database.yml +${GEM_LIBDIR}/spec/internal/db/combustion_test.sqlite +${GEM_LIBDIR}/spec/internal/db/schema.rb +${GEM_LIBDIR}/spec/internal/log/test.log ${GEM_LIBDIR}/spec/join_association_spec.rb ${GEM_LIBDIR}/spec/query_builder_spec.rb ${GEM_LIBDIR}/spec/spec_helper.rb Index: pkgsrc/databases/ruby-arel-helpers/distinfo diff -u pkgsrc/databases/ruby-arel-helpers/distinfo:1.4 pkgsrc/databases/ruby-arel-helpers/distinfo:1.5 --- pkgsrc/databases/ruby-arel-helpers/distinfo:1.4 Sat Jan 18 15:09:14 2020 +++ pkgsrc/databases/ruby-arel-helpers/distinfo Sun Jan 10 14:12:20 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/01/18 15:09:14 taca Exp $ +$NetBSD: distinfo,v 1.5 2021/01/10 14:12:20 taca Exp $ -SHA1 (arel-helpers-2.11.0.gem) = 1684ef12f99fd9113e12355b4ffbd6aca13bf363 -RMD160 (arel-helpers-2.11.0.gem) = eb2fb3d76c1fb37cd7b8c9348a5bc318cb7bb03f -SHA512 (arel-helpers-2.11.0.gem) = 06426cfa8b77ce875af2daddfa6cfe96339fa462718ba1ab7a0f9f759c16ace03aff4c6f0cc6c3fc165df2f55ff024f67247e652cc3cf4c39d07468ae7080445 -Size (arel-helpers-2.11.0.gem) = 12800 bytes +SHA1 (arel-helpers-2.12.0.gem) = be0ba0a7f258b207ed1d6afe34fc6d5021e27552 +RMD160 (arel-helpers-2.12.0.gem) = b34581d1cc291e60ecf8535495eb4981ea2b6a7a +SHA512 (arel-helpers-2.12.0.gem) = 6da9d69b49d18f70dd911a5f1cf6edb29055423b6179858ae65f8f826f9c98fae7b9d4a7d6f1365c5efe382adbaeb42f30898c2329b721941428b0a6f58b3aef +Size (arel-helpers-2.12.0.gem) = 21504 bytes --_----------=_161028794198480--