From 25ed0e59107ea584154f94e77b128af556b7f9a2 Mon Sep 17 00:00:00 2001 From: James Mead Date: Thu, 27 Jul 2023 11:48:07 +0100 Subject: [PATCH] [skip ci] Update documentation for v2.1.0 --- docs/Mocha.html | 6 ++--- docs/Mocha/API.html | 6 ++--- docs/Mocha/ClassMethods.html | 6 ++--- docs/Mocha/Configuration.html | 6 ++--- docs/Mocha/Expectation.html | 6 ++--- docs/Mocha/ExpectationError.html | 6 ++--- docs/Mocha/ExpectationErrorFactory.html | 6 ++--- docs/Mocha/Hooks.html | 6 ++--- docs/Mocha/Integration.html | 6 ++--- docs/Mocha/Integration/MiniTest.html | 6 ++--- docs/Mocha/Integration/MiniTest/Adapter.html | 6 ++--- docs/Mocha/Integration/TestUnit.html | 6 ++--- docs/Mocha/Integration/TestUnit/Adapter.html | 6 ++--- docs/Mocha/Mock.html | 6 ++--- docs/Mocha/ObjectMethods.html | 6 ++--- docs/Mocha/ParameterMatchers.html | 6 ++--- docs/Mocha/ParameterMatchers/AllOf.html | 6 ++--- docs/Mocha/ParameterMatchers/AnyOf.html | 6 ++--- .../ParameterMatchers/AnyParameters.html | 6 ++--- docs/Mocha/ParameterMatchers/Anything.html | 6 ++--- docs/Mocha/ParameterMatchers/Base.html | 6 ++--- docs/Mocha/ParameterMatchers/Equals.html | 6 ++--- .../ParameterMatchers/EquivalentUri.html | 6 ++--- docs/Mocha/ParameterMatchers/HasEntries.html | 6 ++--- docs/Mocha/ParameterMatchers/HasEntry.html | 6 ++--- docs/Mocha/ParameterMatchers/HasKey.html | 6 ++--- docs/Mocha/ParameterMatchers/HasKeys.html | 6 ++--- docs/Mocha/ParameterMatchers/HasValue.html | 6 ++--- docs/Mocha/ParameterMatchers/Includes.html | 6 ++--- docs/Mocha/ParameterMatchers/InstanceOf.html | 6 ++--- docs/Mocha/ParameterMatchers/IsA.html | 6 ++--- docs/Mocha/ParameterMatchers/KindOf.html | 6 ++--- docs/Mocha/ParameterMatchers/Not.html | 6 ++--- docs/Mocha/ParameterMatchers/Optionally.html | 6 ++--- .../ParameterMatchers/RegexpMatches.html | 6 ++--- .../Mocha/ParameterMatchers/RespondsWith.html | 6 ++--- .../ParameterMatchers/YamlEquivalent.html | 6 ++--- docs/Mocha/Sequence.html | 6 ++--- docs/Mocha/StateMachine.html | 6 ++--- docs/Mocha/StateMachine/State.html | 6 ++--- docs/Mocha/StateMachine/StatePredicate.html | 6 ++--- docs/Mocha/StubbingError.html | 6 ++--- docs/_index.html | 8 +++---- docs/file.COPYING.html | 8 +++---- docs/file.MIT-LICENSE.html | 6 ++--- docs/file.README.html | 8 +++---- docs/file.RELEASE.html | 22 +++++++++++++++---- docs/frames.html | 2 +- docs/index.html | 8 +++---- docs/top-level-namespace.html | 6 ++--- 50 files changed, 167 insertions(+), 153 deletions(-) diff --git a/docs/Mocha.html b/docs/Mocha.html index bfb5f137..076da00c 100644 --- a/docs/Mocha.html +++ b/docs/Mocha.html @@ -6,7 +6,7 @@ Module: Mocha - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -236,9 +236,9 @@

diff --git a/docs/Mocha/API.html b/docs/Mocha/API.html index 3975fab1..14d0b53e 100644 --- a/docs/Mocha/API.html +++ b/docs/Mocha/API.html @@ -6,7 +6,7 @@ Module: Mocha::API - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -1163,9 +1163,9 @@

