Commit 62fa623e authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.23.0

parent 57abeabe
......@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master
## 0.23.0.rc1
## 0.23.0
###### Enhancements
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.3...0.23.0.rc1)
......
......@@ -7,17 +7,17 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 63f310adb5210854b34c3d94bb9452bafd7cbc26
revision: 925b48bb35d969e2f74777a883ef3a9e5659dde3
branch: master
specs:
cocoapods-core (0.23.0.rc1)
cocoapods-core (0.23.0)
activesupport (~> 3.2.13)
json (~> 1.8.0)
nap (~> 0.5.1)
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 83c3e0781cbea05c704d02523610fe43f3ea062c
revision: 0cb0a41a7b8070c51a03a3221e8741a6bd6afe47
branch: master
specs:
xcodeproj (0.9.0)
......@@ -61,10 +61,10 @@ GIT
PATH
remote: .
specs:
cocoapods (0.23.0.rc1)
cocoapods (0.23.0)
activesupport (~> 3.2.13)
claide (~> 0.3.2)
cocoapods-core (= 0.23.0.rc1)
cocoapods-core (= 0.23.0)
cocoapods-downloader (~> 0.1.2)
colored (~> 1.2)
escape (~> 0.0.4)
......@@ -99,7 +99,7 @@ GEM
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
mocha (>= 0.13.0)
multi_json (1.7.7)
multi_json (1.7.8)
nap (0.5.1)
open4 (1.3.0)
posix-spawn (0.3.6)
......
module Pod
# The version of the cocoapods command line tool.
#
VERSION = '0.23.0.rc1' unless defined? Pod::VERSION
VERSION = '0.23.0' 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