Skip to content

Commit

Permalink
Version v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minuscorp committed Dec 21, 2019
1 parent fcdb980 commit 8d3b69d
Show file tree
Hide file tree
Showing 11 changed files with 440 additions and 274 deletions.
22 changes: 11 additions & 11 deletions Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
"entries": {
"brew": {
"swiftlint": {
"version": "0.37.0",
"version": "0.38.0",
"bottle": {
"cellar": ":any_skip_relocation",
"prefix": "/usr/local",
"files": {
"catalina": {
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.37.0.catalina.bottle.tar.gz",
"sha256": "d3182e9d9f6c31bc22ff11cb61d6743d6908aed3de3cd3e6a31088e7b9d2c153"
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.38.0.catalina.bottle.tar.gz",
"sha256": "a2b39e51661fc24d201788391ce4f9c68007c818857f423161b37bc51f7fcb0b"
},
"mojave": {
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.37.0.mojave.bottle.tar.gz",
"sha256": "0096952a2917bab113e2b6372d221d18ada6895f4f81fd64d304cc516398761e"
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.38.0.mojave.bottle.tar.gz",
"sha256": "f8ae3a1cb06e0ff8034047a1a5e552ba36d475c6995ca11cd5449da84b98319f"
}
}
}
},
"moduleinterface": {
"version": "0.0.3",
"version": "0.0.4",
"bottle": false
}
},
"tap": {
"minuscorp/moduleinterface": {
"revision": "54c5be8cc5334fee969723fe7038ff9666ef9401"
"revision": "aee0fab5633b511622b99eb6fc45a8ca9a27acd8"
}
}
},
"system": {
"macos": {
"catalina": {
"HOMEBREW_VERSION": "2.2.0-39-g1c9e30e",
"HOMEBREW_VERSION": "2.2.1-60-g1125473",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "93459ed96b58c4c6e39fb0f200873c915a4af0b7",
"CLT": "1100.0.28.3",
"Xcode": "11.2.1",
"Homebrew/homebrew-core": "02fb7fef6677586f17c181c9059e727698c57dc7",
"CLT": "11.0.28.3",
"Xcode": "11.3",
"macOS": "10.15.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion Mini-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'Mini-Swift'
s.version = '2.2.0'
s.version = '2.3.0'
s.swift_version = '5.0'
s.summary = 'The minimal expression of a Flux architecture in Swift.'

Expand Down
22 changes: 11 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ let package = Package(
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", .exact("2.7.1")),
// Development
.package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev
.package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
.package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
.package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
.package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
.package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
.package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
.package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
// .package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev
// .package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
// .package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
// .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
// .package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
// .package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
// .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
// .package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -56,7 +56,7 @@ let package = Package(
name: "TestMiddleware",
dependencies: ["Mini"]
),
.testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev
// .testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev
],
swiftLanguageVersions: [.version("4"), .version("4.2"), .version("5")]
)
Expand Down
Loading

0 comments on commit 8d3b69d

Please sign in to comment.