Commit 4d11c65b authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #2493 from laiso/missing_spec

minor refactoring 'user_interface.rb'
parents 7e8ff41f 62a8c9ae
...@@ -170,7 +170,7 @@ module Pod ...@@ -170,7 +170,7 @@ module Pod
end end
title(colored_title, '', 1) do title(colored_title, '', 1) do
puts_indented pod.summary puts_indented pod.summary if pod.summary
puts_indented "pod '#{pod.name}', '~> #{pod.version}'" puts_indented "pod '#{pod.name}', '~> #{pod.version}'"
labeled('Homepage', pod.homepage) labeled('Homepage', pod.homepage)
labeled('Source', pod.source_url) labeled('Source', pod.source_url)
......
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