Received: by mail.netbsd.org (Postfix, from userid 605) id D136884DA9; Sun, 9 Oct 2022 07:20:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CBF584D3F for ; Sun, 9 Oct 2022 07:20:05 +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 ztSR59mDbp6x for ; Sun, 9 Oct 2022 07:20:04 +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 51C8784CDC for ; Sun, 9 Oct 2022 07:20:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3EB29FA90; Sun, 9 Oct 2022 07:20:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665300004119410" MIME-Version: 1.0 Date: Sun, 9 Oct 2022 07:20:04 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-mocha To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221009072004.3EB29FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665300004119410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Oct 9 07:20:04 UTC 2022 Modified Files: pkgsrc/devel/ruby-mocha: Makefile PLIST distinfo Log Message: devel/ruby-mocha: update to 1.15.0 1.15.0 (2022-09-21) External changes * Fix examples using mock constructor with block (1cc17667) * Add another example for API#sequence (b7a7d233, #59) * Remove support for Ruby v1.8 (ddb5d672) * Deprecate support for Ruby versions earlier than v2.0 - thanks to @wasabigeek (#553, #555) Internal changes * Update instructions for obtaining Rubygems API key (ed9c040a) * Consistent definitions for respond_to? methods (#533) * Run test tasks before release tasks (92a1bc6e, #447) * Fix test:performance Rake task (#538, #539) * Tidying following removal of support for Ruby v1.8 - thanks to @nitishr (#542) * Remove ParametersMatcher from Invocation#call_description - thanks to @wasabigeek (#543) * Remove unnecessary splatting in Invocation - thanks to @wasabigeek (#549) * Extract handle_method_call from method_missing - thanks to @wasabigeek (#550) To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ruby-mocha/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-mocha/PLIST cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ruby-mocha/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665300004119410 Content-Disposition: inline Content-Length: 2798 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-mocha/Makefile diff -u pkgsrc/devel/ruby-mocha/Makefile:1.31 pkgsrc/devel/ruby-mocha/Makefile:1.32 --- pkgsrc/devel/ruby-mocha/Makefile:1.31 Thu Aug 11 14:03:25 2022 +++ pkgsrc/devel/ruby-mocha/Makefile Sun Oct 9 07:20:04 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2022/08/11 14:03:25 taca Exp $ +# $NetBSD: Makefile,v 1.32 2022/10/09 07:20:04 taca Exp $ -DISTNAME= mocha-1.14.0 +DISTNAME= mocha-1.15.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-mocha/PLIST diff -u pkgsrc/devel/ruby-mocha/PLIST:1.28 pkgsrc/devel/ruby-mocha/PLIST:1.29 --- pkgsrc/devel/ruby-mocha/PLIST:1.28 Sun Aug 22 13:48:10 2021 +++ pkgsrc/devel/ruby-mocha/PLIST Sun Oct 9 07:20:04 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2021/08/22 13:48:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.29 2022/10/09 07:20:04 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/.github/FUNDING.yml @@ -63,7 +63,6 @@ ${GEM_LIBDIR}/lib/mocha/integration/test ${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_203_to_220.rb ${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_230_to_250.rb ${GEM_LIBDIR}/lib/mocha/integration/test_unit/nothing.rb -${GEM_LIBDIR}/lib/mocha/integration/test_unit/ruby_version_185_and_below.rb ${GEM_LIBDIR}/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb ${GEM_LIBDIR}/lib/mocha/invocation.rb ${GEM_LIBDIR}/lib/mocha/is_a.rb @@ -107,7 +106,6 @@ ${GEM_LIBDIR}/lib/mocha/ruby_version.rb ${GEM_LIBDIR}/lib/mocha/sequence.rb ${GEM_LIBDIR}/lib/mocha/setup.rb ${GEM_LIBDIR}/lib/mocha/single_return_value.rb -${GEM_LIBDIR}/lib/mocha/singleton_class.rb ${GEM_LIBDIR}/lib/mocha/state_machine.rb ${GEM_LIBDIR}/lib/mocha/stubbed_method.rb ${GEM_LIBDIR}/lib/mocha/stubbing_error.rb Index: pkgsrc/devel/ruby-mocha/distinfo diff -u pkgsrc/devel/ruby-mocha/distinfo:1.33 pkgsrc/devel/ruby-mocha/distinfo:1.34 --- pkgsrc/devel/ruby-mocha/distinfo:1.33 Thu Aug 11 14:03:25 2022 +++ pkgsrc/devel/ruby-mocha/distinfo Sun Oct 9 07:20:04 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2022/08/11 14:03:25 taca Exp $ +$NetBSD: distinfo,v 1.34 2022/10/09 07:20:04 taca Exp $ -BLAKE2s (mocha-1.14.0.gem) = 7acc8348b94acfc5262c32ecc7ea52ec4ddb3c9514e115064a638cb0094cc890 -SHA512 (mocha-1.14.0.gem) = b6c384ebb847d9e3a8be27a9b4fe615baf4eee5f4b6cc7f8c5a1a398db8d5e866a9f69d229731eefe6293f33736ee0d7b6c9354ecb63497ff7948ec466c3e9b4 -Size (mocha-1.14.0.gem) = 68096 bytes +BLAKE2s (mocha-1.15.0.gem) = dd5e76f05f448a68c68071f6ec55e164aeab7d7e928347788e4be4be913204d4 +SHA512 (mocha-1.15.0.gem) = f381d54a782961777d78fb836661077017e0aeaefa56b8a6e4591765fd95417d225c188cf558e960bfe962b0947ec7cab60de57dfb319c9abc74674e54d9bc2d +Size (mocha-1.15.0.gem) = 68096 bytes --_----------=_1665300004119410--