Commit 7b9a2415 authored by Samuel Giddins's avatar Samuel Giddins

Release 1.0.0.beta.6

parent ab05e2c9
...@@ -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.0.0.beta.6 (2016-03-15)
##### Breaking ##### Breaking
......
...@@ -7,24 +7,24 @@ GIT ...@@ -7,24 +7,24 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 66c7b3b40fde614bb3eb6e287c25da4dfc6529c1 revision: 33d5fbcfb956cfef621bfb1b03e0880d6de4a546
branch: master branch: master
specs: specs:
cocoapods-core (1.0.0.beta.5) cocoapods-core (1.0.0.beta.6)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
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: 75a5c1272a68ea76581535a9441d8be64b7dd362 revision: 3fc883313a3a386403481e331af2b990bb9dba31
branch: master branch: master
specs: specs:
molinillo (0.4.4) molinillo (0.4.4)
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: c899268b9830af495d13654e01d2202cbdc42a49 revision: d033c21ca25fa9757b1f949a7be7e6bf830118d0
branch: master branch: master
specs: specs:
xcodeproj (1.0.0.beta.3) xcodeproj (1.0.0.beta.3)
...@@ -48,7 +48,7 @@ GIT ...@@ -48,7 +48,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: b8c10c14071f4199be452926a961c565ca12d048 revision: 053ec831e0df60b366ce08f397fb7ae40ade21f7
branch: master branch: master
specs: specs:
cocoapods-plugins (1.0.0.beta.1) cocoapods-plugins (1.0.0.beta.1)
...@@ -56,7 +56,7 @@ GIT ...@@ -56,7 +56,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-search.git remote: https://github.com/CocoaPods/cocoapods-search.git
revision: 02e3d06276776bbe59d54b2805d3290e115401dd revision: 87ece1f12f131da8f988057d0b0db565ada9069a
branch: master branch: master
specs: specs:
cocoapods-search (1.0.0.beta.1) cocoapods-search (1.0.0.beta.1)
...@@ -94,10 +94,10 @@ GIT ...@@ -94,10 +94,10 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (1.0.0.beta.5) cocoapods (1.0.0.beta.6)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
claide (>= 1.0.0.beta.3, < 2.0) claide (>= 1.0.0.beta.3, < 2.0)
cocoapods-core (= 1.0.0.beta.5) cocoapods-core (= 1.0.0.beta.6)
cocoapods-deintegrate (>= 1.0.0.beta.1, < 2.0) cocoapods-deintegrate (>= 1.0.0.beta.1, < 2.0)
cocoapods-downloader (>= 1.0.0.beta.2, < 2.0) cocoapods-downloader (>= 1.0.0.beta.2, < 2.0)
cocoapods-plugins (>= 1.0.0.beta.1, < 2.0) cocoapods-plugins (>= 1.0.0.beta.1, < 2.0)
......
module Pod module Pod
# The version of the CocoaPods command line tool. # The version of the CocoaPods command line tool.
# #
VERSION = '1.0.0.beta.5'.freeze unless defined? Pod::VERSION VERSION = '1.0.0.beta.6'.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