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
fb963423
Commit
fb963423
authored
Jan 24, 2016
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SourcesManager] Link directly to GH release for new version message
parent
d915b394
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
sources_manager.rb
lib/cocoapods/sources_manager.rb
+4
-3
No files found.
lib/cocoapods/sources_manager.rb
View file @
fb963423
...
...
@@ -373,14 +373,15 @@ module Pod
install_message
<<
'gem install cocoapods'
install_message
<<
' --pre'
if
rc
message
=
[
"CocoaPods
#{
versions
[
'last'
]
}
is available."
.
green
,
"CocoaPods
#{
last
}
is available."
.
green
,
"To update use: `
#{
install_message
}
`"
.
green
,
(
"[!] This is a test version we'd love you to try."
.
yellow
if
rc
),
(
"Until we reach version 1.0 the features of CocoaPods can and will change.
\n
"
\
'We strongly recommend that you use the latest version at all times.'
.
yellow
unless
rc
),
''
,
'For more information see https://blog.cocoapods.org'
.
green
,
'and the CHANGELOG for this version http://git.io/BaH8pQ.'
.
green
,
'For more information, see https://blog.cocoapods.org '
\
'and the CHANGELOG for this version at '
\
"https://github.com/CocoaPods/CocoaPods/releases/tag/
#{
last
}
"
.
green
,
''
,
].
compact
.
join
(
"
\n
"
)
UI
.
puts
(
"
\n
#{
message
}
\n
"
)
...
...
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