Commit 1eb9a22b authored by Fabio Pelosin's avatar Fabio Pelosin

[UIPod] Robustness against missing authors.

parent d434ccf4
......@@ -42,7 +42,7 @@ module Pod
end
def authors
spec.authors.keys.to_sentence
spec.authors ? spec.authors.keys.to_sentence : ''
end
def homepage
......
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