From e08ec7730559103f054648f03ff48072776434a3 Mon Sep 17 00:00:00 2001 From: Krzysztof Zablocki Date: Thu, 4 Mar 2021 08:49:22 +0100 Subject: [PATCH] update internal boilerplate code. --- SourceryRuntime/Sources/Coding.generated.swift | 2 +- SourceryRuntime/Sources/Description.generated.swift | 2 +- SourceryRuntime/Sources/Diffable.generated.swift | 2 +- SourceryRuntime/Sources/Equality.generated.swift | 2 +- SourceryRuntime/Sources/JSExport.generated.swift | 2 +- SourceryRuntime/Sources/Typed.generated.swift | 2 +- .../Sources/SourceryRuntime.content.generated.swift | 12 ++++++------ SourceryTests/Models/TypedSpec.generated.swift | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/SourceryRuntime/Sources/Coding.generated.swift b/SourceryRuntime/Sources/Coding.generated.swift index 403ef4adf..a48ec8e3c 100644 --- a/SourceryRuntime/Sources/Coding.generated.swift +++ b/SourceryRuntime/Sources/Coding.generated.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace trailing_newline diff --git a/SourceryRuntime/Sources/Description.generated.swift b/SourceryRuntime/Sources/Description.generated.swift index 17f1c2f60..fe72be4bf 100644 --- a/SourceryRuntime/Sources/Description.generated.swift +++ b/SourceryRuntime/Sources/Description.generated.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace diff --git a/SourceryRuntime/Sources/Diffable.generated.swift b/SourceryRuntime/Sources/Diffable.generated.swift index 192f8cc12..3c7ca9ae1 100644 --- a/SourceryRuntime/Sources/Diffable.generated.swift +++ b/SourceryRuntime/Sources/Diffable.generated.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT import Foundation diff --git a/SourceryRuntime/Sources/Equality.generated.swift b/SourceryRuntime/Sources/Equality.generated.swift index a4bdd5012..976cbb7e2 100644 --- a/SourceryRuntime/Sources/Equality.generated.swift +++ b/SourceryRuntime/Sources/Equality.generated.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace diff --git a/SourceryRuntime/Sources/JSExport.generated.swift b/SourceryRuntime/Sources/JSExport.generated.swift index f789db22c..d57774da8 100644 --- a/SourceryRuntime/Sources/JSExport.generated.swift +++ b/SourceryRuntime/Sources/JSExport.generated.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace trailing_newline diff --git a/SourceryRuntime/Sources/Typed.generated.swift b/SourceryRuntime/Sources/Typed.generated.swift index 17a3b855f..cf821e38d 100644 --- a/SourceryRuntime/Sources/Typed.generated.swift +++ b/SourceryRuntime/Sources/Typed.generated.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace diff --git a/SourcerySwift/Sources/SourceryRuntime.content.generated.swift b/SourcerySwift/Sources/SourceryRuntime.content.generated.swift index 7f0488b73..fc4bf8689 100644 --- a/SourcerySwift/Sources/SourceryRuntime.content.generated.swift +++ b/SourcerySwift/Sources/SourceryRuntime.content.generated.swift @@ -362,7 +362,7 @@ import Foundation """), .init(name: "Coding.generated.swift", content: """ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace trailing_newline @@ -486,7 +486,7 @@ public protocol Definition: AnyObject { """), .init(name: "Description.generated.swift", content: """ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace @@ -839,7 +839,7 @@ extension Variable { """), .init(name: "Diffable.generated.swift", content: """ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT import Foundation @@ -1721,7 +1721,7 @@ import Foundation """), .init(name: "Equality.generated.swift", content: """ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace @@ -2520,7 +2520,7 @@ import Foundation """), .init(name: "JSExport.generated.swift", content: """ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace trailing_newline @@ -5489,7 +5489,7 @@ import Foundation """), .init(name: "Typed.generated.swift", content: """ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT // swiftlint:disable vertical_whitespace diff --git a/SourceryTests/Models/TypedSpec.generated.swift b/SourceryTests/Models/TypedSpec.generated.swift index 4135feb9b..862e700ab 100644 --- a/SourceryTests/Models/TypedSpec.generated.swift +++ b/SourceryTests/Models/TypedSpec.generated.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 1.3.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 1.3.1 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT import Quick import Nimble