Unverified Commit aac8c818 authored by Danielle Tomlinson's avatar Danielle Tomlinson

Merge tag '1.2.0.beta.3'

Release 1.2.0.beta.3

# gpg: Signature made Wed 28 Dec 17:39:03 2016 CET
# gpg:                using RSA key 35D2D0983CE43CC7
# gpg: Good signature from "keybase.io/dantoml <dantoml@keybase.io>"
# gpg:                 aka "Danielle Tomlinson (https://circleci.com) <dani@circleci.com>"
# gpg:                 aka "Danielle Tomlinson (https://dantoml.com) <dan@tomlinson.io>"
# gpg:                 aka "Danielle Tomlinson (iCloud) <danieltomlinson@me.com>"
parents c5ed14db 5080b60d
......@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
To install release candidates run `[sudo] gem install cocoapods --pre`
## Master
## 1.2.0.beta.3 (2016-12-28)
##### Enhancements
......
......@@ -7,39 +7,39 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 5bdbcac31c09a534b2cbe33633de768cc927bcf0
revision: fdf75dce86b175c4321811c3305f76df6e01c898
branch: master
specs:
cocoapods-core (1.2.0.beta.1)
cocoapods-core (1.2.0.beta.3)
activesupport (>= 4.0.2, < 5)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
GIT
remote: https://github.com/CocoaPods/Molinillo.git
revision: cf6b05b045abd584e48a4480e742092335e29e87
revision: 7ef98da605b87aa4e27468379b9f87441cf4be2c
branch: master
specs:
molinillo (0.5.4)
GIT
remote: https://github.com/CocoaPods/Nanaimo.git
revision: 97368f76f7a52f26a2d73bd2a1dd7267418624d8
revision: c9b1cf5734523cf523497fd6de11f7240fd18944
branch: master
specs:
nanaimo (0.2.2)
nanaimo (0.2.3)
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: bd9933ef64c52985f3ade697048add55a3658974
revision: 823a2e24a11b41d823cc492716ebc64454c6a8b3
branch: master
specs:
xcodeproj (1.4.1)
xcodeproj (1.4.2)
CFPropertyList (~> 2.3.3)
activesupport (>= 3)
claide (>= 1.0.1, < 2.0)
colored (~> 1.2)
nanaimo (~> 0.2.2)
nanaimo (~> 0.2.3)
GIT
remote: https://github.com/CocoaPods/cocoapods-deintegrate.git
......@@ -79,7 +79,7 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: b7853130d3927d045f0206e0333cc739de75e69c
revision: f544707599303661a60290efb4408ac007a72273
branch: master
specs:
cocoapods-trunk (1.1.2)
......@@ -103,10 +103,10 @@ GIT
PATH
remote: .
specs:
cocoapods (1.2.0.beta.1)
cocoapods (1.2.0.beta.3)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.1, < 2.0)
cocoapods-core (= 1.2.0.beta.1)
cocoapods-core (= 1.2.0.beta.3)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
......@@ -126,7 +126,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.3)
CFPropertyList (2.3.4)
activesupport (4.2.7.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
......@@ -194,7 +194,7 @@ GEM
rb-kqueue (>= 0.2)
metaclass (0.0.4)
method_source (0.8.2)
minitest (5.9.1)
minitest (5.10.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3)
......
module Pod
# The version of the CocoaPods command line tool.
#
VERSION = '1.2.0.beta.1'.freeze unless defined? Pod::VERSION
VERSION = '1.2.0.beta.3'.freeze unless defined? Pod::VERSION
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