Skip to content

Commit

Permalink
Update docs and versions for 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorichard committed Feb 11, 2022
1 parent e5520e9 commit ca72a64
Show file tree
Hide file tree
Showing 93 changed files with 1,452 additions and 820 deletions.
4 changes: 2 additions & 2 deletions Genything.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Genything'
s.version = '0.0.3'
s.version = '0.0.4'
s.license = { :type => 'CUSTOM', :file => 'LICENSE' }
s.homepage = 'https://github.com/justeattakeaway/Genything'
s.authors = { 'SkipTheDishes Restaurant Services Inc.' => '[email protected]' }
s.summary = 'Generate anything!'
s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.3' }
s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.4' }

s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
Expand Down
6 changes: 3 additions & 3 deletions GenythingTest.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'GenythingTest'
s.version = '0.0.3'
s.version = '0.0.4'
s.license = { :type => 'CUSTOM', :file => 'LICENSE' }
s.homepage = 'https://github.com/justeattakeaway/Genything'
s.authors = { 'SkipTheDishes Restaurant Services Inc.' => '[email protected]' }
s.summary = 'Generate anything!'
s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.3' }
s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.4' }

s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
Expand All @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/GenythingTest/**/*.{swift,h,m}'

s.framework = 'XCTest'
s.dependency 'Genything', '0.0.3'
s.dependency 'Genything', '0.0.4'
end
6 changes: 3 additions & 3 deletions Trickery.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Trickery'
s.version = '0.0.3'
s.version = '0.0.4'
s.license = { :type => 'CUSTOM', :file => 'LICENSE' }
s.homepage = 'https://github.com/justeattakeaway/Genything'
s.authors = { 'SkipTheDishes Restaurant Services Inc.' => '[email protected]' }
s.summary = 'Trick yourself with this fake data.'
s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.3' }
s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.4' }

s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
Expand All @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.source_files = ["Sources/Trickery/**/*.{swift,h,m,c}"]
s.resource_bundle = { 'Trickery' => 'Sources/Trickery/Resources/**/*.{json}' }

s.dependency 'Genything', '0.0.3'
s.dependency 'Genything', '0.0.4'
end
7 changes: 2 additions & 5 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Genything 0.0.3 Docs</a> (100% documented)</p>
<p><a href="index.html">Genything 0.0.4 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/justeattakeaway/Genything"><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 @@ -172,9 +172,6 @@
<li class="nav-group-task">
<a href="Structs/Gen/GenComposer.html">– GenComposer</a>
</li>
<li class="nav-group-task">
<a href="Structs/LCRNG.html">LCRNG</a>
</li>
<li class="nav-group-task">
<a href="Structs/SafeGen.html">SafeGen</a>
</li>
Expand Down Expand Up @@ -232,7 +229,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2021-12-07)</p>
<p>&copy; 2022 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2022-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
45 changes: 39 additions & 6 deletions docs/Classes/Context.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a title="Context Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Genything 0.0.3 Docs</a> (100% documented)</p>
<p><a href="../index.html">Genything 0.0.4 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/justeattakeaway/Genything"><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 @@ -172,9 +172,6 @@
<li class="nav-group-task">
<a href="../Structs/Gen/GenComposer.html">– GenComposer</a>
</li>
<li class="nav-group-task">
<a href="../Structs/LCRNG.html">LCRNG</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SafeGen.html">SafeGen</a>
</li>
Expand Down Expand Up @@ -322,7 +319,7 @@ <h3 class="section-name"><span>Produce</span>
<p>The maximum iterations that producers should run for</p>
<div class="aside aside-see-also">
<p class="aside-title">See also</p>
<code><a href="../Structs/Gen.html#/s:9Genything3GenV4take5count7contextSayxGSiSg_AA7ContextCtF">Gen.take(count:context:)</a></code>
<code>Gen.take(count:context:)</code>

</div><div class="aside aside-see-also">
<p class="aside-title">See also</p>
Expand All @@ -346,6 +343,42 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9Genything7ContextC19edgeCaseProbabilitySdvp"></a>
<a name="//apple_ref/swift/Property/edgeCaseProbability" class="dashAnchor"></a>
<a class="token" href="#/s:9Genything7ContextC19edgeCaseProbabilitySdvp">edgeCaseProbability</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The probability to generate edge cases included by <code>withEdgecases(edgeCases:)</code></p>
<div class="aside aside-note">
<p class="aside-title">Note</p>
<p>The included Arbitrary generators will contain edge cases by default</p>

</div><div class="aside aside-see-also">
<p class="aside-title">See also</p>
<p><code>Gen.withEdgecases(edgeCases:)</code></p>

