Commit 6cc13e2e authored by Fabio Pelosin's avatar Fabio Pelosin

Require Xcodeproj 0.4.0.rc1

parent ccdc81e6
...@@ -3,7 +3,7 @@ source "http://rubygems.org" ...@@ -3,7 +3,7 @@ source "http://rubygems.org"
gemspec gemspec
group :development do group :development do
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git", :branch => "refactor" gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git"
gem "mocha", "~> 0.11.4" gem "mocha", "~> 0.11.4"
gem "bacon" gem "bacon"
gem "mocha-on-bacon" gem "mocha-on-bacon"
......
GIT GIT
remote: git://github.com/CocoaPods/Xcodeproj.git remote: git://github.com/CocoaPods/Xcodeproj.git
revision: 280a500ed5ee5a5f6bb4e3c5edcfef0240fa427b revision: cc71c669a05934886c56169bbe209014a7a1af8e
branch: refactor
specs: specs:
xcodeproj (0.3.5) xcodeproj (0.4.0.rc1)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
colored (~> 1.2)
GIT GIT
remote: https://github.com/alloy/kicker.git remote: https://github.com/alloy/kicker.git
...@@ -18,7 +18,7 @@ GIT ...@@ -18,7 +18,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.15.2) cocoapods (0.16.0.rc1)
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.0) rake (~> 0.9.0)
xcodeproj (~> 0.3.5) xcodeproj (~> 0.4.0.rc1)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
......
...@@ -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.3.5' s.add_runtime_dependency 'xcodeproj', '~> 0.4.0.rc1'
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