Commit 80dd06c4 authored by Kyle Fuller's avatar Kyle Fuller

[Gemspec] Bump to cocoapods-trunk 0.3.1

parent 8bbb6698
...@@ -42,13 +42,13 @@ GIT ...@@ -42,13 +42,13 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: db60837c508dfc179703988a111b9928d3eafce3 revision: aee318675961e0666af80a67596497de62b68c2e
branch: master branch: master
specs: specs:
cocoapods-trunk (0.3.0) cocoapods-trunk (0.3.1)
json_pure (~> 1.8) json_pure (~> 1.8)
nap (>= 0.8) nap (>= 0.8)
netrc netrc (= 0.7.8)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-try.git remote: https://github.com/CocoaPods/cocoapods-try.git
...@@ -66,7 +66,7 @@ PATH ...@@ -66,7 +66,7 @@ PATH
cocoapods-core (= 0.34.2) cocoapods-core (= 0.34.2)
cocoapods-downloader (~> 0.7.2) cocoapods-downloader (~> 0.7.2)
cocoapods-plugins (~> 0.3.1) cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.3.0) cocoapods-trunk (~> 0.3.1)
cocoapods-try (~> 0.4.1) cocoapods-try (~> 0.4.1)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
...@@ -117,7 +117,7 @@ GEM ...@@ -117,7 +117,7 @@ GEM
mocha (>= 0.13.0) mocha (>= 0.13.0)
multi_json (1.10.1) multi_json (1.10.1)
nap (0.8.0) nap (0.8.0)
netrc (0.7.7) netrc (0.7.8)
notify (0.5.2) notify (0.5.2)
open4 (1.3.4) open4 (1.3.4)
parser (2.2.0.pre.5) parser (2.2.0.pre.5)
......
...@@ -33,7 +33,7 @@ Gem::Specification.new do |s| ...@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1'
s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1' s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1'
s.add_runtime_dependency 'cocoapods-trunk', '~> 0.3.0' s.add_runtime_dependency 'cocoapods-trunk', '~> 0.3.1'
s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4' s.add_runtime_dependency 'escape', '~> 0.0.4'
......
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