Commit d3db3187 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Bump cocoapods-downloader version

parent 9fa878c9
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: f5e4752d8cc4ba055e1d96713275e9955fea9f37 revision: 60327a3d623a9036e2fcb1d52eee6979f63780d7
branch: master branch: master
specs: specs:
claide (0.4.0) claide (0.4.0)
...@@ -18,7 +18,7 @@ GIT ...@@ -18,7 +18,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 0704b7772370feb8be154ace0ce48e09f215aeaf revision: d05d9ee1d43425c177e64a7eb8d2810d491a0c1b
branch: master branch: master
specs: specs:
xcodeproj (0.14.1) xcodeproj (0.14.1)
...@@ -28,10 +28,10 @@ GIT ...@@ -28,10 +28,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 4a95877b20893b374dfd43624e12bac167feef05 revision: 9ae16ffd41f9c056fa3d47c40bdc04aa28d2897c
branch: master branch: master
specs: specs:
cocoapods-downloader (0.3.0) cocoapods-downloader (0.4.0)
GIT GIT
remote: https://github.com/alloy/cocoapods-trunk.git remote: https://github.com/alloy/cocoapods-trunk.git
...@@ -72,7 +72,7 @@ PATH ...@@ -72,7 +72,7 @@ PATH
activesupport (>= 3.2.15, < 4) activesupport (>= 3.2.15, < 4)
claide (~> 0.4.0) claide (~> 0.4.0)
cocoapods-core (= 0.29.0) cocoapods-core (= 0.29.0)
cocoapods-downloader (~> 0.3.0) cocoapods-downloader (~> 0.4.0)
cocoapods-try-release-fix (~> 0.1.1) cocoapods-try-release-fix (~> 0.1.1)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
...@@ -89,7 +89,7 @@ GEM ...@@ -89,7 +89,7 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
awesome_print (1.2.0) awesome_print (1.2.0)
bacon (1.2.0) bacon (1.2.0)
cocoapods-try-release-fix (0.1.1) cocoapods-try-release-fix (0.1.2)
coderay (1.1.0) coderay (1.1.0)
colored (1.2) colored (1.2)
coveralls (0.7.0) coveralls (0.7.0)
...@@ -122,7 +122,7 @@ GEM ...@@ -122,7 +122,7 @@ GEM
nap (0.6.0) nap (0.6.0)
netrc (0.7.7) netrc (0.7.7)
notify (0.5.2) notify (0.5.2)
open4 (1.3.0) open4 (1.3.3)
posix-spawn (0.3.8) posix-spawn (0.3.8)
pry (0.9.12.6) pry (0.9.12.6)
coderay (~> 1.0) coderay (~> 1.0)
......
...@@ -29,7 +29,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA ...@@ -29,7 +29,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
# Link with the version of CocoaPods-Core # Link with the version of CocoaPods-Core
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.4.0' s.add_runtime_dependency 'claide', '~> 0.4.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.3.0' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.4.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.14.1' s.add_runtime_dependency 'xcodeproj', '~> 0.14.1'
s.add_runtime_dependency 'cocoapods-try-release-fix', '~> 0.1.1' s.add_runtime_dependency 'cocoapods-try-release-fix', '~> 0.1.1'
......
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