Skip to content

Commit

Permalink
[v13.2.1] Update docs and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Feb 25, 2024
1 parent 0a14466 commit efe11bb
Show file tree
Hide file tree
Showing 158 changed files with 1,491 additions and 318 deletions.
2 changes: 1 addition & 1 deletion Nimble.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimble"
s.version = "13.2.0"
s.version = "13.2.1"
s.summary = "A Matcher Framework for Swift and Objective-C"
s.description = <<-DESC
Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1697,7 +1703,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/AssertionDispatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AssertionDispatcher Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="../index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1280,7 +1286,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/AssertionRecorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AssertionRecorder Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="../index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1306,7 +1312,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/CurrentTestCaseTracker.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="CurrentTestCaseTracker Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="../index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1305,7 +1311,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/FailureMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="FailureMessage Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="../index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1496,7 +1502,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/NMBExpectation.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBExpectation Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="../index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1866,7 +1872,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/NMBExpectationMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBExpectationMessage Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="../index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1492,7 +1498,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/NMBMatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBMatcher Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="../index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1989,7 +1995,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/NMBMatcherResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBMatcherResult Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 13.1.2 Docs</a> (52% documented)</p>
<p><a href="../index.html">Nimble 13.2.1 Docs</a> (52% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Nimble"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -851,6 +851,12 @@
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble9haveCountyAA7MatcherVyxGSiSlRzlF">haveCount(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA12AsyncMatcherVyxGq_xYaKc_q0_t5ValueQy0_Rs_AA09AsyncableD0R0_r1_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble3mapyAA7MatcherVyxGq_xKc_ADyq_Gtr0_lF">map(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Nimble5matchyAA7MatcherVySSGSSSgF">match(_:)</a>
</li>
Expand Down Expand Up @@ -1357,7 +1363,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-01-04)</p>
<p>&copy; 2024 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2024-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit efe11bb

Please sign in to comment.