Skip to content

Commit

Permalink
Update docs & podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Apr 4, 2023
1 parent 1454547 commit eb5e3d7
Show file tree
Hide file tree
Showing 144 changed files with 735 additions and 735 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 = "11.2.1"
s.version = "11.2.2"
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
6 changes: 3 additions & 3 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 11.2.0 Docs</a> (45% documented)</p>
<p><a href="index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -943,7 +943,7 @@ <h1>Classes</h1>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span><span class="p">(</span><span class="kt">BadInstructionException</span><span class="p">)</span>
<pre class="highlight swift"><code><span class="kd">@objc(BadInstructionException)</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">BadInstructionException</span> <span class="p">:</span> <span class="kt">NSException</span></code></pre>

</div>
Expand Down Expand Up @@ -1379,7 +1379,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 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 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -992,7 +992,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 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 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -1018,7 +1018,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/BadInstructionException.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BadInstructionException Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -919,7 +919,7 @@ <h1>BadInstructionException</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">@objc</span><span class="p">(</span><span class="kt">BadInstructionException</span><span class="p">)</span>
<pre class="highlight swift"><code><span class="kd">@objc(BadInstructionException)</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">BadInstructionException</span> <span class="p">:</span> <span class="kt">NSException</span></code></pre>

</div>
Expand Down Expand Up @@ -977,7 +977,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span><span class="p">(</span><span class="nv">receiveReply</span><span class="p">:)</span>
<pre class="highlight swift"><code><span class="kd">@objc(receiveReply:)</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kd">func</span> <span class="nf">receiveReply</span><span class="p">(</span><span class="n">_</span> <span class="nv">reply</span><span class="p">:</span> <span class="n">bad_instruction_exception_reply_t</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">CInt</span></code></pre>

</div>
Expand All @@ -990,7 +990,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 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 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -1208,7 +1208,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 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 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -1578,7 +1578,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 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 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -1204,7 +1204,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/NMBObjCBeCloseToPredicate.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBObjCBeCloseToPredicate Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -962,7 +962,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/NMBObjCRaiseExceptionPredicate.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBObjCRaiseExceptionPredicate Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -1046,7 +1046,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/NMBPredicate.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBPredicate Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -1674,7 +1674,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/NMBPredicateResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBPredicateResult Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -1069,7 +1069,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/NMBPredicateStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBPredicateStatus Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -1150,7 +1150,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/NMBStringer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="NMBStringer Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Nimble 11.2.0 Docs</a> (45% documented)</p>
<p><a href="../index.html">Nimble 11.2.2 Docs</a> (45% 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 @@ -963,7 +963,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2022-11-17)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Nimble" target="_blank" rel="external noopener">Nimble Contributors</a>. All rights reserved. (Last updated: 2023-04-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</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 eb5e3d7

Please sign in to comment.