From 9f917f80634b90610424d2f12ed5ed8481eb0f6a Mon Sep 17 00:00:00 2001 From: James Mead Date: Tue, 23 Jul 2024 12:43:22 +0100 Subject: [PATCH] [skip ci] Update documentation for v2.4.4 --- docs/Mocha.html | 4 ++-- docs/Mocha/API.html | 4 ++-- docs/Mocha/ClassMethods.html | 4 ++-- docs/Mocha/Configuration.html | 4 ++-- docs/Mocha/Expectation.html | 4 ++-- docs/Mocha/ExpectationError.html | 4 ++-- docs/Mocha/ExpectationErrorFactory.html | 4 ++-- docs/Mocha/Hooks.html | 4 ++-- docs/Mocha/Integration.html | 4 ++-- docs/Mocha/Integration/MiniTest.html | 4 ++-- docs/Mocha/Integration/MiniTest/Adapter.html | 4 ++-- docs/Mocha/Integration/TestUnit.html | 4 ++-- docs/Mocha/Integration/TestUnit/Adapter.html | 4 ++-- docs/Mocha/Mock.html | 4 ++-- docs/Mocha/ObjectMethods.html | 4 ++-- docs/Mocha/ParameterMatchers.html | 4 ++-- docs/Mocha/ParameterMatchers/AllOf.html | 4 ++-- docs/Mocha/ParameterMatchers/AnyOf.html | 4 ++-- docs/Mocha/ParameterMatchers/AnyParameters.html | 4 ++-- docs/Mocha/ParameterMatchers/Anything.html | 4 ++-- docs/Mocha/ParameterMatchers/Base.html | 4 ++-- docs/Mocha/ParameterMatchers/Equals.html | 4 ++-- docs/Mocha/ParameterMatchers/EquivalentUri.html | 4 ++-- docs/Mocha/ParameterMatchers/HasEntries.html | 4 ++-- docs/Mocha/ParameterMatchers/HasEntry.html | 4 ++-- docs/Mocha/ParameterMatchers/HasKey.html | 4 ++-- docs/Mocha/ParameterMatchers/HasKeys.html | 4 ++-- docs/Mocha/ParameterMatchers/HasValue.html | 4 ++-- docs/Mocha/ParameterMatchers/Includes.html | 4 ++-- docs/Mocha/ParameterMatchers/InstanceOf.html | 4 ++-- docs/Mocha/ParameterMatchers/IsA.html | 4 ++-- docs/Mocha/ParameterMatchers/KindOf.html | 4 ++-- docs/Mocha/ParameterMatchers/Not.html | 4 ++-- docs/Mocha/ParameterMatchers/Optionally.html | 4 ++-- docs/Mocha/ParameterMatchers/RegexpMatches.html | 4 ++-- docs/Mocha/ParameterMatchers/RespondsWith.html | 4 ++-- docs/Mocha/ParameterMatchers/YamlEquivalent.html | 4 ++-- docs/Mocha/Sequence.html | 4 ++-- docs/Mocha/StateMachine.html | 4 ++-- docs/Mocha/StateMachine/State.html | 4 ++-- docs/Mocha/StateMachine/StatePredicate.html | 4 ++-- docs/Mocha/StubbingError.html | 4 ++-- docs/_index.html | 6 +++--- docs/file.COPYING.html | 4 ++-- docs/file.MIT-LICENSE.html | 4 ++-- docs/file.README.html | 4 ++-- docs/file.RELEASE.html | 14 +++++++++++--- docs/frames.html | 2 +- docs/index.html | 4 ++-- docs/top-level-namespace.html | 4 ++-- 50 files changed, 109 insertions(+), 101 deletions(-) diff --git a/docs/Mocha.html b/docs/Mocha.html index db36af4b..3d80b2d0 100644 --- a/docs/Mocha.html +++ b/docs/Mocha.html @@ -6,7 +6,7 @@ Module: Mocha - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -236,7 +236,7 @@

diff --git a/docs/Mocha/API.html b/docs/Mocha/API.html index 42c11420..1b82c26c 100644 --- a/docs/Mocha/API.html +++ b/docs/Mocha/API.html @@ -6,7 +6,7 @@ Module: Mocha::API - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -1247,7 +1247,7 @@

diff --git a/docs/Mocha/ClassMethods.html b/docs/Mocha/ClassMethods.html index 78b06a2e..a015d70c 100644 --- a/docs/Mocha/ClassMethods.html +++ b/docs/Mocha/ClassMethods.html @@ -6,7 +6,7 @@ Module: Mocha::ClassMethods - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -246,7 +246,7 @@

