From 08fbc21076cc5db53ddd41c953b27827a8623f20 Mon Sep 17 00:00:00 2001 From: Jorge Revuelta Herrero Date: Wed, 4 Mar 2020 14:54:26 +0100 Subject: [PATCH] Version v3.0.0 --- Brewfile.lock.json | 20 ++++++++++---------- Mini-Swift.podspec | 2 +- Package.swift | 22 +++++++++++----------- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Brewfile.lock.json b/Brewfile.lock.json index 20b28d56..108bd4d0 100644 --- a/Brewfile.lock.json +++ b/Brewfile.lock.json @@ -2,18 +2,18 @@ "entries": { "brew": { "swiftlint": { - "version": "0.38.1", + "version": "0.39.1", "bottle": { "cellar": ":any_skip_relocation", "prefix": "/usr/local", "files": { "catalina": { - "url": "https://homebrew.bintray.com/bottles/swiftlint-0.38.1.catalina.bottle.tar.gz", - "sha256": "3530bda78d9c58545d3b877788456a5a70c0d8091bc2dc2cb017e9c829a034dd" + "url": "https://homebrew.bintray.com/bottles/swiftlint-0.39.1.catalina.bottle.tar.gz", + "sha256": "5c51f9a46a0ab28229460afd1037825bf1bef6b577113303057602487a898553" }, "mojave": { - "url": "https://homebrew.bintray.com/bottles/swiftlint-0.38.1.mojave.bottle.tar.gz", - "sha256": "f01c400c89a89022e4249fb241649bcb3e6c6e9b1e9b43800411f384d774684b" + "url": "https://homebrew.bintray.com/bottles/swiftlint-0.39.1.mojave.bottle.tar.gz", + "sha256": "408d3baeeb687da9cb753abf154835d71672eb29f1288538e5fa576f6d8880d1" } } } @@ -32,13 +32,13 @@ "system": { "macos": { "catalina": { - "HOMEBREW_VERSION": "2.2.2-50-gc0b9167", + "HOMEBREW_VERSION": "2.2.7-20-g10ba0d5", "HOMEBREW_PREFIX": "/usr/local", - "Homebrew/homebrew-core": "353a3a9d5d892d99a574c7370852c35259ab1c21", + "Homebrew/homebrew-core": "33cacce7a4cff82d1015f591838792216d170d1f", "CLT": "11.0.28.3", - "Xcode": "11.3", - "macOS": "10.15.4" + "Xcode": "11.3.1", + "macOS": "10.15.2" } } } -} \ No newline at end of file +} diff --git a/Mini-Swift.podspec b/Mini-Swift.podspec index 181d0082..3ecc3fe9 100644 --- a/Mini-Swift.podspec +++ b/Mini-Swift.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'Mini-Swift' - s.version = '2.3.0' + s.version = '3.0.0' s.swift_version = '5.0' s.summary = 'The minimal expression of a Flux architecture in Swift.' diff --git a/Package.swift b/Package.swift index bce49892..acf8a174 100644 --- a/Package.swift +++ b/Package.swift @@ -38,16 +38,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", .upToNextMajor(from: "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. @@ -72,7 +72,7 @@ let package = Package( name: "MiniPromises", dependencies: ["Mini"] ), - .testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "MiniTasks", "MiniPromises", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev +// .testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "MiniTasks", "MiniPromises", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev ], swiftLanguageVersions: [.version("4"), .version("4.2"), .version("5")] )