From 8bc79494f121fb8fa9b1c0afee1d724a04623e98 Mon Sep 17 00:00:00 2001 From: James Mead Date: Tue, 16 Jul 2024 12:41:59 +0100 Subject: [PATCH] [skip ci] Fix release notes for v2.4.1 --- RELEASE.md | 2 +- docs/Mocha.html | 2 +- docs/Mocha/API.html | 2 +- docs/Mocha/ClassMethods.html | 2 +- docs/Mocha/Configuration.html | 2 +- docs/Mocha/Expectation.html | 2 +- docs/Mocha/ExpectationError.html | 2 +- docs/Mocha/ExpectationErrorFactory.html | 2 +- docs/Mocha/Hooks.html | 2 +- docs/Mocha/Integration.html | 2 +- docs/Mocha/Integration/MiniTest.html | 2 +- docs/Mocha/Integration/MiniTest/Adapter.html | 2 +- docs/Mocha/Integration/TestUnit.html | 2 +- docs/Mocha/Integration/TestUnit/Adapter.html | 2 +- docs/Mocha/Mock.html | 2 +- docs/Mocha/ObjectMethods.html | 2 +- docs/Mocha/ParameterMatchers.html | 2 +- docs/Mocha/ParameterMatchers/AllOf.html | 2 +- docs/Mocha/ParameterMatchers/AnyOf.html | 2 +- docs/Mocha/ParameterMatchers/AnyParameters.html | 2 +- docs/Mocha/ParameterMatchers/Anything.html | 2 +- docs/Mocha/ParameterMatchers/Base.html | 2 +- docs/Mocha/ParameterMatchers/Equals.html | 2 +- docs/Mocha/ParameterMatchers/EquivalentUri.html | 2 +- docs/Mocha/ParameterMatchers/HasEntries.html | 2 +- docs/Mocha/ParameterMatchers/HasEntry.html | 2 +- docs/Mocha/ParameterMatchers/HasKey.html | 2 +- docs/Mocha/ParameterMatchers/HasKeys.html | 2 +- docs/Mocha/ParameterMatchers/HasValue.html | 2 +- docs/Mocha/ParameterMatchers/Includes.html | 2 +- docs/Mocha/ParameterMatchers/InstanceOf.html | 2 +- docs/Mocha/ParameterMatchers/IsA.html | 2 +- docs/Mocha/ParameterMatchers/KindOf.html | 2 +- docs/Mocha/ParameterMatchers/Not.html | 2 +- docs/Mocha/ParameterMatchers/Optionally.html | 2 +- docs/Mocha/ParameterMatchers/RegexpMatches.html | 2 +- docs/Mocha/ParameterMatchers/RespondsWith.html | 2 +- docs/Mocha/ParameterMatchers/YamlEquivalent.html | 2 +- docs/Mocha/Sequence.html | 2 +- docs/Mocha/StateMachine.html | 2 +- docs/Mocha/StateMachine/State.html | 2 +- docs/Mocha/StateMachine/StatePredicate.html | 2 +- docs/Mocha/StubbingError.html | 2 +- docs/_index.html | 2 +- docs/file.COPYING.html | 2 +- docs/file.MIT-LICENSE.html | 2 +- docs/file.README.html | 2 +- docs/file.RELEASE.html | 4 ++-- docs/index.html | 2 +- docs/top-level-namespace.html | 2 +- 50 files changed, 51 insertions(+), 51 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b46acda5..a9601227 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,7 +4,7 @@ ### External changes -* Fix regression in matchers when used with keyword arguments (#648, #655) - thanks to @ElvinEfendi for reporting +* Fix regression in matchers when used with keyword arguments (#654 & #655) - thanks to @ElvinEfendi for reporting ### Internal changes diff --git a/docs/Mocha.html b/docs/Mocha.html index 2c233a5e..3963e97c 100644 --- a/docs/Mocha.html +++ b/docs/Mocha.html @@ -236,7 +236,7 @@

diff --git a/docs/Mocha/API.html b/docs/Mocha/API.html index d07c4ab2..91db85df 100644 --- a/docs/Mocha/API.html +++ b/docs/Mocha/API.html @@ -1247,7 +1247,7 @@

diff --git a/docs/Mocha/ClassMethods.html b/docs/Mocha/ClassMethods.html index 3c7f1721..ab573dad 100644 --- a/docs/Mocha/ClassMethods.html +++ b/docs/Mocha/ClassMethods.html @@ -246,7 +246,7 @@

diff --git a/docs/Mocha/Configuration.html b/docs/Mocha/Configuration.html index 9e91f15a..6527db7b 100644 --- a/docs/Mocha/Configuration.html +++ b/docs/Mocha/Configuration.html @@ -1085,7 +1085,7 @@

diff --git a/docs/Mocha/Expectation.html b/docs/Mocha/Expectation.html index 50f99d59..f4b6f4b0 100644 --- a/docs/Mocha/Expectation.html +++ b/docs/Mocha/Expectation.html @@ -2903,7 +2903,7 @@

diff --git a/docs/Mocha/ExpectationError.html b/docs/Mocha/ExpectationError.html index 35454b79..9be00295 100644 --- a/docs/Mocha/ExpectationError.html +++ b/docs/Mocha/ExpectationError.html @@ -134,7 +134,7 @@

Overview

diff --git a/docs/Mocha/ExpectationErrorFactory.html b/docs/Mocha/ExpectationErrorFactory.html index f70c1d22..c1692f7a 100644 --- a/docs/Mocha/ExpectationErrorFactory.html +++ b/docs/Mocha/ExpectationErrorFactory.html @@ -242,7 +242,7 @@

diff --git a/docs/Mocha/Hooks.html b/docs/Mocha/Hooks.html index 7e28ddff..e636a9dd 100644 --- a/docs/Mocha/Hooks.html +++ b/docs/Mocha/Hooks.html @@ -417,7 +417,7 @@

diff --git a/docs/Mocha/Integration.html b/docs/Mocha/Integration.html index bc2bbee5..f381d230 100644 --- a/docs/Mocha/Integration.html +++ b/docs/Mocha/Integration.html @@ -107,7 +107,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/MiniTest.html b/docs/Mocha/Integration/MiniTest.html index 487376a3..cde8dd7e 100644 --- a/docs/Mocha/Integration/MiniTest.html +++ b/docs/Mocha/Integration/MiniTest.html @@ -105,7 +105,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/MiniTest/Adapter.html b/docs/Mocha/Integration/MiniTest/Adapter.html index 369af3e6..dba8d18e 100644 --- a/docs/Mocha/Integration/MiniTest/Adapter.html +++ b/docs/Mocha/Integration/MiniTest/Adapter.html @@ -146,7 +146,7 @@

Methods included from - Generated on Tue Jul 16 12:36:30 2024 by + Generated on Tue Jul 16 12:43:09 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/Integration/TestUnit.html b/docs/Mocha/Integration/TestUnit.html index 4efa8805..93944a1a 100644 --- a/docs/Mocha/Integration/TestUnit.html +++ b/docs/Mocha/Integration/TestUnit.html @@ -105,7 +105,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/TestUnit/Adapter.html b/docs/Mocha/Integration/TestUnit/Adapter.html index f4cdd9d4..c2e3b6ce 100644 --- a/docs/Mocha/Integration/TestUnit/Adapter.html +++ b/docs/Mocha/Integration/TestUnit/Adapter.html @@ -146,7 +146,7 @@

Methods included from - Generated on Tue Jul 16 12:36:30 2024 by + Generated on Tue Jul 16 12:43:09 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/Mock.html b/docs/Mocha/Mock.html index 9bba46cf..cd7eac9e 100644 --- a/docs/Mocha/Mock.html +++ b/docs/Mocha/Mock.html @@ -1116,7 +1116,7 @@

diff --git a/docs/Mocha/ObjectMethods.html b/docs/Mocha/ObjectMethods.html index c421d0f3..f1a5300d 100644 --- a/docs/Mocha/ObjectMethods.html +++ b/docs/Mocha/ObjectMethods.html @@ -747,7 +747,7 @@

diff --git a/docs/Mocha/ParameterMatchers.html b/docs/Mocha/ParameterMatchers.html index 2ef293ba..89f724b2 100644 --- a/docs/Mocha/ParameterMatchers.html +++ b/docs/Mocha/ParameterMatchers.html @@ -3167,7 +3167,7 @@

