Skip to content

Commit

Permalink
Fixes #52.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Sep 22, 2014
1 parent 818de5e commit d3f0029
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "submodules/Nimble"]
path = submodules/Nimble
url = git@github.com:Quick/Nimble.git
url = github.com/Quick/Nimble.git
[submodule "submodules/Quick"]
path = submodules/Quick
url = git@github.com:Quick/Quick.git
url = github.com/Quick/Quick.git
[submodule "submodules/Alamofire"]
path = submodules/Alamofire
url = git@github.com:Alamofire/Alamofire.git
url = github.com/Alamofire/Alamofire.git
[submodule "submodules/ReactiveCocoa"]
path = submodules/ReactiveCocoa
url = git@github.com:ReactiveCocoa/ReactiveCocoa.git
url = github.com/ReactiveCocoa/ReactiveCocoa.git
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Next

- Fixes [#52](https://github.com/AshFurrow/Moya/issues/52) to change submodules to use http instead of ssh. -[@ashfurrow)](http://github.com/AshFurrow)

# 0.4

- Implements [#46](https://github.com/AshFurrow/Moya/issues/46), the code property of the NSError sent through by ReactiveMoyaProvider will now match the failing http status code. -[@powerje](http://github.com/powerje)
Expand Down

0 comments on commit d3f0029

Please sign in to comment.