Commit 60d127db authored by Fabio Pelosin's avatar Fabio Pelosin

Use the version of CocoaPods-Core.

parent c3fb5d0a
source "http://rubygems.org" source "http://rubygems.org"
BUNDLER_LOAD = true
gemspec gemspec
group :development do group :development do
# gem "cocoapods-core", :git => "git://github.com/CocoaPods/Core.git" gem "cocoapods-core", :git => "git://github.com/CocoaPods/Core.git"
gem "cocoapods-core", :path => "../Core"
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git"
gem "mocha", "~> 0.11.4" gem "mocha", "~> 0.11.4"
gem "bacon" gem "bacon"
......
GIT
remote: git://github.com/CocoaPods/Core.git
revision: 7d81fe67e641634c26d19b25c424058d6b7c5526
specs:
cocoapods-core (0.17.0.alpha)
activesupport (~> 3.2.6)
faraday (~> 0.8.1)
octokit (~> 1.7)
GIT GIT
remote: git://github.com/CocoaPods/Xcodeproj.git remote: git://github.com/CocoaPods/Xcodeproj.git
revision: fbb5c11844b99bd954b2945098502dde0641c311 revision: fbb5c11844b99bd954b2945098502dde0641c311
...@@ -18,7 +27,7 @@ GIT ...@@ -18,7 +27,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.17.0.alpha) cocoapods (0.0.0)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
claide (~> 0.1) claide (~> 0.1)
cocoapods-core cocoapods-core
...@@ -31,14 +40,6 @@ PATH ...@@ -31,14 +40,6 @@ PATH
rake (~> 0.9.4) rake (~> 0.9.4)
xcodeproj (~> 0.4.0) xcodeproj (~> 0.4.0)
PATH
remote: ../Core
specs:
cocoapods-core (0.16.0.rc2)
activesupport (~> 3.2.6)
faraday (~> 0.8.1)
octokit (~> 1.7)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
......
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
$:.unshift File.expand_path('../lib', __FILE__) $:.unshift File.expand_path('../lib', __FILE__)
require 'cocoapods/version'
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "cocoapods"
# Use the version of CocoaPods-Core
if BUNDLER_LOAD = true
s.version = '0.0.0'
else
require 'cocoapods-core'
s.version = Pod::VERSION s.version = Pod::VERSION
end
s.name = "cocoapods"
s.date = Date.today s.date = Date.today
s.license = "MIT" s.license = "MIT"
s.email = ["eloy.de.enige@gmail.com", "fabiopelosin@gmail.com"] s.email = ["eloy.de.enige@gmail.com", "fabiopelosin@gmail.com"]
......
module Pod
VERSION = '0.17.0.alpha'
end
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