Received: by mail.netbsd.org (Postfix, from userid 605) id 8232B84E79; Sun, 4 Jul 2021 07:59:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E740A84EB6 for ; Sun, 4 Jul 2021 07:59:26 +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 H2u_0ybbUz2h for ; Sun, 4 Jul 2021 07:59:26 +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 417F984E8E for ; Sun, 4 Jul 2021 07:59:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D6B1F979; Sun, 4 Jul 2021 07:59:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625385565296140" MIME-Version: 1.0 Date: Sun, 4 Jul 2021 07:59:25 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activemodel61 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210704075925.3D6B1F979@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625385565296140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jul 4 07:59:25 UTC 2021 Modified Files: pkgsrc/devel/ruby-activemodel61: distinfo Log Message: EDITOR=emacsclient; cvs commit: update to 6.1.4 Active Model * Fix to_json for ActiveModel::Dirty object. Exclude +mutations_from_database+ attribute from json as it lead to recursion. (Anil Maurya) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activemodel61/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625385565296140 Content-Disposition: inline Content-Length: 1156 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activemodel61/distinfo diff -u pkgsrc/devel/ruby-activemodel61/distinfo:1.4 pkgsrc/devel/ruby-activemodel61/distinfo:1.5 --- pkgsrc/devel/ruby-activemodel61/distinfo:1.4 Sat May 8 14:08:55 2021 +++ pkgsrc/devel/ruby-activemodel61/distinfo Sun Jul 4 07:59:25 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/05/08 14:08:55 taca Exp $ +$NetBSD: distinfo,v 1.5 2021/07/04 07:59:25 taca Exp $ -SHA1 (activemodel-6.1.3.2.gem) = c32ff2e171e2c56ccf3800f91e4095eb98a01c8c -RMD160 (activemodel-6.1.3.2.gem) = d3f1d9b576de38b98a8953d65418f0681ec1b5be -SHA512 (activemodel-6.1.3.2.gem) = 08e8d718d14218f84978efbd92bbfa3e796577c189e8128aeb1017ee42cfa547ee4660a064cfbec9e03e04372ce3a6906a57bd3a6ee80de9f596db59ac202420 -Size (activemodel-6.1.3.2.gem) = 61952 bytes +SHA1 (activemodel-6.1.4.gem) = 36a24881228377134b0309ab1a4416455558680a +RMD160 (activemodel-6.1.4.gem) = 79345c1fe303b8f389f18143ffd4dda96dceeb1b +SHA512 (activemodel-6.1.4.gem) = d730fae8adbf9f2969af8127358fb6c2dc1f5df5b9e21d0f05cc43a6d0a83f00582a0cadad268e5c8978fc7ffd3fc29a93d949ec4ff10b353a1ccf00308c7e0b +Size (activemodel-6.1.4.gem) = 62464 bytes --_----------=_1625385565296140--