Skip to content

Commit

Permalink
update to StencilSwiftKit 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Sep 26, 2018
1 parent 383cccd commit be8bdea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https:/kylef/PathKit.git",
"state": {
"branch": null,
"revision": "fa81fa9e3a9f59645159c4ea45c0c46ee6558f71",
"version": "0.9.1"
"revision": "e2f5be30e4c8f531c9c1e8765aa7b71c0a45d7a0",
"version": "0.9.2"
}
},
{
Expand All @@ -33,26 +33,26 @@
"repositoryURL": "https:/kylef/Spectre.git",
"state": {
"branch": null,
"revision": "e34d5687e1e9d865e3527dd58bc2f7464ef6d936",
"version": "0.8.0"
"revision": "f14ff47f45642aa5703900980b014c2e9394b6e5",
"version": "0.9.0"
}
},
{
"package": "Stencil",
"repositoryURL": "https:/stencilproject/Stencil.git",
"state": {
"branch": null,
"revision": "b476e50f89577f5848e8013dbf0a850abac892aa",
"version": "0.12.1"
"revision": "0e9a78d6584e3812cd9c09494d5c7b483e8f533c",
"version": "0.13.1"
}
},
{
"package": "StencilSwiftKit",
"repositoryURL": "https:/SwiftGen/StencilSwiftKit.git",
"state": {
"branch": null,
"revision": "17e6ae91838afb90ab873194e45fa5b01731e322",
"version": "2.6.0"
"revision": "cf0f76b3911d4aee0f2496570461095d18d9d784",
"version": "2.7.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ let package = Package(
dependencies: [
.package(url: "https:/kylef/PathKit.git", from: "0.9.0"),
.package(url: "https:/jakeheis/SwiftCLI", from: "5.0.0"),
.package(url: "https:/SwiftGen/StencilSwiftKit.git", from: "2.6.0"),
.package(url: "https:/SwiftGen/StencilSwiftKit.git", from: "2.7.0"),
.package(url: "https:/jpsim/Yams.git", from: "0.5.0"),
.package(url: "https:/yonaskolb/JSONUtilities.git", from: "3.3.0"),
.package(url: "https:/kylef/Spectre.git", from: "0.8.0"),
.package(url: "https:/kylef/Spectre.git", from: "0.9.0"),
.package(url: "https:/onevcat/Rainbow.git", from: "3.1.0"),
],
targets: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ public class EnumArrays: APIModel {
}

public enum JustSymbol: String, Codable {
case greaterThanOrEqualTo = ">="
case greaterThan = ">="
case dollar = "$"
public static let cases: [JustSymbol] = [
.greaterThanOrEqualTo,
.greaterThan,
.dollar,
]
}
Expand Down
4 changes: 2 additions & 2 deletions Specs/TestSpec/generated/Swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ To add support for a specific asynchronous library, just add an extension on `AP

## Requests

- **TestSpec.GetUntagged**: GET `/untagged`
- **TestSpec.GetInlineEnumResponse**: GET `/inlineenumresponse`
- **TestSpec.PostString**: POST `/string`
- **TestSpec.GetString**: GET `/string`
- **TestSpec.GetUntagged**: GET `/untagged`
- **TestSpec.PostString**: POST `/string`
- **TestSpec.TestTag**
- **PostInlinebody**: POST `/inlinebody`

0 comments on commit be8bdea

Please sign in to comment.