</div>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">edgeCaseProbability</span><span class="p">:</span> <span class="kt">Double</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
Expand Down Expand Up @@ -516,7 +549,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2021-12-07)</p>
<p>&copy; 2022 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2022-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 deletions docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Genything 0.0.3 Docs</a> (100% documented)</p>
<p><a href="index.html">Genything 0.0.4 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/justeattakeaway/Genything"><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 @@ -172,9 +172,6 @@
<li class="nav-group-task">
<a href="Structs/Gen/GenComposer.html">– GenComposer</a>
</li>
<li class="nav-group-task">
<a href="Structs/LCRNG.html">LCRNG</a>
</li>
<li class="nav-group-task">
<a href="Structs/SafeGen.html">SafeGen</a>
</li>
Expand Down Expand Up @@ -286,7 +283,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2021-12-07)</p>
<p>&copy; 2022 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2022-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
45 changes: 39 additions & 6 deletions docs/Enums/ContextDefaults.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a title="ContextDefaults Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Genything 0.0.3 Docs</a> (100% documented)</p>
<p><a href="../index.html">Genything 0.0.4 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/justeattakeaway/Genything"><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 @@ -172,9 +172,6 @@
<li class="nav-group-task">
<a href="../Structs/Gen/GenComposer.html">– GenComposer</a>
</li>
<li class="nav-group-task">
<a href="../Structs/LCRNG.html">LCRNG</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SafeGen.html">SafeGen</a>
</li>
Expand Down Expand Up @@ -220,7 +217,7 @@ <h1>ContextDefaults</h1>
<p>The default iterations that will be used for operations which consume a generator&rsquo;s values</p>
<div class="aside aside-see-also">
<p class="aside-title">See also</p>
<code><a href="../Structs/Gen.html#/s:9Genything3GenV4take5count7contextSayxGSiSg_AA7ContextCtF">Gen.take(count:context:)</a></code>
<code>Gen.take(count:context:)</code>

</div><div class="aside aside-see-also">
<p class="aside-title">See also</p>
Expand Down Expand Up @@ -280,6 +277,42 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9Genything15ContextDefaultsO19edgeCaseProbabilitySdvpZ"></a>
<a name="//apple_ref/swift/Variable/edgeCaseProbability" class="dashAnchor"></a>
<a class="token" href="#/s:9Genything15ContextDefaultsO19edgeCaseProbabilitySdvpZ">edgeCaseProbability</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The default probability to generate edge cases included by <code>withEdgecases(edgeCases:)</code></p>
<div class="aside aside-note">
<p class="aside-title">Note</p>
<p>The included Arbitrary generators will contain edge cases by default</p>

</div><div class="aside aside-see-also">
<p class="aside-title">See also</p>
<p><code>Gen.withEdgecases(edgeCases:)</code></p>

</div>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">var</span> <span class="nv">edgeCaseProbability</span><span class="p">:</span> <span class="kt">Double</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -339,7 +372,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2021-12-07)</p>
<p>&copy; 2022 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2022-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 deletions docs/Enums/Determinism.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a title="Determinism Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Genything 0.0.3 Docs</a> (100% documented)</p>
<p><a href="../index.html">Genything 0.0.4 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/justeattakeaway/Genything"><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 @@ -172,9 +172,6 @@
<li class="nav-group-task">
<a href="../Structs/Gen/GenComposer.html">– GenComposer</a>
</li>
<li class="nav-group-task">
<a href="../Structs/LCRNG.html">LCRNG</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SafeGen.html">SafeGen</a>
</li>
Expand Down Expand Up @@ -260,7 +257,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2021-12-07)</p>
<p>&copy; 2022 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2022-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 deletions docs/Enums/GenError.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a title="GenError Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Genything 0.0.3 Docs</a> (100% documented)</p>
<p><a href="../index.html">Genything 0.0.4 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/justeattakeaway/Genything"><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 @@ -172,9 +172,6 @@
<li class="nav-group-task">
<a href="../Structs/Gen/GenComposer.html">– GenComposer</a>
</li>
<li class="nav-group-task">
<a href="../Structs/LCRNG.html">LCRNG</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SafeGen.html">SafeGen</a>
</li>
Expand Down Expand Up @@ -231,7 +228,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2021-12-07)</p>
<p>&copy; 2022 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2022-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
7 changes: 2 additions & 5 deletions docs/Extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a title="Extensions Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Genything 0.0.3 Docs</a> (100% documented)</p>
<p><a href="index.html">Genything 0.0.4 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/justeattakeaway/Genything"><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 @@ -172,9 +172,6 @@
<li class="nav-group-task">
<a href="Structs/Gen/GenComposer.html">– GenComposer</a>
</li>
<li class="nav-group-task">
<a href="Structs/LCRNG.html">LCRNG</a>
</li>
<li class="nav-group-task">
<a href="Structs/SafeGen.html">SafeGen</a>
</li>
Expand Down Expand Up @@ -971,7 +968,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2021-12-07)</p>
<p>&copy; 2022 <a class="link" href="https://www.skipthedishes.com" target="_blank" rel="external noopener">SkipTheDishes</a>. All rights reserved. (Last updated: 2022-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</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 ca72a64

Please sign in to comment.