Skip to content

Commit

Permalink
Bumped version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-amichnia committed Sep 1, 2020
1 parent eb8b220 commit d92b770
Show file tree
Hide file tree
Showing 137 changed files with 245 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ author: Przemysław Wośko, Andrzej Michnia
author_url: https://girappe.com
module: SwiftyMocky
sourcekitten_sourcefile: docs.json
module_version: 4.0.0
module_version: 4.0.1
github_url: https://github.com/MakeAWishFoundation/SwiftyMocky
copyright: 'Copyright © 2017 MakeAWishFoundation. All rights reserved.'
readme: guides/Overview.md
Expand Down
2 changes: 1 addition & 1 deletion Mintfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MakeAWishFoundation/[email protected].0
MakeAWishFoundation/[email protected].1
krzysztofzablocki/[email protected]
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Sourcery (1.0.0)
- SwiftyMocky (4.0.0):
- SwiftyMocky (4.0.1):
- Sourcery (>= 0.18)

DEPENDENCIES:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Add **SwiftyMocky** to you **Package.swift** dependencies:

```swift
dependencies: [
.package(url: "https://github.com/MakeAWishFoundation/SwiftyMocky", from: "4.0.0"),
.package(url: "https://github.com/MakeAWishFoundation/SwiftyMocky", from: "4.0.1"),
]
```

Expand Down Expand Up @@ -368,11 +368,11 @@ SwiftyMocky is available under the MIT license. See the [LICENSE][link-license]

<!-- Links based on tag -->

[link-docs]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.0/docs/index.html
[link-docs-features]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.0/docs/supported-features.html
[link-docs-installation]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.0/docs/installation.html
[link-docs-installation-carthage]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.0/docs/installation.html#installation-carthage
[link-docs-setup]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.0/docs/setup-in-project.html
[link-docs]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.1/docs/index.html
[link-docs-features]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.1/docs/supported-features.html
[link-docs-installation]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.1/docs/installation.html
[link-docs-installation-carthage]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.1/docs/installation.html#installation-carthage
[link-docs-setup]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.0.1/docs/setup-in-project.html

<!-- Assets -->

Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyMocky/Mock.swifttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
}
}
_%>
// Generated with SwiftyMocky 4.0.0
// Generated with SwiftyMocky 4.0.1

import SwiftyMocky
import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyPrototype/Prototype.swifttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
}
}
_%>
// Generated with SwiftyPrototype 4.0.0
// Generated with SwiftyPrototype 4.0.1

import SwiftyPrototype
<%# ================================================== IMPORTS -%><%_ -%>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Runtime/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<string>4.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Tests/iOS/Mocks/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



// Generated with SwiftyMocky 4.0.0
// Generated with SwiftyMocky 4.0.1

import SwiftyMocky
import XCTest
Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Tests/macOS/Mocks/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



// Generated with SwiftyMocky 4.0.0
// Generated with SwiftyMocky 4.0.1

import SwiftyMocky
import XCTest
Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Tests/tvOS/Mocks/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



// Generated with SwiftyMocky 4.0.0
// Generated with SwiftyMocky 4.0.1

import SwiftyMocky
import XCTest
Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyMocky'
s.version = '4.0.0'
s.version = '4.0.1'
s.summary = 'Unit testing library for Swift, with mock generation. Adds a set of handy methods, simplifying testing.'
s.description = <<-DESC
Library that uses metaprogramming technique to generate mocks based on sources, that makes testing for Swift Mockito-like.
Expand Down
2 changes: 1 addition & 1 deletion SwiftyPrototype.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyPrototype'
s.version = '4.0.0'
s.version = '4.0.1'
s.summary = 'Prototyping/Faking library for Swift, with code generation. Auto-generates fakes/prototypes based on protocol definitions.'
s.description = <<-DESC
Library that uses metaprogramming technique to generate fakes/prototypes based on sources, makin it easier to prototype app.
Expand Down
2 changes: 1 addition & 1 deletion Templates/Header-Mock.swifttemplate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with SwiftyMocky 4.0.0
// Generated with SwiftyMocky 4.0.1

import SwiftyMocky
import XCTest
2 changes: 1 addition & 1 deletion Templates/Header-Prototype.swifttemplate
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated with SwiftyPrototype 4.0.0
// Generated with SwiftyPrototype 4.0.1

import SwiftyPrototype
2 changes: 1 addition & 1 deletion Tests/SwiftyMockyTests/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



// Generated with SwiftyMocky 4.0.0
// Generated with SwiftyMocky 4.0.1

import SwiftyMocky
import XCTest
Expand Down
2 changes: 1 addition & 1 deletion docs/Additional Guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Additional Guides Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
10 changes: 5 additions & 5 deletions docs/Classes/ArgumentCaptor.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ArgumentCaptor Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -356,9 +356,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:11SwiftyMocky14ArgumentCaptorC7captureAA9ParameterOyxGyF"></a>
<a name="//apple_ref/swift/Method/capture()" class="dashAnchor"></a>
<a class="token" href="#/s:11SwiftyMocky14ArgumentCaptorC7captureAA9ParameterOyxGyF">capture()</a>
<a name="/s:11SwiftyMocky14ArgumentCaptorC7capture5whereAA9ParameterOyxGSbxcSg_tF"></a>
<a name="//apple_ref/swift/Method/capture(where:)" class="dashAnchor"></a>
<a class="token" href="#/s:11SwiftyMocky14ArgumentCaptorC7capture5whereAA9ParameterOyxGSbxcSg_tF">capture(where:)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -373,7 +373,7 @@ <h4>Declaration</h4>
<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">func</span> <span class="nf">capture</span><span class="p">()</span> <span class="o">-&gt;</span> <span class="kt"><a href="../Enums/Parameter.html">Parameter</a></span><span class="o">&lt;</span><span class="k">Type</span><span class="o">&gt;</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">capture</span><span class="p">(</span><span class="k">where</span> <span class="nv">matches</span><span class="p">:</span> <span class="p">((</span><span class="k">Type</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Bool</span><span class="p">)?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt"><a href="../Enums/Parameter.html">Parameter</a></span><span class="o">&lt;</span><span class="k">Type</span><span class="o">&gt;</span></code></pre>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Matcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Matcher Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Matcher/ComparisonResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ComparisonResult Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Matcher/ParameterComparisonResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ParameterComparisonResult Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/MockyAssertion.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="MockyAssertion Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/StubbedMethod.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="StubbedMethod Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/SwiftyMockyTestObserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="SwiftyMockyTestObserver Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Configuration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Count.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Count Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/MockError.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="MockError Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/MockScope.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="MockScope Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Parameter.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Parameter Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/SequencingPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="SequencingPolicy Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/StubProduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="StubProduct Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/StubbingPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="StubbingPolicy Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Utils Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions/Int.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Int Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions/Optional.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Optional Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions/UInt.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="UInt Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Generics.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Generics Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Global methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Global methods Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Helpers Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Internal.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Internal Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Main Guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Main Guides Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Other Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Other Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.0.0 Docs</a> (85% documented)</p>
<p><a href="index.html">SwiftyMocky 4.0.1 Docs</a> (85% documented)</p>
<p class="header-right"><a href="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/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
Loading

0 comments on commit d92b770

Please sign in to comment.