Release 1.2.0.beta.3

parent c5ed14db
...@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -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` To install release candidates run `[sudo] gem install cocoapods --pre`
## Master ## 1.2.0.beta.3 (2016-12-28)
##### Enhancements ##### Enhancements
......
...@@ -7,39 +7,39 @@ GIT ...@@ -7,39 +7,39 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 5bdbcac31c09a534b2cbe33633de768cc927bcf0 revision: fdf75dce86b175c4321811c3305f76df6e01c898
branch: master branch: master
specs: specs:
cocoapods-core (1.2.0.beta.1) cocoapods-core (1.2.0.beta.3)
activesupport (>= 4.0.2, < 5) activesupport (>= 4.0.2, < 5)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
nap (~> 1.0) nap (~> 1.0)
GIT GIT
remote: https://github.com/CocoaPods/Molinillo.git remote: https://github.com/CocoaPods/Molinillo.git
revision: cf6b05b045abd584e48a4480e742092335e29e87 revision: 7ef98da605b87aa4e27468379b9f87441cf4be2c
branch: master branch: master
specs: specs:
molinillo (0.5.4) molinillo (0.5.4)
GIT GIT
remote: https://github.com/CocoaPods/Nanaimo.git remote: https://github.com/CocoaPods/Nanaimo.git
revision: 97368f76f7a52f26a2d73bd2a1dd7267418624d8 revision: c9b1cf5734523cf523497fd6de11f7240fd18944
branch: master branch: master
specs: specs:
nanaimo (0.2.2) nanaimo (0.2.3)
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: bd9933ef64c52985f3ade697048add55a3658974 revision: 823a2e24a11b41d823cc492716ebc64454c6a8b3
branch: master branch: master
specs: specs:
xcodeproj (1.4.1) xcodeproj (1.4.2)
CFPropertyList (~> 2.3.3) CFPropertyList (~> 2.3.3)
activesupport (>= 3) activesupport (>= 3)
claide (>= 1.0.1, < 2.0) claide (>= 1.0.1, < 2.0)
colored (~> 1.2) colored (~> 1.2)
nanaimo (~> 0.2.2) nanaimo (~> 0.2.3)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-deintegrate.git remote: https://github.com/CocoaPods/cocoapods-deintegrate.git
...@@ -79,7 +79,7 @@ GIT ...@@ -79,7 +79,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: b7853130d3927d045f0206e0333cc739de75e69c revision: f544707599303661a60290efb4408ac007a72273
branch: master branch: master
specs: specs:
cocoapods-trunk (1.1.2) cocoapods-trunk (1.1.2)
...@@ -103,10 +103,10 @@ GIT ...@@ -103,10 +103,10 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (1.2.0.beta.1) cocoapods (1.2.0.beta.3)
activesupport (>= 4.0.2, < 5) activesupport (>= 4.0.2, < 5)
claide (>= 1.0.1, < 2.0) 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-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0) cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0)
...@@ -126,7 +126,7 @@ PATH ...@@ -126,7 +126,7 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
CFPropertyList (2.3.3) CFPropertyList (2.3.4)
activesupport (4.2.7.1) activesupport (4.2.7.1)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
...@@ -194,7 +194,7 @@ GEM ...@@ -194,7 +194,7 @@ GEM
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
metaclass (0.0.4) metaclass (0.0.4)
method_source (0.8.2) method_source (0.8.2)
minitest (5.9.1) minitest (5.10.1)
mocha (1.2.1) mocha (1.2.1)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3) mocha-on-bacon (0.2.3)
......
module Pod module Pod
# The version of the CocoaPods command line tool. # 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 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