Commit be45fb63 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Require xcodeproj 0.4.0.

parent 279fe1b3
GIT GIT
remote: git://github.com/CocoaPods/Xcodeproj.git remote: git://github.com/CocoaPods/Xcodeproj.git
revision: 1b84fd58f124e951591eb8f082b82f33387bcda1 revision: d599d4ed17763aa5eb03382a17a6243e11beda2e
specs: specs:
xcodeproj (0.4.0.rc9) xcodeproj (0.4.0)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
colored (~> 1.2) colored (~> 1.2)
...@@ -18,7 +18,7 @@ GIT ...@@ -18,7 +18,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.16.0.rc5) cocoapods (0.16.0)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
...@@ -27,7 +27,7 @@ PATH ...@@ -27,7 +27,7 @@ PATH
octokit (~> 1.7) octokit (~> 1.7)
open4 (~> 1.3.0) open4 (~> 1.3.0)
rake (~> 0.9.4) rake (~> 0.9.4)
xcodeproj (~> 0.4.0.rc6) xcodeproj (~> 0.4.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
...@@ -50,7 +50,7 @@ GEM ...@@ -50,7 +50,7 @@ GEM
hashie (1.2.0) hashie (1.2.0)
i18n (0.6.1) i18n (0.6.1)
json (1.7.5) json (1.7.5)
listen (0.5.3) listen (0.6.0)
metaclass (0.0.1) metaclass (0.0.1)
method_source (0.8.1) method_source (0.8.1)
mocha (0.11.4) mocha (0.11.4)
...@@ -70,7 +70,7 @@ GEM ...@@ -70,7 +70,7 @@ GEM
coderay (~> 1.0.5) coderay (~> 1.0.5)
method_source (~> 0.8) method_source (~> 0.8)
slop (~> 3.3.1) slop (~> 3.3.1)
rake (0.9.4) rake (0.9.5)
rb-fsevent (0.9.2) rb-fsevent (0.9.2)
redcarpet (2.2.2) redcarpet (2.2.2)
slop (3.3.3) slop (3.3.3)
......
...@@ -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.0.rc6' s.add_runtime_dependency 'xcodeproj', '~> 0.4.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