Commit 13228e6f authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Gemspec] Update cocoapods-downloader to ~> 0.9.0

Closes #3344.

Closes #3345.
parent 427632f6
......@@ -4,11 +4,21 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
To install release candidates run `[sudo] gem install cocoapods --pre`
## Master
##### Bug Fixes
* Fix using the downloader.
[Samuel Giddins](https://github.com/segiddins)
[#3344](https://github.com/CocoaPods/CocoaPods/issues/3344)
[#3345](https://github.com/CocoaPods/CocoaPods/issues/3345)
## 0.36.2
[Core](https://github.com/CocoaPods/Core/compare/0.36.1...0.36.2)
#### Bug Fixes
##### Bug Fixes
* Unique resources passed to the script generator.
[Diego Torres](https://github.com/dtorres)
......
......@@ -33,10 +33,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 217c49204845916071eb3bd160bd7357000f0f62
revision: 9b414051e201decad0aaa1ae63abba27f61ce11f
branch: master
specs:
cocoapods-downloader (0.8.1)
cocoapods-downloader (0.9.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
......@@ -69,7 +69,7 @@ PATH
activesupport (>= 3.2.15)
claide (~> 0.8.1)
cocoapods-core (= 0.36.2)
cocoapods-downloader (~> 0.8.1)
cocoapods-downloader (~> 0.9.0)
cocoapods-plugins (~> 0.4.1)
cocoapods-trunk (~> 0.6.0)
cocoapods-try (~> 0.4.3)
......
......@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.8.1'
s.add_runtime_dependency 'xcodeproj', '~> 0.23.1'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.8.1'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.0'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.1'
s.add_runtime_dependency 'cocoapods-try', '~> 0.4.3'
s.add_runtime_dependency 'cocoapods-trunk', '~> 0.6.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