Commit a3334b4c authored by Eloy Durán's avatar Eloy Durán

Update for Xcodeproj 0.5.0

parent ee31c98e
GIT GIT
remote: git://github.com/CocoaPods/Xcodeproj.git remote: git://github.com/CocoaPods/Xcodeproj.git
revision: c166168316648b7576e39fcb66db941cc0badb76 revision: cfdd9029603a6bea7cc8a8b44e77cc9d8eb917a0
specs: specs:
xcodeproj (0.4.3) xcodeproj (0.5.0)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
colored (~> 1.2) colored (~> 1.2)
...@@ -27,15 +27,15 @@ PATH ...@@ -27,15 +27,15 @@ PATH
octokit (~> 1.7) octokit (~> 1.7)
open4 (~> 1.3.0) open4 (~> 1.3.0)
rake (~> 10.0.0) rake (~> 10.0.0)
xcodeproj (~> 0.4.3) xcodeproj (~> 0.5.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (3.2.11) activesupport (3.2.12)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.3.2) addressable (2.3.3)
awesome_print (1.1.0) awesome_print (1.1.0)
bacon (1.2.0) bacon (1.2.0)
coderay (1.0.8) coderay (1.0.8)
...@@ -57,7 +57,7 @@ GEM ...@@ -57,7 +57,7 @@ GEM
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.1) mocha-on-bacon (0.2.1)
mocha (>= 0.9.8) mocha (>= 0.9.8)
multi_json (1.5.0) multi_json (1.6.1)
multipart-post (1.1.5) multipart-post (1.1.5)
netrc (0.7.7) netrc (0.7.7)
octokit (1.23.0) octokit (1.23.0)
...@@ -68,7 +68,7 @@ GEM ...@@ -68,7 +68,7 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
netrc (~> 0.7.7) netrc (~> 0.7.7)
open4 (1.3.0) open4 (1.3.0)
pry (0.9.11.4) pry (0.9.12)
coderay (~> 1.0.5) coderay (~> 1.0.5)
method_source (~> 0.8) method_source (~> 0.8)
slop (~> 3.4) slop (~> 3.4)
...@@ -78,10 +78,10 @@ GEM ...@@ -78,10 +78,10 @@ GEM
slop (3.4.3) slop (3.4.3)
terminal-notifier (1.4.2) terminal-notifier (1.4.2)
vcr (2.4.0) vcr (2.4.0)
webmock (1.9.0) webmock (1.9.3)
addressable (>= 2.2.7) addressable (>= 2.2.7)
crack (>= 0.1.7) crack (>= 0.3.2)
yard (0.8.3) yard (0.8.4.1)
PLATFORMS PLATFORMS
ruby ruby
......
...@@ -26,7 +26,7 @@ Gem::Specification.new do |s| ...@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.executables = %w{ pod } s.executables = %w{ pod }
s.require_paths = %w{ lib } s.require_paths = %w{ lib }
s.add_runtime_dependency 'xcodeproj', '~> 0.4.3' s.add_runtime_dependency 'xcodeproj', '~> 0.5.0'
s.add_runtime_dependency 'faraday', '~> 0.8.1' s.add_runtime_dependency 'faraday', '~> 0.8.1'
s.add_runtime_dependency 'octokit', '~> 1.7' s.add_runtime_dependency 'octokit', '~> 1.7'
......
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