Commit 83c20788 authored by Fabio Pelosin's avatar Fabio Pelosin

Merge branch '0.23'

* 0.23:
  Release 0.23.0

Conflicts:
	CHANGELOG.md
parents bb69866b 62fa623e
......@@ -20,6 +20,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
* Fixed crash in `pod spec cat`.
## 0.23.0
## 0.23.0.rc1
###### Enhancements
......
......@@ -7,10 +7,10 @@ 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)
......@@ -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