Commit 9c478fbe authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Bump Xcodeproj version

parent 735570f1
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: 44938d0f602fb48e17d5f3b45ecf4764f4fd129d revision: e1edf213a96e72263d18547bfc4f0fa47f81189c
branch: master branch: master
specs: specs:
claide (0.5.0) claide (0.5.0)
...@@ -18,13 +18,12 @@ GIT ...@@ -18,13 +18,12 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: d05d9ee1d43425c177e64a7eb8d2810d491a0c1b revision: e8c929f5e242647590a162477c0f11f65bc8fb2c
branch: master branch: master
specs: specs:
xcodeproj (0.14.1) xcodeproj (0.15.0)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
rake
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
...@@ -79,12 +78,12 @@ PATH ...@@ -79,12 +78,12 @@ PATH
json_pure (~> 1.8) json_pure (~> 1.8)
nap (~> 0.5) nap (~> 0.5)
open4 (~> 1.3) open4 (~> 1.3)
xcodeproj (~> 0.14.1) xcodeproj (~> 0.15.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (3.2.16) activesupport (3.2.17)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0) multi_json (~> 1.0)
awesome_print (1.2.0) awesome_print (1.2.0)
...@@ -118,7 +117,7 @@ GEM ...@@ -118,7 +117,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.8.4) multi_json (1.9.2)
nap (0.6.0) nap (0.6.0)
netrc (0.7.7) netrc (0.7.7)
notify (0.5.2) notify (0.5.2)
...@@ -131,7 +130,7 @@ GEM ...@@ -131,7 +130,7 @@ GEM
pygments.rb (0.5.4) pygments.rb (0.5.4)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)
rake (10.1.1) rake (10.2.1)
rb-fsevent (0.9.4) rb-fsevent (0.9.4)
rb-inotify (0.9.3) rb-inotify (0.9.3)
ffi (>= 0.5.0) ffi (>= 0.5.0)
......
...@@ -30,7 +30,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA ...@@ -30,7 +30,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.5.0' s.add_runtime_dependency 'claide', '~> 0.5.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.4.0' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.4.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.14.1' s.add_runtime_dependency 'xcodeproj', '~> 0.15.0'
s.add_runtime_dependency 'cocoapods-try-release-fix', '~> 0.1.1' s.add_runtime_dependency 'cocoapods-try-release-fix', '~> 0.1.1'
s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'colored', '~> 1.2'
......
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