Release 1.1.0.beta.2

parent fae53129
...@@ -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.1.0.beta.2 (2016-09-03)
##### Enhancements ##### Enhancements
......
...@@ -7,11 +7,11 @@ GIT ...@@ -7,11 +7,11 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: db99f5e8b9385473539405a31c4a7ba3790d47f7 revision: da743f031f31ac2325c38a2db895f1b4c1faccc5
branch: master branch: master
specs: specs:
cocoapods-core (1.1.0.beta.1) cocoapods-core (1.1.0.beta.2)
activesupport (>= 4.0.2) activesupport (>= 4.0.2, < 5)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
nap (~> 1.0) nap (~> 1.0)
...@@ -24,31 +24,31 @@ GIT ...@@ -24,31 +24,31 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 2f8cc93e82df9cb207eca789cdadded02ac9e7a9 revision: 1bee869af047a36cab67ee108f3477144749ba95
branch: master branch: master
specs: specs:
xcodeproj (1.2.0) xcodeproj (1.3.0)
activesupport (>= 3) activesupport (>= 3)
claide (>= 1.0.0, < 2.0) claide (>= 1.0.0, < 2.0)
colored (~> 1.2) colored (~> 1.2)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-deintegrate.git remote: https://github.com/CocoaPods/cocoapods-deintegrate.git
revision: c5e0698f7043b440a0d9d2db89f2145171ae6593 revision: 3735087ac0d50cac0d4df415eecfb67e05cfce84
branch: master branch: master
specs: specs:
cocoapods-deintegrate (1.0.0) cocoapods-deintegrate (1.0.1)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 1932ea3f6178f588a9932ea80eae96f6a730c78e revision: 978dfcd59e028db875cd4bb191ebbf3195b6fc26
branch: master branch: master
specs: specs:
cocoapods-downloader (1.1.0) cocoapods-downloader (1.1.1)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: 710a63c7247e6c55aa62436e2cc659adebc01cef revision: 610ddb95d048bf6ba3340e5a817e58ddf10a7d12
branch: master branch: master
specs: specs:
cocoapods-plugins (1.0.0) cocoapods-plugins (1.0.0)
...@@ -94,12 +94,12 @@ GIT ...@@ -94,12 +94,12 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (1.1.0.beta.1) cocoapods (1.1.0.beta.2)
activesupport (>= 4.0.2, < 5) activesupport (>= 4.0.2, < 5)
claide (>= 1.0.0, < 2.0) claide (>= 1.0.0, < 2.0)
cocoapods-core (= 1.1.0.beta.1) cocoapods-core (= 1.1.0.beta.2)
cocoapods-deintegrate (>= 1.0.0, < 2.0) cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.0, < 2.0) cocoapods-downloader (>= 1.1.1, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0) cocoapods-stats (>= 1.0.0, < 2.0)
...@@ -111,12 +111,12 @@ PATH ...@@ -111,12 +111,12 @@ PATH
gh_inspector (~> 1.0) gh_inspector (~> 1.0)
molinillo (~> 0.5.0) molinillo (~> 0.5.0)
nap (~> 1.0) nap (~> 1.0)
xcodeproj (>= 1.2.0, < 2.0) xcodeproj (>= 1.3.0, < 2.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (4.2.7) activesupport (4.2.7.1)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
......
module Pod module Pod
# The version of the CocoaPods command line tool. # The version of the CocoaPods command line tool.
# #
VERSION = '1.1.0.beta.1'.freeze unless defined? Pod::VERSION VERSION = '1.1.0.beta.2'.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