-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from marcelofabri/bye-argo
Removing Argo
- Loading branch information
Showing
15 changed files
with
61 additions
and
91 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
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,6 +1,5 @@ | ||
# Core | ||
github "antitypical/Result" ~> 2.0 | ||
github "thoughtbot/Argo" ~> 3.0 | ||
|
||
# ReactiveCocoa | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 4.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,7 +1,6 @@ | ||
github "thoughtbot/Argo" "v3.0.1" | ||
github "Quick/Nimble" "v4.0.1" | ||
github "Quick/Nimble" "v4.1.0" | ||
github "AliSoftware/OHHTTPStubs" "4.8.0" | ||
github "Quick/Quick" "v0.9.2" | ||
github "antitypical/Result" "2.0.0" | ||
github "antitypical/Result" "2.1.3" | ||
github "jspahrsummers/xcconfigs" "0.9" | ||
github "ReactiveCocoa/ReactiveCocoa" "v4.1.0" | ||
github "ReactiveCocoa/ReactiveCocoa" "v4.2.2" |
Submodule Argo
deleted from
be127e
Submodule Nimble
updated
17 files
+1 −0 | .ruby-version | |
+15 −0 | .travis.yml | |
+2 −3 | CONTRIBUTING.md | |
+4 −0 | Gemfile | |
+63 −0 | Gemfile.lock | |
+1 −1 | Nimble.podspec | |
+77 −73 | Nimble.xcodeproj/project.pbxproj | |
+4 −1 | README.md | |
+1 −1 | Sources/Nimble/Adapters/ObjectiveC/NMBExceptionCapture.m | |
+2 −1 | Sources/Nimble/Expectation.swift | |
+4 −4 | Sources/Nimble/Matchers/BeCloseTo.swift | |
+4 −4 | Sources/Nimble/Matchers/Contain.swift | |
+1 −1 | Sources/Nimble/Nimble.h | |
+51 −0 | Tests/Nimble/Matchers/BeCloseToTest.swift | |
+18 −0 | Tests/Nimble/Matchers/ContainTest.swift | |
+4 −18 | script/release | |
+28 −3 | test |
Submodule ReactiveCocoa
updated
77 files
Submodule Result
updated
14 files
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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