CocoaPods / cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
MIT License
84 stars 72 forks source link

Allow download strategies to preprocess download options #57

Closed champo closed 8 years ago

champo commented 8 years ago

For now, this is useful only for git when downloading a specific branch.

Related to https://github.com/CocoaPods/CocoaPods/issues/5376.

TODO

champo commented 8 years ago

Trying to add test coverage I realized that Executable.execute_command is not available in this gem. And my ruby-fu is not strong enough to use API.execute_command from this gem.

champo commented 8 years ago

@segiddins I think this is ready, can you give it a look? thanks!

champo commented 8 years ago

@segiddins done!

segiddins commented 8 years ago

👍🏻