diff --git a/docs/Mocha/ParameterMatchers/AllOf.html b/docs/Mocha/ParameterMatchers/AllOf.html index 6bd2f7b6..2ff72068 100644 --- a/docs/Mocha/ParameterMatchers/AllOf.html +++ b/docs/Mocha/ParameterMatchers/AllOf.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/AnyOf.html b/docs/Mocha/ParameterMatchers/AnyOf.html index 9a2b4330..d90f866b 100644 --- a/docs/Mocha/ParameterMatchers/AnyOf.html +++ b/docs/Mocha/ParameterMatchers/AnyOf.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/AnyParameters.html b/docs/Mocha/ParameterMatchers/AnyParameters.html index 41a03be4..08476081 100644 --- a/docs/Mocha/ParameterMatchers/AnyParameters.html +++ b/docs/Mocha/ParameterMatchers/AnyParameters.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Anything.html b/docs/Mocha/ParameterMatchers/Anything.html index 5cd2120d..5d52b50c 100644 --- a/docs/Mocha/ParameterMatchers/Anything.html +++ b/docs/Mocha/ParameterMatchers/Anything.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Base.html b/docs/Mocha/ParameterMatchers/Base.html index 9aa46cc1..0601ea39 100644 --- a/docs/Mocha/ParameterMatchers/Base.html +++ b/docs/Mocha/ParameterMatchers/Base.html @@ -423,7 +423,7 @@

diff --git a/docs/Mocha/ParameterMatchers/Equals.html b/docs/Mocha/ParameterMatchers/Equals.html index cc9896e7..40ac8302 100644 --- a/docs/Mocha/ParameterMatchers/Equals.html +++ b/docs/Mocha/ParameterMatchers/Equals.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/EquivalentUri.html b/docs/Mocha/ParameterMatchers/EquivalentUri.html index 14a2ba71..57371879 100644 --- a/docs/Mocha/ParameterMatchers/EquivalentUri.html +++ b/docs/Mocha/ParameterMatchers/EquivalentUri.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasEntries.html b/docs/Mocha/ParameterMatchers/HasEntries.html index ef124b31..ceebb1bb 100644 --- a/docs/Mocha/ParameterMatchers/HasEntries.html +++ b/docs/Mocha/ParameterMatchers/HasEntries.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasEntry.html b/docs/Mocha/ParameterMatchers/HasEntry.html index 1671b9bb..a388a9c0 100644 --- a/docs/Mocha/ParameterMatchers/HasEntry.html +++ b/docs/Mocha/ParameterMatchers/HasEntry.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasKey.html b/docs/Mocha/ParameterMatchers/HasKey.html index 6f60e0de..bd8f9511 100644 --- a/docs/Mocha/ParameterMatchers/HasKey.html +++ b/docs/Mocha/ParameterMatchers/HasKey.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasKeys.html b/docs/Mocha/ParameterMatchers/HasKeys.html index c0face9a..fbf72e94 100644 --- a/docs/Mocha/ParameterMatchers/HasKeys.html +++ b/docs/Mocha/ParameterMatchers/HasKeys.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasValue.html b/docs/Mocha/ParameterMatchers/HasValue.html index fd65ad30..4be76d67 100644 --- a/docs/Mocha/ParameterMatchers/HasValue.html +++ b/docs/Mocha/ParameterMatchers/HasValue.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Includes.html b/docs/Mocha/ParameterMatchers/Includes.html index 6bfc32dc..803854c5 100644 --- a/docs/Mocha/ParameterMatchers/Includes.html +++ b/docs/Mocha/ParameterMatchers/Includes.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/InstanceOf.html b/docs/Mocha/ParameterMatchers/InstanceOf.html index 637fdbeb..9d12a9de 100644 --- a/docs/Mocha/ParameterMatchers/InstanceOf.html +++ b/docs/Mocha/ParameterMatchers/InstanceOf.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/IsA.html b/docs/Mocha/ParameterMatchers/IsA.html index 213fe2d6..d0c21cb1 100644 --- a/docs/Mocha/ParameterMatchers/IsA.html +++ b/docs/Mocha/ParameterMatchers/IsA.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/KindOf.html b/docs/Mocha/ParameterMatchers/KindOf.html index a129a2e6..f177edb9 100644 --- a/docs/Mocha/ParameterMatchers/KindOf.html +++ b/docs/Mocha/ParameterMatchers/KindOf.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Not.html b/docs/Mocha/ParameterMatchers/Not.html index 334c83f6..3570a58e 100644 --- a/docs/Mocha/ParameterMatchers/Not.html +++ b/docs/Mocha/ParameterMatchers/Not.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Optionally.html b/docs/Mocha/ParameterMatchers/Optionally.html index 634c1a60..6fee35cc 100644 --- a/docs/Mocha/ParameterMatchers/Optionally.html +++ b/docs/Mocha/ParameterMatchers/Optionally.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/RegexpMatches.html b/docs/Mocha/ParameterMatchers/RegexpMatches.html index b4929eb7..fe51dcfd 100644 --- a/docs/Mocha/ParameterMatchers/RegexpMatches.html +++ b/docs/Mocha/ParameterMatchers/RegexpMatches.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/RespondsWith.html b/docs/Mocha/ParameterMatchers/RespondsWith.html index 4a76c63c..9a7d432b 100644 --- a/docs/Mocha/ParameterMatchers/RespondsWith.html +++ b/docs/Mocha/ParameterMatchers/RespondsWith.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/YamlEquivalent.html b/docs/Mocha/ParameterMatchers/YamlEquivalent.html index 7a47608a..6f0e8db3 100644 --- a/docs/Mocha/ParameterMatchers/YamlEquivalent.html +++ b/docs/Mocha/ParameterMatchers/YamlEquivalent.html @@ -135,7 +135,7 @@