diff --git a/docs/Mocha/Configuration.html b/docs/Mocha/Configuration.html index 5e0cd02c..a1ce8e2c 100644 --- a/docs/Mocha/Configuration.html +++ b/docs/Mocha/Configuration.html @@ -6,7 +6,7 @@ Class: Mocha::Configuration - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -1085,7 +1085,7 @@

diff --git a/docs/Mocha/Expectation.html b/docs/Mocha/Expectation.html index 0815cc9e..4f22a2fa 100644 --- a/docs/Mocha/Expectation.html +++ b/docs/Mocha/Expectation.html @@ -6,7 +6,7 @@ Class: Mocha::Expectation - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -2903,7 +2903,7 @@

diff --git a/docs/Mocha/ExpectationError.html b/docs/Mocha/ExpectationError.html index 50c8251b..02bd5fe0 100644 --- a/docs/Mocha/ExpectationError.html +++ b/docs/Mocha/ExpectationError.html @@ -6,7 +6,7 @@ Exception: Mocha::ExpectationError - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -134,7 +134,7 @@

Overview

diff --git a/docs/Mocha/ExpectationErrorFactory.html b/docs/Mocha/ExpectationErrorFactory.html index 62ef32f3..cd437054 100644 --- a/docs/Mocha/ExpectationErrorFactory.html +++ b/docs/Mocha/ExpectationErrorFactory.html @@ -6,7 +6,7 @@ Class: Mocha::ExpectationErrorFactory - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -242,7 +242,7 @@

diff --git a/docs/Mocha/Hooks.html b/docs/Mocha/Hooks.html index f4d527a6..c5425b52 100644 --- a/docs/Mocha/Hooks.html +++ b/docs/Mocha/Hooks.html @@ -6,7 +6,7 @@ Module: Mocha::Hooks - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -417,7 +417,7 @@

diff --git a/docs/Mocha/Integration.html b/docs/Mocha/Integration.html index 574d5675..2117971f 100644 --- a/docs/Mocha/Integration.html +++ b/docs/Mocha/Integration.html @@ -6,7 +6,7 @@ Module: Mocha::Integration - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -107,7 +107,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/MiniTest.html b/docs/Mocha/Integration/MiniTest.html index beddea95..8382db2c 100644 --- a/docs/Mocha/Integration/MiniTest.html +++ b/docs/Mocha/Integration/MiniTest.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::Minitest - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -105,7 +105,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/MiniTest/Adapter.html b/docs/Mocha/Integration/MiniTest/Adapter.html index 67b66da9..a273492c 100644 --- a/docs/Mocha/Integration/MiniTest/Adapter.html +++ b/docs/Mocha/Integration/MiniTest/Adapter.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::Minitest::Adapter - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -146,7 +146,7 @@

Methods included from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:06 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 5876e72b..b3d515d7 100644 --- a/docs/Mocha/Integration/TestUnit.html +++ b/docs/Mocha/Integration/TestUnit.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::TestUnit - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -105,7 +105,7 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/TestUnit/Adapter.html b/docs/Mocha/Integration/TestUnit/Adapter.html index d072de84..440c7f7b 100644 --- a/docs/Mocha/Integration/TestUnit/Adapter.html +++ b/docs/Mocha/Integration/TestUnit/Adapter.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::TestUnit::Adapter - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -146,7 +146,7 @@

Methods included from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:06 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/Mock.html b/docs/Mocha/Mock.html index 568289c8..1220ecd0 100644 --- a/docs/Mocha/Mock.html +++ b/docs/Mocha/Mock.html @@ -6,7 +6,7 @@ Class: Mocha::Mock - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -1116,7 +1116,7 @@

diff --git a/docs/Mocha/ObjectMethods.html b/docs/Mocha/ObjectMethods.html index 554fa14c..f23e1a8a 100644 --- a/docs/Mocha/ObjectMethods.html +++ b/docs/Mocha/ObjectMethods.html @@ -6,7 +6,7 @@ Module: Mocha::ObjectMethods - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -747,7 +747,7 @@

diff --git a/docs/Mocha/ParameterMatchers.html b/docs/Mocha/ParameterMatchers.html index d965e2ba..03bc5a33 100644 --- a/docs/Mocha/ParameterMatchers.html +++ b/docs/Mocha/ParameterMatchers.html @@ -6,7 +6,7 @@ Module: Mocha::ParameterMatchers - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -3167,7 +3167,7 @@

