Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
eca73fda
Commit
eca73fda
authored
Mar 04, 2017
by
Orta
Committed by
GitHub
Mar 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6534 from dnkoutso/redtext
Use red text when pod installation fails
parents
456676d1
e5fbc986
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
cache.rb
lib/cocoapods/downloader/cache.rb
+1
-1
No files found.
CHANGELOG.md
View file @
eca73fda
...
...
@@ -8,6 +8,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Enhancements
*
Use red text when pod installation fails
[
Dimitris Koutsogiorgas
](
https://github.com/dnkoutso
)
[
#6534
](
https://github.com/CocoaPods/CocoaPods/issues/6534
)
*
Use the colored2 gem instead of colored.
[
Orta Therox
](
https://github.com/orta
)
[
xcodeproj#463
](
https://github.com/CocoaPods/Xcodeproj/pull/463
)
...
...
lib/cocoapods/downloader/cache.rb
View file @
eca73fda
...
...
@@ -34,7 +34,7 @@ module Pod
rescue
Informative
raise
rescue
UI
.
notice
(
"Error installing
#{
request
.
name
}
"
)
UI
.
puts
(
"
\n
[!] Error installing
#{
request
.
name
}
"
.
red
)
raise
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment