From 5ad4863dc5631a5223da4e99c19a7d34401ab3f3 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 5 May 2024 16:45:54 +0000 Subject: [PATCH] devel/ruby-mocha: update to 2.2.0 2.2.0 (2024-04-10) External changes * Support multiple methods in responds_with matcher (f086b7e4, #578) - thanks to @vlad-pisanov for the suggestion * Add block syntax for sequences (93fdffd, #61) * Improve sequence failure message (0800c6ff, #60) * Drop support for Ruby v2.0 (85848fb0, #642) * Include the original test name in expired stub error messages (ca3ff8eb, #641, #642) - thanks to @casperisfine * Avoid rubocop directive ending up in YARD docs (2a9ee81a) * Update docs to fix those for Mock#method_missing (cee0bad6) * Reinstate missing CNAME for GitHub Pages site (da67bb0d) * Use Ruby v1.9 Hash syntax in docs (6de20726, #625) * Add missing YARD tag for API#sequence name param (343c5979) * Add missing YARD tag for API#states name param (f798df83) Internal changes * Tidy up Minitest vs MiniTest references (#626, #614, #615) - thanks to @zenspider & @Maimer for their help * Add Ruby v3.3 to CI build matrix (ce31b544) --- devel/ruby-mocha/Makefile | 4 ++-- devel/ruby-mocha/PLIST | 10 +++++----- devel/ruby-mocha/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/devel/ruby-mocha/Makefile b/devel/ruby-mocha/Makefile index e76b4080dcbb..aa9f6a443b90 100644 --- a/devel/ruby-mocha/Makefile +++ b/devel/ruby-mocha/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2023/07/30 04:03:31 taca Exp $ +# $NetBSD: Makefile,v 1.36 2024/05/05 16:45:54 taca Exp $ -DISTNAME= mocha-2.1.0 +DISTNAME= mocha-2.2.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-mocha/PLIST b/devel/ruby-mocha/PLIST index ad908fe650ce..d7a1181d782e 100644 --- a/devel/ruby-mocha/PLIST +++ b/devel/ruby-mocha/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2023/06/11 14:28:04 taca Exp $ +@comment $NetBSD: PLIST,v 1.32 2024/05/05 16:45:54 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/.github/FUNDING.yml @@ -27,7 +27,7 @@ ${GEM_LIBDIR}/lib/mocha/class_methods.rb ${GEM_LIBDIR}/lib/mocha/configuration.rb ${GEM_LIBDIR}/lib/mocha/debug.rb ${GEM_LIBDIR}/lib/mocha/deprecation.rb -${GEM_LIBDIR}/lib/mocha/detection/mini_test.rb +${GEM_LIBDIR}/lib/mocha/detection/minitest.rb ${GEM_LIBDIR}/lib/mocha/detection/test_unit.rb ${GEM_LIBDIR}/lib/mocha/error_with_filtered_backtrace.rb ${GEM_LIBDIR}/lib/mocha/exception_raiser.rb @@ -40,9 +40,9 @@ ${GEM_LIBDIR}/lib/mocha/in_state_ordering_constraint.rb ${GEM_LIBDIR}/lib/mocha/inspect.rb ${GEM_LIBDIR}/lib/mocha/instance_method.rb ${GEM_LIBDIR}/lib/mocha/integration/assertion_counter.rb -${GEM_LIBDIR}/lib/mocha/integration/mini_test.rb -${GEM_LIBDIR}/lib/mocha/integration/mini_test/adapter.rb -${GEM_LIBDIR}/lib/mocha/integration/mini_test/exception_translation.rb +${GEM_LIBDIR}/lib/mocha/integration/minitest.rb +${GEM_LIBDIR}/lib/mocha/integration/minitest/adapter.rb +${GEM_LIBDIR}/lib/mocha/integration/minitest/exception_translation.rb ${GEM_LIBDIR}/lib/mocha/integration/monkey_patcher.rb ${GEM_LIBDIR}/lib/mocha/integration/test_unit.rb ${GEM_LIBDIR}/lib/mocha/integration/test_unit/adapter.rb diff --git a/devel/ruby-mocha/distinfo b/devel/ruby-mocha/distinfo index 7b028e90036e..82b1d9a26195 100644 --- a/devel/ruby-mocha/distinfo +++ b/devel/ruby-mocha/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2023/07/30 04:03:31 taca Exp $ +$NetBSD: distinfo,v 1.38 2024/05/05 16:45:54 taca Exp $ -BLAKE2s (mocha-2.1.0.gem) = cc6c189af8e7654bc2b4a2b47d0938dfbd35812c609b819cfaa9035368e0c472 -SHA512 (mocha-2.1.0.gem) = e081ddc69cbe7a84bd4a16d4e9046cc4a0676446c5dc4e1020fa7c272693b2f80b811aa4e78956c35c6de54cd93fa36b2b53c062473ec6e1d37a263b7de19480 -Size (mocha-2.1.0.gem) = 65536 bytes +BLAKE2s (mocha-2.2.0.gem) = 422b58d269b9bdc9d351ce60f6de820116fa85ebad96f2153485db7b8cedaad6 +SHA512 (mocha-2.2.0.gem) = 0d49d0917ef44622f9190f2fb4a9f25172fc08052196c524309014bd52728b6ad605a9cecb82af1523cee24d32b49201ace536d9d0566dea73905eceedf17b34 +Size (mocha-2.2.0.gem) = 66560 bytes