diff --git a/docs/Mocha/ParameterMatchers/AllOf.html b/docs/Mocha/ParameterMatchers/AllOf.html index 119b57a4..f9c4303c 100644 --- a/docs/Mocha/ParameterMatchers/AllOf.html +++ b/docs/Mocha/ParameterMatchers/AllOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AllOf - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 5e4b51f7..888c1576 100644 --- a/docs/Mocha/ParameterMatchers/AnyOf.html +++ b/docs/Mocha/ParameterMatchers/AnyOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AnyOf - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 5a2991b0..00f343df 100644 --- a/docs/Mocha/ParameterMatchers/AnyParameters.html +++ b/docs/Mocha/ParameterMatchers/AnyParameters.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AnyParameters - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 9b7578c4..02084c99 100644 --- a/docs/Mocha/ParameterMatchers/Anything.html +++ b/docs/Mocha/ParameterMatchers/Anything.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Anything - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 cf2ea5a3..53048f0b 100644 --- a/docs/Mocha/ParameterMatchers/Base.html +++ b/docs/Mocha/ParameterMatchers/Base.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Base - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -423,7 +423,7 @@

diff --git a/docs/Mocha/ParameterMatchers/Equals.html b/docs/Mocha/ParameterMatchers/Equals.html index a8221245..0f321fb8 100644 --- a/docs/Mocha/ParameterMatchers/Equals.html +++ b/docs/Mocha/ParameterMatchers/Equals.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Equals - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 2996e517..efb0241b 100644 --- a/docs/Mocha/ParameterMatchers/EquivalentUri.html +++ b/docs/Mocha/ParameterMatchers/EquivalentUri.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::EquivalentUri - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 d4a89843..96c5eefa 100644 --- a/docs/Mocha/ParameterMatchers/HasEntries.html +++ b/docs/Mocha/ParameterMatchers/HasEntries.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasEntries - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 d35781ba..465c1eeb 100644 --- a/docs/Mocha/ParameterMatchers/HasEntry.html +++ b/docs/Mocha/ParameterMatchers/HasEntry.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasEntry - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 e593c65a..9f3d1486 100644 --- a/docs/Mocha/ParameterMatchers/HasKey.html +++ b/docs/Mocha/ParameterMatchers/HasKey.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasKey - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 be7700a6..98ababfc 100644 --- a/docs/Mocha/ParameterMatchers/HasKeys.html +++ b/docs/Mocha/ParameterMatchers/HasKeys.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasKeys - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 bc7534cf..5b8c5c92 100644 --- a/docs/Mocha/ParameterMatchers/HasValue.html +++ b/docs/Mocha/ParameterMatchers/HasValue.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasValue - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 90db0b4a..e316a3d1 100644 --- a/docs/Mocha/ParameterMatchers/Includes.html +++ b/docs/Mocha/ParameterMatchers/Includes.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Includes - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 d1c238c3..2326637f 100644 --- a/docs/Mocha/ParameterMatchers/InstanceOf.html +++ b/docs/Mocha/ParameterMatchers/InstanceOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::InstanceOf - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 80c9c702..533f34c4 100644 --- a/docs/Mocha/ParameterMatchers/IsA.html +++ b/docs/Mocha/ParameterMatchers/IsA.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::IsA - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 26e37ca7..c208f661 100644 --- a/docs/Mocha/ParameterMatchers/KindOf.html +++ b/docs/Mocha/ParameterMatchers/KindOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::KindOf - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 db79a8a1..1e481bba 100644 --- a/docs/Mocha/ParameterMatchers/Not.html +++ b/docs/Mocha/ParameterMatchers/Not.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Not - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:06 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 5ef84e41..1bbcbbb1 100644 --- a/docs/Mocha/ParameterMatchers/Optionally.html +++ b/docs/Mocha/ParameterMatchers/Optionally.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Optionally - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 5b1b5c39..8477660a 100644 --- a/docs/Mocha/ParameterMatchers/RegexpMatches.html +++ b/docs/Mocha/ParameterMatchers/RegexpMatches.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::RegexpMatches - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 c4ebb9bb..3dc8d006 100644 --- a/docs/Mocha/ParameterMatchers/RespondsWith.html +++ b/docs/Mocha/ParameterMatchers/RespondsWith.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::RespondsWith - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 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 bfd0e154..5489bd30 100644 --- a/docs/Mocha/ParameterMatchers/YamlEquivalent.html +++ b/docs/Mocha/ParameterMatchers/YamlEquivalent.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::YamlEquivalent - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -135,7 +135,7 @@