diff --git a/docs/Mocha/ClassMethods.html b/docs/Mocha/ClassMethods.html index ca4b40ab..f5dcfc84 100644 --- a/docs/Mocha/ClassMethods.html +++ b/docs/Mocha/ClassMethods.html @@ -6,7 +6,7 @@ Module: Mocha::ClassMethods - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -246,9 +246,9 @@

diff --git a/docs/Mocha/Configuration.html b/docs/Mocha/Configuration.html index 96847feb..93b94df5 100644 --- a/docs/Mocha/Configuration.html +++ b/docs/Mocha/Configuration.html @@ -6,7 +6,7 @@ Class: Mocha::Configuration - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -1085,9 +1085,9 @@

diff --git a/docs/Mocha/Expectation.html b/docs/Mocha/Expectation.html index a48f2ad6..e11d4597 100644 --- a/docs/Mocha/Expectation.html +++ b/docs/Mocha/Expectation.html @@ -6,7 +6,7 @@ Class: Mocha::Expectation - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -2903,9 +2903,9 @@

diff --git a/docs/Mocha/ExpectationError.html b/docs/Mocha/ExpectationError.html index 9f8dcab9..5110a61d 100644 --- a/docs/Mocha/ExpectationError.html +++ b/docs/Mocha/ExpectationError.html @@ -6,7 +6,7 @@ Exception: Mocha::ExpectationError - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -134,9 +134,9 @@

Overview

diff --git a/docs/Mocha/ExpectationErrorFactory.html b/docs/Mocha/ExpectationErrorFactory.html index 4ae8f5de..a43e049d 100644 --- a/docs/Mocha/ExpectationErrorFactory.html +++ b/docs/Mocha/ExpectationErrorFactory.html @@ -6,7 +6,7 @@ Class: Mocha::ExpectationErrorFactory - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -242,9 +242,9 @@

diff --git a/docs/Mocha/Hooks.html b/docs/Mocha/Hooks.html index d39d7303..268803af 100644 --- a/docs/Mocha/Hooks.html +++ b/docs/Mocha/Hooks.html @@ -6,7 +6,7 @@ Module: Mocha::Hooks - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -352,9 +352,9 @@

diff --git a/docs/Mocha/Integration.html b/docs/Mocha/Integration.html index dd7191f9..2659ba5e 100644 --- a/docs/Mocha/Integration.html +++ b/docs/Mocha/Integration.html @@ -6,7 +6,7 @@ Module: Mocha::Integration - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -107,9 +107,9 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/MiniTest.html b/docs/Mocha/Integration/MiniTest.html index 0bccb8fe..a168b8ed 100644 --- a/docs/Mocha/Integration/MiniTest.html +++ b/docs/Mocha/Integration/MiniTest.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::MiniTest - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -105,9 +105,9 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/MiniTest/Adapter.html b/docs/Mocha/Integration/MiniTest/Adapter.html index f5da3baf..c6d3bc9a 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.0.4 + — Mocha 2.1.0 @@ -146,9 +146,9 @@

Methods included from - Generated on Sat Jun 10 12:18:28 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/Integration/TestUnit.html b/docs/Mocha/Integration/TestUnit.html index d3cf22aa..78dee082 100644 --- a/docs/Mocha/Integration/TestUnit.html +++ b/docs/Mocha/Integration/TestUnit.html @@ -6,7 +6,7 @@ Module: Mocha::Integration::TestUnit - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -105,9 +105,9 @@

Defined Under Namespace

diff --git a/docs/Mocha/Integration/TestUnit/Adapter.html b/docs/Mocha/Integration/TestUnit/Adapter.html index c8263696..763a29dd 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.0.4 + — Mocha 2.1.0 @@ -146,9 +146,9 @@

