forked from Carthage/Carthage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
31 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
github "antitypical/Result" ~> 3.2 | ||
github "Carthage/ReactiveTask" ~> 0.13 | ||
github "Carthage/ReactiveTask" "reactiveswift-3.0" | ||
github "Carthage/Commandant" ~> 0.12 | ||
github "jdhealy/PrettyColors" ~> 5.0 | ||
github "ReactiveCocoa/ReactiveSwift" ~> 2.0 | ||
github "mdiep/Tentacle" ~> 0.10 | ||
github "ReactiveCocoa/ReactiveSwift" ~> 3.0 | ||
github "mdiep/Tentacle" "reactiveswift-3.0" | ||
github "thoughtbot/Curry" ~> 3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
github "Carthage/Commandant" "0.12.0" | ||
github "Carthage/ReactiveTask" "0.13.0" | ||
github "Carthage/ReactiveTask" "a61a9689ce433c54fd1d097a166751c19967630f" | ||
github "Quick/Nimble" "v7.0.2" | ||
github "Quick/Quick" "v1.2.0" | ||
github "ReactiveCocoa/ReactiveSwift" "2.0.1" | ||
github "ReactiveCocoa/ReactiveSwift" "3.0.0" | ||
github "antitypical/Result" "3.2.4" | ||
github "jdhealy/PrettyColors" "v5.0.0" | ||
github "jdhealy/PrettyColors" "5.0.1" | ||
github "jspahrsummers/xcconfigs" "0.9" | ||
github "mdiep/Tentacle" "0.10.0" | ||
github "mdiep/Tentacle" "66c71c8390a710ed505be8d0c2b6557e285c77b2" | ||
github "thoughtbot/Curry" "v3.0.0" |
Submodule PrettyColors
updated
14 files
Submodule ReactiveSwift
updated
48 files
Submodule ReactiveTask
updated
16 files
+1 −1 | .swift-version | |
+5 −10 | .travis.yml | |
+1 −1 | Cartfile | |
+2 −2 | Cartfile.private | |
+4 −4 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/Nimble | |
+1 −1 | Carthage/Checkouts/Quick | |
+1 −1 | Carthage/Checkouts/ReactiveSwift | |
+1 −1 | Carthage/Checkouts/Result | |
+0 −30 | Package.pins | |
+43 −0 | Package.resolved | |
+15 −18 | Package.swift | |
+25 −13 | ReactiveTask.xcodeproj/project.pbxproj | |
+3 −1 | ReactiveTask.xcodeproj/xcshareddata/xcschemes/ReactiveTask.xcscheme | |
+9 −11 | Sources/Task.swift | |
+4 −0 | Tests/ReactiveTaskTests/StringExtensionSpec.swift |
Submodule Result
updated
5 files
+1 −1 | .travis.yml | |
+1 −1 | Result.podspec | |
+1 −1 | Result/Info.plist | |
+2 −0 | Result/Result.swift | |
+1 −1 | Tests/ResultTests/Info.plist |
Submodule Tentacle
updated
9 files
+3 −4 | .travis.yml | |
+1 −1 | Cartfile | |
+2 −2 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/ReactiveSwift | |
+1 −1 | Carthage/Checkouts/Result | |
+2 −2 | Package.resolved | |
+1 −1 | Package.swift | |
+1 −1 | Sources/Tentacle/Color.swift | |
+8 −8 | Sources/Tentacle/Response.swift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters