Skip to content

Commit

Permalink
Updated version to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amichnia committed Jun 25, 2019
1 parent 084b734 commit ee76248
Show file tree
Hide file tree
Showing 125 changed files with 252 additions and 251 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: 3.3.2
module_version: 3.3.3
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 Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXECUTABLE_NAME = swiftymocky
REPO = https://github.com/MakeAWishFoundation/SwiftyMocky
VERSION = 3.3.2
VERSION = 3.3.3

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Sourcery (0.16.1)
- SwiftyMocky (3.3.2):
- SwiftyMocky/Core (= 3.3.2)
- SwiftyMocky/Core (3.3.2):
- SwiftyMocky (3.3.3):
- SwiftyMocky/Core (= 3.3.3)
- SwiftyMocky/Core (3.3.3):
- Sourcery (>= 0.16)

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

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

Expand Down Expand Up @@ -367,11 +367,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/3.3.2/docs/index.html
[link-docs-features]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.2/docs/supported-features.html
[link-docs-installation]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.2/docs/installation.html
[link-docs-installation-carthage]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.2/docs/installation.html#installation-carthage
[link-docs-setup]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.2/docs/setup-in-project.html
[link-docs]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.3/docs/index.html
[link-docs-features]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.3/docs/supported-features.html
[link-docs-installation]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.3/docs/installation.html
[link-docs-installation-carthage]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.3/docs/installation.html#installation-carthage
[link-docs-setup]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/3.3.3/docs/setup-in-project.html

<!-- Assets -->

Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyMockyCLICore/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Application {

// MARK: - Properties

public let version = "3.3.2"
public let version = "3.3.3"
public var pwd = Path(ProcessInfo.processInfo.environment["PWD"] ?? "")
public var handle: (Error) -> Void = { error in
switch error {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Templates/Mock.swifttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
}
}
_%>
// Generated with SwiftyMocky 3.3.2
// Generated with SwiftyMocky 3.3.3

import SwiftyMocky
#if !MockyCustom
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>3.3.2</string>
<string>3.3.3</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 3.3.2
// Generated with SwiftyMocky 3.3.3

import SwiftyMocky
#if !MockyCustom
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 3.3.2
// Generated with SwiftyMocky 3.3.3

import SwiftyMocky
#if !MockyCustom
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 3.3.2
// Generated with SwiftyMocky 3.3.3

import SwiftyMocky
#if !MockyCustom
Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftyMocky'
s.version = '3.3.2'
s.version = '3.3.3'
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 Templates/Header.swifttemplate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with SwiftyMocky 3.3.2
// Generated with SwiftyMocky 3.3.3

import SwiftyMocky
#if !MockyCustom
Expand Down
2 changes: 1 addition & 1 deletion Tests/SwiftyMockyCLICoreTests/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



// Generated with SwiftyMocky 3.3.2
// Generated with SwiftyMocky 3.3.3

import SwiftyMocky
#if !MockyCustom
Expand Down
2 changes: 1 addition & 1 deletion docs/Additional Guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h1>Additional Guides</h1>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
21 changes: 1 addition & 20 deletions docs/Classes/Matcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,25 +476,6 @@ <h4>Parameters</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Method/register(_:match:)" class="dashAnchor"></a>
<a class="token" href="#/">register(_:match:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Register sequence comparator, based on elements comparing.</p>

</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -752,7 +733,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/MockyAssertion.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h1>MockyAssertion</h1>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/StubbedMethod.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/SwiftyMockyTestObserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h1>SwiftyMockyTestObserver</h1>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h4>Declaration</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ <h4>Parameters</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Count.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/MockError.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h4>Declaration</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Parameter.html
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/SequencingPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/StubProduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/StubbingPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions/Int.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions/Optional.html
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ <h4>Declaration</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions/UInt.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h4>Return Value</h4>
</section>
<section id="footer">
<p>Copyright © 2017 MakeAWishFoundation. All rights reserved.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit ee76248

Please sign in to comment.