Commit 77a75f10 authored by Eloy Durán's avatar Eloy Durán

[bundle] Add cocoapods-trunk plugin for now.

parent d4af7dfe
...@@ -6,6 +6,9 @@ end ...@@ -6,6 +6,9 @@ end
gemspec gemspec
group :development do group :development do
# Only while we test the trunk app.
gem 'cocoapods-trunk', :git => "https://github.com/alloy/cocoapods-trunk.git"
# To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler. # To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler.
# For more info see http://bundler.io/git.html#local # For more info see http://bundler.io/git.html#local
gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master' gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master'
......
...@@ -33,6 +33,15 @@ GIT ...@@ -33,6 +33,15 @@ GIT
specs: specs:
cocoapods-downloader (0.3.0) cocoapods-downloader (0.3.0)
GIT
remote: https://github.com/alloy/cocoapods-trunk.git
revision: bb56344df6085d1e9329a40fa7b62ec1b9b54335
specs:
cocoapods-trunk (0.0.1)
json (~> 1.8)
nap (>= 0.6)
netrc
GIT GIT
remote: https://github.com/alloy/kicker.git remote: https://github.com/alloy/kicker.git
revision: 87b0047202c0320d4ef62e1f1a4b2cbdefadf008 revision: 87b0047202c0320d4ef62e1f1a4b2cbdefadf008
...@@ -96,6 +105,7 @@ GEM ...@@ -96,6 +105,7 @@ GEM
fuzzy_match (2.0.4) fuzzy_match (2.0.4)
github-markup (1.0.0) github-markup (1.0.0)
i18n (0.6.9) i18n (0.6.9)
json (1.8.1)
json_pure (1.8.1) json_pure (1.8.1)
listen (1.3.1) listen (1.3.1)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
...@@ -110,6 +120,7 @@ GEM ...@@ -110,6 +120,7 @@ GEM
mocha (>= 0.13.0) mocha (>= 0.13.0)
multi_json (1.8.2) multi_json (1.8.2)
nap (0.6.0) nap (0.6.0)
netrc (0.7.7)
notify (0.5.2) notify (0.5.2)
open4 (1.3.0) open4 (1.3.0)
posix-spawn (0.3.8) posix-spawn (0.3.8)
...@@ -152,6 +163,7 @@ DEPENDENCIES ...@@ -152,6 +163,7 @@ DEPENDENCIES
cocoapods! cocoapods!
cocoapods-core! cocoapods-core!
cocoapods-downloader! cocoapods-downloader!
cocoapods-trunk!
coveralls coveralls
diffy diffy
github-markup github-markup
......
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