Methods inherited from - Generated on Mon Jul 22 13:14:52 2024 by + Generated on Tue Jul 23 12:43:07 2024 by yard 0.9.36 (ruby-3.2.0). diff --git a/docs/Mocha/Sequence.html b/docs/Mocha/Sequence.html index e7686184..3ec1e0bc 100644 --- a/docs/Mocha/Sequence.html +++ b/docs/Mocha/Sequence.html @@ -6,7 +6,7 @@ Class: Mocha::Sequence - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -131,7 +131,7 @@

Overview

diff --git a/docs/Mocha/StateMachine.html b/docs/Mocha/StateMachine.html index 288a0b04..8ad9264f 100644 --- a/docs/Mocha/StateMachine.html +++ b/docs/Mocha/StateMachine.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -664,7 +664,7 @@

diff --git a/docs/Mocha/StateMachine/State.html b/docs/Mocha/StateMachine/State.html index 02118045..caaa6dcd 100644 --- a/docs/Mocha/StateMachine/State.html +++ b/docs/Mocha/StateMachine/State.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine::State - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -130,7 +130,7 @@

Overview

diff --git a/docs/Mocha/StateMachine/StatePredicate.html b/docs/Mocha/StateMachine/StatePredicate.html index 57ed7685..fb3f89cf 100644 --- a/docs/Mocha/StateMachine/StatePredicate.html +++ b/docs/Mocha/StateMachine/StatePredicate.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine::StatePredicate - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -126,7 +126,7 @@

Direct Known Subclasses

diff --git a/docs/Mocha/StubbingError.html b/docs/Mocha/StubbingError.html index 3ced496f..7d97e38c 100644 --- a/docs/Mocha/StubbingError.html +++ b/docs/Mocha/StubbingError.html @@ -6,7 +6,7 @@ Class: Mocha::StubbingError - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -132,7 +132,7 @@

Overview

diff --git a/docs/_index.html b/docs/_index.html index 9024fd4a..2c4aac2a 100644 --- a/docs/_index.html +++ b/docs/_index.html @@ -4,7 +4,7 @@ - Mocha 2.4.3 + Mocha 2.4.4 @@ -52,7 +52,7 @@
-

Mocha 2.4.3

+

Mocha 2.4.4

Alphabetic Index

@@ -508,7 +508,7 @@

Namespace Listing A-Z

diff --git a/docs/file.COPYING.html b/docs/file.COPYING.html index 453f5ffa..7cae9eb1 100644 --- a/docs/file.COPYING.html +++ b/docs/file.COPYING.html @@ -6,7 +6,7 @@ File: COPYING - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -63,7 +63,7 @@
diff --git a/docs/file.MIT-LICENSE.html b/docs/file.MIT-LICENSE.html index 537e9e3d..31523d2e 100644 --- a/docs/file.MIT-LICENSE.html +++ b/docs/file.MIT-LICENSE.html @@ -6,7 +6,7 @@ File: MIT-LICENSE - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -67,7 +67,7 @@ diff --git a/docs/file.README.html b/docs/file.README.html index fd6b6af2..5d45bd72 100644 --- a/docs/file.README.html +++ b/docs/file.README.html @@ -6,7 +6,7 @@ File: README - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -436,7 +436,7 @@

License

diff --git a/docs/file.RELEASE.html b/docs/file.RELEASE.html index f20e7510..dcc47e53 100644 --- a/docs/file.RELEASE.html +++ b/docs/file.RELEASE.html @@ -6,7 +6,7 @@ File: RELEASE - — Mocha 2.4.3 + — Mocha 2.4.4 @@ -59,12 +59,20 @@

Release Notes

+

2.4.4

+ +

External changes

+ +
    +
  • Fix regression when method expecting Hash parameter or keyword arguments is invoked with no arguments (#662, #663) - thanks to @vlad-pisanov for reporting
  • +
+

2.4.3

External changes

    -
  • Fix regression when matching Hash parameter or keyword arguments (#657, #660) - thanks to @josesei for reporting and testing
  • +
  • Fix regression when matching Hash parameter or keyword arguments (#657, #660) - thanks to @josesei for reporting and testing

2.4.2

@@ -1324,7 +1332,7 @@

0.1.1

diff --git a/docs/frames.html b/docs/frames.html index e19b61c8..dce17b0c 100644 --- a/docs/frames.html +++ b/docs/frames.html @@ -2,7 +2,7 @@ - Mocha 2.4.3 + Mocha 2.4.4