Commit 92fbcc54 authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.26.2

parent 1704d84f
...@@ -7,20 +7,20 @@ GIT ...@@ -7,20 +7,20 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 97f15c2289cf356a87e9bbbb46898a03b36c2818 revision: 95a4edaac972f6183e1c19e4b519f5d79e14898d
branch: master branch: master
specs: specs:
cocoapods-core (0.26.1) cocoapods-core (0.26.2)
activesupport (~> 3.0) activesupport (~> 3.0)
json (~> 1.8) json (~> 1.8)
nap (~> 0.5) nap (~> 0.5)
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 75a00063e9997e2dd3d617a3966f9c878bb99ba6 revision: 970f4a4ac2f75b6887ef4564b3e3f3e55040f496
branch: master branch: master
specs: specs:
xcodeproj (0.12.0) xcodeproj (0.13.0)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -50,16 +50,16 @@ GIT ...@@ -50,16 +50,16 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.26.1) cocoapods (0.26.2)
activesupport (~> 3.2) activesupport (~> 3.2)
claide (~> 0.3.2) claide (~> 0.3.2)
cocoapods-core (= 0.26.1) cocoapods-core (= 0.26.2)
cocoapods-downloader (~> 0.2.0) cocoapods-downloader (~> 0.2.0)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
json (~> 1.8) json (~> 1.8)
open4 (~> 1.3) open4 (~> 1.3)
xcodeproj (~> 0.12.0) xcodeproj (~> 0.13.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
......
module Pod module Pod
# The version of the cocoapods command line tool. # The version of the cocoapods command line tool.
# #
VERSION = '0.26.1' unless defined? Pod::VERSION VERSION = '0.26.2' 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