Commit 5620fd41 authored by Orta's avatar Orta

Merge pull request #3483 from jhersh/updates-msg

[UI] Disambiguate gem and pod updates
parents bc43a69e 26e2363c
......@@ -24,9 +24,9 @@ module Pod
#
def run
if updates.empty?
UI.puts 'No updates are available.'.yellow
UI.puts 'No pod updates are available.'.yellow
else
UI.section 'The following updates are available:' do
UI.section 'The following pod updates are available:' do
updates.each do |(name, from_version, matching_version, to_version)|
UI.puts "- #{name} #{from_version} -> #{matching_version} " \
"(latest version #{to_version})"
......
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