Commit cd4f6921 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Bump dependency requirements

parent 1767dbcb
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: c8532fa4cb8a4a225436fb11d672ec1f6ab5cd23 revision: 071a5df7b602c23be527a10cc8df4c415bd5cf2f
branch: master branch: master
specs: specs:
claide (0.6.0) claide (0.6.0)
...@@ -34,15 +34,15 @@ GIT ...@@ -34,15 +34,15 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: 413e7ba6c956f798af05db4aa66941c010a1517b revision: f03cfe8c39172ba1dd9b714a91e04e79a68d0711
branch: master branch: master
specs: specs:
cocoapods-plugins (0.1.1) cocoapods-plugins (0.2.0)
nap nap
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: b1ffdd2f574cceddadf2b123ed7d3656ae68ff57 revision: 19032d81ab9cf9477bdb92d1bd8d68daa8d8821d
branch: master branch: master
specs: specs:
cocoapods-trunk (0.1.0) cocoapods-trunk (0.1.0)
...@@ -59,7 +59,7 @@ GIT ...@@ -59,7 +59,7 @@ GIT
GIT GIT
remote: https://github.com/ruby-prof/ruby-prof.git remote: https://github.com/ruby-prof/ruby-prof.git
revision: 7282ba9a3c72de827830aebfe2c3ca41ab6840f9 revision: 84f086b5ecb02cf8f077acc537cadc639ccf2520
specs: specs:
ruby-prof (0.15.1) ruby-prof (0.15.1)
...@@ -71,7 +71,7 @@ PATH ...@@ -71,7 +71,7 @@ PATH
claide (~> 0.6.0) claide (~> 0.6.0)
cocoapods-core (= 0.32.1) cocoapods-core (= 0.32.1)
cocoapods-downloader (~> 0.6.0) cocoapods-downloader (~> 0.6.0)
cocoapods-plugins (~> 0.1.0) cocoapods-plugins (~> 0.2.0)
cocoapods-trunk (~> 0.1.0) cocoapods-trunk (~> 0.1.0)
cocoapods-try (~> 0.3.0) cocoapods-try (~> 0.3.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -124,7 +124,7 @@ GEM ...@@ -124,7 +124,7 @@ GEM
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2) mocha-on-bacon (0.2.2)
mocha (>= 0.13.0) mocha (>= 0.13.0)
multi_json (1.10.0) multi_json (1.10.1)
nap (0.7.0) nap (0.7.0)
netrc (0.7.7) netrc (0.7.7)
notify (0.5.2) notify (0.5.2)
......
...@@ -31,7 +31,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA ...@@ -31,7 +31,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
s.add_runtime_dependency 'claide', '~> 0.6.0' s.add_runtime_dependency 'claide', '~> 0.6.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.17.0' s.add_runtime_dependency 'xcodeproj', '~> 0.17.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.6.0' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.6.0'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.1.0' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.2.0'
s.add_runtime_dependency 'cocoapods-try', '~> 0.3.0' s.add_runtime_dependency 'cocoapods-try', '~> 0.3.0'
s.add_runtime_dependency 'cocoapods-trunk', '~> 0.1.0' s.add_runtime_dependency 'cocoapods-trunk', '~> 0.1.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