Received: by mail.netbsd.org (Postfix, from userid 605) id A8D8A85928; Sun, 4 Feb 2024 15:19:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7B9784F74 for ; Sun, 4 Feb 2024 15:19:27 +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 hksInAl1b92J for ; Sun, 4 Feb 2024 15:19:27 +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 5642384E19 for ; Sun, 4 Feb 2024 15:19:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4FFE4FA42; Sun, 4 Feb 2024 15:19:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707059967128480" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 15:19:27 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-railties71 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240204151927.4FFE4FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707059967128480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Feb 4 15:19:27 UTC 2024 Modified Files: pkgsrc/devel/ruby-railties71: distinfo Log Message: devel/ruby-railties71: update to 7.1.3 Railties (2024-01-16) * Make sure config.after_routes_loaded hook runs on boot. [Rafael Mendonça França] * Fix config.log_level not being respected when using a BroadcastLogger [Édouard Chin] * Fix isolated engines to take ActiveRecord::Base.table_name_prefix into consideration. This will allow for engine defined models, such as inside Active Storage, to respect Active Record table name prefix configuration. [Chedli Bourguiba] * The bin/rails app:template command will no longer add potentially unwanted gem platforms via bundle lock --add-platform=... commands. [Jonathan Hefner] To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-railties71/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707059967128480 Content-Disposition: inline Content-Length: 1091 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-railties71/distinfo diff -u pkgsrc/devel/ruby-railties71/distinfo:1.1 pkgsrc/devel/ruby-railties71/distinfo:1.2 --- pkgsrc/devel/ruby-railties71/distinfo:1.1 Thu Nov 30 15:34:32 2023 +++ pkgsrc/devel/ruby-railties71/distinfo Sun Feb 4 15:19:27 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2023/11/30 15:34:32 taca Exp $ +$NetBSD: distinfo,v 1.2 2024/02/04 15:19:27 taca Exp $ -BLAKE2s (railties-7.1.2.gem) = 9103e5fa1a1662c7aa6b31b78b8ed082b71b4515c650109d4894000a4a224c32 -SHA512 (railties-7.1.2.gem) = a7eae5c5dcaaad57a9380d16fa62d622e4a13c4bdc028acd145b423b40d726189285ceed2c37a4a0ae206fe09e895d3cbe2dc6912ccee4b91546438e588e35e0 -Size (railties-7.1.2.gem) = 181248 bytes +BLAKE2s (railties-7.1.3.gem) = a33071a6deba07f8c46c4a73cd6923dffadaf4c14233339293e9fc18c1d16c3b +SHA512 (railties-7.1.3.gem) = 6376ec8aa90659001f956716738b1574ec631c7323fde9c58f907af17631645f27573f7a838e5752014dc53feb61ff88db7667ebf6cbc1014781cad900cf6821 +Size (railties-7.1.3.gem) = 181248 bytes SHA1 (patch-lib_rails.rb) = 126077d8e0f04f469197f37c8806791d96ad6b57 --_----------=_1707059967128480--