Methods included from - Generated on Sat Jun 10 12:18:28 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/Mock.html b/docs/Mocha/Mock.html index 10f7170a..c52816cd 100644 --- a/docs/Mocha/Mock.html +++ b/docs/Mocha/Mock.html @@ -6,7 +6,7 @@ Class: Mocha::Mock - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -1123,9 +1123,9 @@

diff --git a/docs/Mocha/ObjectMethods.html b/docs/Mocha/ObjectMethods.html index 82b295b4..aaac854d 100644 --- a/docs/Mocha/ObjectMethods.html +++ b/docs/Mocha/ObjectMethods.html @@ -6,7 +6,7 @@ Module: Mocha::ObjectMethods - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -747,9 +747,9 @@

diff --git a/docs/Mocha/ParameterMatchers.html b/docs/Mocha/ParameterMatchers.html index e362bf90..b6a7b5d1 100644 --- a/docs/Mocha/ParameterMatchers.html +++ b/docs/Mocha/ParameterMatchers.html @@ -6,7 +6,7 @@ Module: Mocha::ParameterMatchers - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -3046,9 +3046,9 @@

diff --git a/docs/Mocha/ParameterMatchers/AllOf.html b/docs/Mocha/ParameterMatchers/AllOf.html index 3b39b15a..a98d04a4 100644 --- a/docs/Mocha/ParameterMatchers/AllOf.html +++ b/docs/Mocha/ParameterMatchers/AllOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AllOf - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/AnyOf.html b/docs/Mocha/ParameterMatchers/AnyOf.html index 14f60e82..d525ca55 100644 --- a/docs/Mocha/ParameterMatchers/AnyOf.html +++ b/docs/Mocha/ParameterMatchers/AnyOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AnyOf - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/AnyParameters.html b/docs/Mocha/ParameterMatchers/AnyParameters.html index ca2d90a8..1598310f 100644 --- a/docs/Mocha/ParameterMatchers/AnyParameters.html +++ b/docs/Mocha/ParameterMatchers/AnyParameters.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::AnyParameters - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Anything.html b/docs/Mocha/ParameterMatchers/Anything.html index cc3f50c2..5ea273dd 100644 --- a/docs/Mocha/ParameterMatchers/Anything.html +++ b/docs/Mocha/ParameterMatchers/Anything.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Anything - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Base.html b/docs/Mocha/ParameterMatchers/Base.html index 4303fd4b..0f35b231 100644 --- a/docs/Mocha/ParameterMatchers/Base.html +++ b/docs/Mocha/ParameterMatchers/Base.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Base - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -423,9 +423,9 @@

