Commit 18d8ad9b authored by Fabio Pelosin's avatar Fabio Pelosin

[Downloader] Improved escaping of paths

parent 24fcf6bc
...@@ -75,6 +75,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -75,6 +75,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[#1721](https://github.com/CocoaPods/CocoaPods/issues/1721) [#1721](https://github.com/CocoaPods/CocoaPods/issues/1721)
[Core#72](https://github.com/CocoaPods/Core/pull/72) [Core#72](https://github.com/CocoaPods/Core/pull/72)
* Improved escaping of paths in Git downloader.
[Vladimir Burdukov](https://github.com/chipp)
[cocoapods-downloader#14](https://github.com/CocoaPods/cocoapods-downloader/pull/14)
* Podspec without explicitly set `requires_arc` attribute no longer passes the * Podspec without explicitly set `requires_arc` attribute no longer passes the
lint. lint.
[Richard Lee](https://github.com/dlackty) [Richard Lee](https://github.com/dlackty)
......
...@@ -27,7 +27,7 @@ GIT ...@@ -27,7 +27,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: d064235f1ddc2823cb5f5f1d32f51f36e719051a revision: 7e65134dc2bbf919acb3b0fe17bf9020a6a374ce
branch: master branch: master
specs: specs:
cocoapods-downloader (0.4.0) cocoapods-downloader (0.4.0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment