Commit 61c2a7f4 authored by Fabio Pelosin's avatar Fabio Pelosin

Update dependencies

parent d98e0f22
...@@ -7,29 +7,29 @@ GIT ...@@ -7,29 +7,29 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: cdcd8debaf2faef61e7987fadd4e508ee557f223 revision: 638a427e82799590eb3ed29d7d92d1744e874bc4
branch: master branch: master
specs: specs:
cocoapods-core (0.23.0) cocoapods-core (0.24.0)
activesupport (~> 3.2.13) activesupport (~> 3.0)
json (~> 1.8.0) json (~> 1.8)
nap (~> 0.5.1) nap (~> 0.5)
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 011187e211ecd625e9209f54c926c644db0f70f9 revision: 1f87522f0ae012b0ff4b0e5575b8a14e47d1490a
branch: master branch: master
specs: specs:
xcodeproj (0.9.0) xcodeproj (0.10.1)
activesupport (~> 3.2.13) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 8bb9a809144d42fdffd10aa8e28562f26c784320 revision: 91052d25156dbc9e283cea9c0a46b77819d613bf
branch: master branch: master
specs: specs:
cocoapods-downloader (0.1.2) cocoapods-downloader (0.2.0)
GIT GIT
remote: https://github.com/alloy/kicker.git remote: https://github.com/alloy/kicker.git
...@@ -61,16 +61,16 @@ GIT ...@@ -61,16 +61,16 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.23.0) cocoapods (0.24.0)
activesupport (~> 3.2.13) activesupport (~> 3.0)
claide (~> 0.3.2) claide (~> 0.3.2)
cocoapods-core (= 0.23.0) cocoapods-core (= 0.24.0)
cocoapods-downloader (~> 0.1.2) cocoapods-downloader (~> 0.2.0)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
json (~> 1.8.0) json (~> 1.8)
open4 (~> 1.3.0) open4 (~> 1.3)
xcodeproj (~> 0.9.0) xcodeproj (~> 0.10.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
......
...@@ -29,14 +29,14 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA ...@@ -29,14 +29,14 @@ 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.3.2' s.add_runtime_dependency 'claide', '~> 0.3.2'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.1.2' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.2.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.9.0' s.add_runtime_dependency 'xcodeproj', '~> 0.10.0'
s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4' s.add_runtime_dependency 'escape', '~> 0.0.4'
s.add_runtime_dependency 'json', '~> 1.8.0' s.add_runtime_dependency 'json', '~> 1.8'
s.add_runtime_dependency 'open4', '~> 1.3.0' s.add_runtime_dependency 'open4', '~> 1.3'
s.add_runtime_dependency 'activesupport', '~> 3.2.13' s.add_runtime_dependency 'activesupport', '~> 3.0'
s.add_development_dependency 'bacon', '~> 1.1' s.add_development_dependency 'bacon', '~> 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