diff --git a/docs/Mocha/ParameterMatchers/Equals.html b/docs/Mocha/ParameterMatchers/Equals.html index 29a815f2..533ff84c 100644 --- a/docs/Mocha/ParameterMatchers/Equals.html +++ b/docs/Mocha/ParameterMatchers/Equals.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Equals - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/EquivalentUri.html b/docs/Mocha/ParameterMatchers/EquivalentUri.html index 01d44af2..35d47b21 100644 --- a/docs/Mocha/ParameterMatchers/EquivalentUri.html +++ b/docs/Mocha/ParameterMatchers/EquivalentUri.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::EquivalentUri - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasEntries.html b/docs/Mocha/ParameterMatchers/HasEntries.html index 5c605a1a..fe6b0e95 100644 --- a/docs/Mocha/ParameterMatchers/HasEntries.html +++ b/docs/Mocha/ParameterMatchers/HasEntries.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasEntries - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasEntry.html b/docs/Mocha/ParameterMatchers/HasEntry.html index 23afdc87..691ea785 100644 --- a/docs/Mocha/ParameterMatchers/HasEntry.html +++ b/docs/Mocha/ParameterMatchers/HasEntry.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasEntry - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasKey.html b/docs/Mocha/ParameterMatchers/HasKey.html index bda195e8..44a87e22 100644 --- a/docs/Mocha/ParameterMatchers/HasKey.html +++ b/docs/Mocha/ParameterMatchers/HasKey.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasKey - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasKeys.html b/docs/Mocha/ParameterMatchers/HasKeys.html index 21502e09..3d8db168 100644 --- a/docs/Mocha/ParameterMatchers/HasKeys.html +++ b/docs/Mocha/ParameterMatchers/HasKeys.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasKeys - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/HasValue.html b/docs/Mocha/ParameterMatchers/HasValue.html index c19c15bf..c573871e 100644 --- a/docs/Mocha/ParameterMatchers/HasValue.html +++ b/docs/Mocha/ParameterMatchers/HasValue.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::HasValue - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Includes.html b/docs/Mocha/ParameterMatchers/Includes.html index f88553da..651fba57 100644 --- a/docs/Mocha/ParameterMatchers/Includes.html +++ b/docs/Mocha/ParameterMatchers/Includes.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Includes - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/InstanceOf.html b/docs/Mocha/ParameterMatchers/InstanceOf.html index 82243cc6..44535b83 100644 --- a/docs/Mocha/ParameterMatchers/InstanceOf.html +++ b/docs/Mocha/ParameterMatchers/InstanceOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::InstanceOf - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/IsA.html b/docs/Mocha/ParameterMatchers/IsA.html index a3d9f989..972f1f26 100644 --- a/docs/Mocha/ParameterMatchers/IsA.html +++ b/docs/Mocha/ParameterMatchers/IsA.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::IsA - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/KindOf.html b/docs/Mocha/ParameterMatchers/KindOf.html index dfe20c81..0633bf3c 100644 --- a/docs/Mocha/ParameterMatchers/KindOf.html +++ b/docs/Mocha/ParameterMatchers/KindOf.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::KindOf - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Not.html b/docs/Mocha/ParameterMatchers/Not.html index 0f078cc3..25e27b08 100644 --- a/docs/Mocha/ParameterMatchers/Not.html +++ b/docs/Mocha/ParameterMatchers/Not.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Not - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/Optionally.html b/docs/Mocha/ParameterMatchers/Optionally.html index 039e2d38..eea1075b 100644 --- a/docs/Mocha/ParameterMatchers/Optionally.html +++ b/docs/Mocha/ParameterMatchers/Optionally.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::Optionally - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/RegexpMatches.html b/docs/Mocha/ParameterMatchers/RegexpMatches.html index 2f24cec9..e49e9d17 100644 --- a/docs/Mocha/ParameterMatchers/RegexpMatches.html +++ b/docs/Mocha/ParameterMatchers/RegexpMatches.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::RegexpMatches - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/RespondsWith.html b/docs/Mocha/ParameterMatchers/RespondsWith.html index aa7976c1..fb643292 100644 --- a/docs/Mocha/ParameterMatchers/RespondsWith.html +++ b/docs/Mocha/ParameterMatchers/RespondsWith.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::RespondsWith - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/ParameterMatchers/YamlEquivalent.html b/docs/Mocha/ParameterMatchers/YamlEquivalent.html index c1a3a09e..788472ad 100644 --- a/docs/Mocha/ParameterMatchers/YamlEquivalent.html +++ b/docs/Mocha/ParameterMatchers/YamlEquivalent.html @@ -6,7 +6,7 @@ Class: Mocha::ParameterMatchers::YamlEquivalent - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -135,9 +135,9 @@

Methods inherited from - Generated on Sat Jun 10 12:18:29 2023 by + Generated on Thu Jul 27 11:47:44 2023 by yard - 0.9.28 (ruby-3.2.0). + 0.9.34 (ruby-3.2.0). diff --git a/docs/Mocha/Sequence.html b/docs/Mocha/Sequence.html index b51770d4..ac285628 100644 --- a/docs/Mocha/Sequence.html +++ b/docs/Mocha/Sequence.html @@ -6,7 +6,7 @@ Class: Mocha::Sequence - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -131,9 +131,9 @@

Overview

diff --git a/docs/Mocha/StateMachine.html b/docs/Mocha/StateMachine.html index 3f69681e..f15b095f 100644 --- a/docs/Mocha/StateMachine.html +++ b/docs/Mocha/StateMachine.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -664,9 +664,9 @@