Methods inherited from - Generated on Tue Jul 16 12:36:31 2024 by + Generated on Tue Jul 16 12:43:10 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/Sequence.html b/docs/Mocha/Sequence.html index 5f2dc944..4831b22d 100644 --- a/docs/Mocha/Sequence.html +++ b/docs/Mocha/Sequence.html @@ -131,7 +131,7 @@

Overview

diff --git a/docs/Mocha/StateMachine.html b/docs/Mocha/StateMachine.html index f8077192..5f4b85a5 100644 --- a/docs/Mocha/StateMachine.html +++ b/docs/Mocha/StateMachine.html @@ -664,7 +664,7 @@

diff --git a/docs/Mocha/StateMachine/State.html b/docs/Mocha/StateMachine/State.html index 531a4021..b82a0128 100644 --- a/docs/Mocha/StateMachine/State.html +++ b/docs/Mocha/StateMachine/State.html @@ -130,7 +130,7 @@

Overview

diff --git a/docs/Mocha/StateMachine/StatePredicate.html b/docs/Mocha/StateMachine/StatePredicate.html index c79c0bc6..c77bbe3b 100644 --- a/docs/Mocha/StateMachine/StatePredicate.html +++ b/docs/Mocha/StateMachine/StatePredicate.html @@ -126,7 +126,7 @@

Direct Known Subclasses

diff --git a/docs/Mocha/StubbingError.html b/docs/Mocha/StubbingError.html index 5e04271a..84ddf99b 100644 --- a/docs/Mocha/StubbingError.html +++ b/docs/Mocha/StubbingError.html @@ -132,7 +132,7 @@

Overview

diff --git a/docs/_index.html b/docs/_index.html index dc918958..60a4cad4 100644 --- a/docs/_index.html +++ b/docs/_index.html @@ -508,7 +508,7 @@

Namespace Listing A-Z

diff --git a/docs/file.COPYING.html b/docs/file.COPYING.html index 50b87c4a..4ec0c35f 100644 --- a/docs/file.COPYING.html +++ b/docs/file.COPYING.html @@ -63,7 +63,7 @@ diff --git a/docs/file.MIT-LICENSE.html b/docs/file.MIT-LICENSE.html index c71e9b55..48ef6842 100644 --- a/docs/file.MIT-LICENSE.html +++ b/docs/file.MIT-LICENSE.html @@ -67,7 +67,7 @@ diff --git a/docs/file.README.html b/docs/file.README.html index abbd20f5..24bf8899 100644 --- a/docs/file.README.html +++ b/docs/file.README.html @@ -436,7 +436,7 @@

License

diff --git a/docs/file.RELEASE.html b/docs/file.RELEASE.html index 4811268e..ee6bf1f2 100644 --- a/docs/file.RELEASE.html +++ b/docs/file.RELEASE.html @@ -64,7 +64,7 @@

2.4.1

External changes

    -
  • Fix regression in matchers when used with keyword arguments (#648, #655) - thanks to @ElvinEfendi for reporting
  • +
  • Fix regression in matchers when used with keyword arguments (#654 & #655) - thanks to @ElvinEfendi for reporting

Internal changes

@@ -1308,7 +1308,7 @@

0.1.1

diff --git a/docs/index.html b/docs/index.html index a77fdf5c..c81ecd00 100644 --- a/docs/index.html +++ b/docs/index.html @@ -436,7 +436,7 @@

License

diff --git a/docs/top-level-namespace.html b/docs/top-level-namespace.html index 8384cebb..f27f1d47 100644 --- a/docs/top-level-namespace.html +++ b/docs/top-level-namespace.html @@ -100,7 +100,7 @@

Defined Under Namespace