Skip to content

Commit

Permalink
Release 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 9, 2013
1 parent 1704d84 commit 92fbcc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -7,20 +7,20 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 97f15c2289cf356a87e9bbbb46898a03b36c2818
revision: 95a4edaac972f6183e1c19e4b519f5d79e14898d
branch: master
specs:
cocoapods-core (0.26.1)
cocoapods-core (0.26.2)
activesupport (~> 3.0)
json (~> 1.8)
nap (~> 0.5)

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 75a00063e9997e2dd3d617a3966f9c878bb99ba6
revision: 970f4a4ac2f75b6887ef4564b3e3f3e55040f496
branch: master
specs:
xcodeproj (0.12.0)
xcodeproj (0.13.0)
activesupport (~> 3.0)
colored (~> 1.2)

Expand Down Expand Up @@ -50,16 +50,16 @@ GIT
PATH
remote: .
specs:
cocoapods (0.26.1)
cocoapods (0.26.2)
activesupport (~> 3.2)
claide (~> 0.3.2)
cocoapods-core (= 0.26.1)
cocoapods-core (= 0.26.2)
cocoapods-downloader (~> 0.2.0)
colored (~> 1.2)
escape (~> 0.0.4)
json (~> 1.8)
open4 (~> 1.3)
xcodeproj (~> 0.12.0)
xcodeproj (~> 0.13.0)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/gem_version.rb
@@ -1,6 +1,6 @@
module Pod
# 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

0 comments on commit 92fbcc5

Please sign in to comment.