diff --git a/docs/Mocha/StateMachine/State.html b/docs/Mocha/StateMachine/State.html index bd67c2c9..e7a3e5e3 100644 --- a/docs/Mocha/StateMachine/State.html +++ b/docs/Mocha/StateMachine/State.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine::State - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -130,9 +130,9 @@

Overview

diff --git a/docs/Mocha/StateMachine/StatePredicate.html b/docs/Mocha/StateMachine/StatePredicate.html index 77a8949a..376419f3 100644 --- a/docs/Mocha/StateMachine/StatePredicate.html +++ b/docs/Mocha/StateMachine/StatePredicate.html @@ -6,7 +6,7 @@ Class: Mocha::StateMachine::StatePredicate - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -126,9 +126,9 @@

Direct Known Subclasses

diff --git a/docs/Mocha/StubbingError.html b/docs/Mocha/StubbingError.html index eae7933a..d78eedda 100644 --- a/docs/Mocha/StubbingError.html +++ b/docs/Mocha/StubbingError.html @@ -6,7 +6,7 @@ Class: Mocha::StubbingError - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -132,9 +132,9 @@

Overview

diff --git a/docs/_index.html b/docs/_index.html index a25cd19c..4ad6b117 100644 --- a/docs/_index.html +++ b/docs/_index.html @@ -4,7 +4,7 @@ - Mocha 2.0.4 + Mocha 2.1.0 @@ -52,7 +52,7 @@
-

Mocha 2.0.4

+

Mocha 2.1.0

Alphabetic Index

@@ -508,9 +508,9 @@

Namespace Listing A-Z

diff --git a/docs/file.COPYING.html b/docs/file.COPYING.html index 190691cf..f5e819b2 100644 --- a/docs/file.COPYING.html +++ b/docs/file.COPYING.html @@ -6,7 +6,7 @@ File: COPYING - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -59,13 +59,13 @@

Copyright James Mead 2006

-

You may use, copy and redistribute this library under the same terms as Ruby itself or under the MIT license.

+

You may use, copy and redistribute this library under the same terms as Ruby itself or under the MIT license.

diff --git a/docs/file.MIT-LICENSE.html b/docs/file.MIT-LICENSE.html index ec14adde..bae274ae 100644 --- a/docs/file.MIT-LICENSE.html +++ b/docs/file.MIT-LICENSE.html @@ -6,7 +6,7 @@ File: MIT-LICENSE - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -67,9 +67,9 @@ diff --git a/docs/file.README.html b/docs/file.README.html index d22f8207..9ced0944 100644 --- a/docs/file.README.html +++ b/docs/file.README.html @@ -6,7 +6,7 @@ File: README - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -432,13 +432,13 @@

License

© Copyright James Mead 2006

-

You may use, copy and redistribute this library under the same terms as Ruby itself or under the MIT license.

+

You may use, copy and redistribute this library under the same terms as Ruby itself or under the MIT license.

diff --git a/docs/file.RELEASE.html b/docs/file.RELEASE.html index 4645ed92..01507c9d 100644 --- a/docs/file.RELEASE.html +++ b/docs/file.RELEASE.html @@ -6,7 +6,7 @@ File: RELEASE - — Mocha 2.0.4 + — Mocha 2.1.0 @@ -59,12 +59,26 @@

Release Notes

+

2.1.0

+ +

External changes

+ +
    +
  • Fix compatibility with Minitest (#614) - thanks to @kyrofa & @manewitz for reporting and to @zenspider for his input
  • +
+ +

Internal changes

+ +
    +
  • Update URLs for links to Ruby & MIT licenses (d6470af4)
  • +
+

2.0.4

Internal changes

    -
  • Update README.md
  • +
  • Update README.md (e8c21e1b)

2.0.3

@@ -1232,9 +1246,9 @@

0.1.1

diff --git a/docs/frames.html b/docs/frames.html index 67782ff6..74fb3a84 100644 --- a/docs/frames.html +++ b/docs/frames.html @@ -2,7 +2,7 @@ - Mocha 2.0.4 + Mocha 2.1.0