Commit 9a5b3de5 authored by Eloy Duran's avatar Eloy Duran

Release 0.6.0

parent 19448eca
GIT GIT
remote: git://github.com/CocoaPods/Xcodeproj.git remote: git://github.com/CocoaPods/Xcodeproj.git
revision: 8588320c17db695f3ee87f11ab0953cc2e3a0f0d revision: 4c49ed5c0fb4f021b73afd69515ac4aec1765f81
branch: develop branch: develop
specs: specs:
xcodeproj (0.2.0.rc3) xcodeproj (0.2.0)
PATH PATH
remote: . remote: .
...@@ -16,7 +16,7 @@ PATH ...@@ -16,7 +16,7 @@ PATH
octokit (~> 1.7.0) octokit (~> 1.7.0)
open4 (~> 1.3.0) open4 (~> 1.3.0)
rake (~> 0.9.0) rake (~> 0.9.0)
xcodeproj (~> 0.2.0.rc3) xcodeproj (~> 0.2.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
......
...@@ -6,7 +6,7 @@ module Pod ...@@ -6,7 +6,7 @@ module Pod
class Informative < PlainInformative class Informative < PlainInformative
def message def message
#TODO: remove formatting from raise calls and remove conditional # TODO: remove formatting from raise calls and remove conditional
super !~ /\[!\]/ ? "[!] #{super}\n".red : super super !~ /\[!\]/ ? "[!] #{super}\n".red : super
end end
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