Skip to content

Commit 08fbc21

Browse files
committed
Version v3.0.0
1 parent e47f025 commit 08fbc21

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Brewfile.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"entries": {
33
"brew": {
44
"swiftlint": {
5-
"version": "0.38.1",
5+
"version": "0.39.1",
66
"bottle": {
77
"cellar": ":any_skip_relocation",
88
"prefix": "/usr/local",
99
"files": {
1010
"catalina": {
11-
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.38.1.catalina.bottle.tar.gz",
12-
"sha256": "3530bda78d9c58545d3b877788456a5a70c0d8091bc2dc2cb017e9c829a034dd"
11+
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.39.1.catalina.bottle.tar.gz",
12+
"sha256": "5c51f9a46a0ab28229460afd1037825bf1bef6b577113303057602487a898553"
1313
},
1414
"mojave": {
15-
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.38.1.mojave.bottle.tar.gz",
16-
"sha256": "f01c400c89a89022e4249fb241649bcb3e6c6e9b1e9b43800411f384d774684b"
15+
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.39.1.mojave.bottle.tar.gz",
16+
"sha256": "408d3baeeb687da9cb753abf154835d71672eb29f1288538e5fa576f6d8880d1"
1717
}
1818
}
1919
}
@@ -32,13 +32,13 @@
3232
"system": {
3333
"macos": {
3434
"catalina": {
35-
"HOMEBREW_VERSION": "2.2.2-50-gc0b9167",
35+
"HOMEBREW_VERSION": "2.2.7-20-g10ba0d5",
3636
"HOMEBREW_PREFIX": "/usr/local",
37-
"Homebrew/homebrew-core": "353a3a9d5d892d99a574c7370852c35259ab1c21",
37+
"Homebrew/homebrew-core": "33cacce7a4cff82d1015f591838792216d170d1f",
3838
"CLT": "11.0.28.3",
39-
"Xcode": "11.3",
40-
"macOS": "10.15.4"
39+
"Xcode": "11.3.1",
40+
"macOS": "10.15.2"
4141
}
4242
}
4343
}
44-
}
44+
}

Mini-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'Mini-Swift'
5-
s.version = '2.3.0'
5+
s.version = '3.0.0'
66
s.swift_version = '5.0'
77
s.summary = 'The minimal expression of a Flux architecture in Swift.'
88

Package.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ let package = Package(
3838
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.0.0"),
3939
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.7.1")),
4040
// Development
41-
.package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev
42-
.package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
43-
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
44-
.package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
45-
.package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
46-
.package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
47-
.package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
48-
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
49-
.package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
50-
.package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
41+
// .package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev
42+
// .package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
43+
// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
44+
// .package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
45+
// .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
46+
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
47+
// .package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
48+
// .package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
49+
// .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
50+
// .package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
5151
],
5252
targets: [
5353
// 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(
7272
name: "MiniPromises",
7373
dependencies: ["Mini"]
7474
),
75-
.testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "MiniTasks", "MiniPromises", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev
75+
// .testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "MiniTasks", "MiniPromises", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev
7676
],
7777
swiftLanguageVersions: [.version("4"), .version("4.2"), .version("5")]
7878
)

0 commit comments

Comments
 (0)