Commit 26e2363c authored by Jonathan Hersh's avatar Jonathan Hersh

[UI] Disambiguate gem and pod updates

parent fec995a6
......@@ -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