Received: by mail.netbsd.org (Postfix, from userid 605) id E7CD184FB9; Sat, 10 Sep 2022 12:43:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EB8684D37 for ; Sat, 10 Sep 2022 12:43:59 +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 E_vYUmKhWt0N for ; Sat, 10 Sep 2022 12:43:58 +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 7C42A84C71 for ; Sat, 10 Sep 2022 12:43:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 742AFFA90; Sat, 10 Sep 2022 12:43:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662813838126510" MIME-Version: 1.0 Date: Sat, 10 Sep 2022 12:43:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activejob70 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220910124358.742AFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662813838126510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Sep 10 12:43:58 UTC 2022 Modified Files: pkgsrc/devel/ruby-activejob70: distinfo Log Message: devel/ruby-activejob70: update to 7.0.4 * Update ActiveJob::QueueAdapters::QueAdapter to remove deprecation warning. Remove a deprecation warning introduced in que 1.2 to prepare for changes in que 2.0 necessary for Ruby 3 compatibility. Damir Zekic and Adis Hasovic To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-activejob70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662813838126510 Content-Disposition: inline Content-Length: 1036 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activejob70/distinfo diff -u pkgsrc/devel/ruby-activejob70/distinfo:1.7 pkgsrc/devel/ruby-activejob70/distinfo:1.8 --- pkgsrc/devel/ruby-activejob70/distinfo:1.7 Wed Jul 13 14:48:47 2022 +++ pkgsrc/devel/ruby-activejob70/distinfo Sat Sep 10 12:43:58 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/07/13 14:48:47 taca Exp $ +$NetBSD: distinfo,v 1.8 2022/09/10 12:43:58 taca Exp $ -BLAKE2s (activejob-7.0.3.1.gem) = 3b50837931f9662bb3b009622db793fe2c8951b6c22b0d10255868b97b048032 -SHA512 (activejob-7.0.3.1.gem) = 724dcea780fce091fb3323c64fb4b3bf65d52591c2ca59bd50816c9cbecda7cd4239ba42a2451be47a5aceff39f8482a02ad52637c31a638d2737c79e67e94d1 -Size (activejob-7.0.3.1.gem) = 33280 bytes +BLAKE2s (activejob-7.0.4.gem) = bc15ed7c8406aa07d877b4f632e974ebf8332ebc282178829108799374d8a369 +SHA512 (activejob-7.0.4.gem) = bece7af9af747c2d791e1a70f5dbdbab4123bf5357c5cd40079d42717663ebb62b23e9132e9e255d626be28d1d20292b23d73251b95055beb85e6eb49a9fbac5 +Size (activejob-7.0.4.gem) = 33280 bytes --_----------=_1662813838126510--