Commit ef58505e authored by Fabio Pelosin's avatar Fabio Pelosin

[colors] updated SetPresent module for colored gem

parent ae47110f
......@@ -27,7 +27,7 @@ module Pod
if @list
puts set.name
else
puts "\e[32m--> #{set.name} (#{set.versions.reverse.join(", ")})\e[0m"
puts "--> #{set.name} (#{set.versions.reverse.join(", ")})".green
puts_wrapped_text(set.specification.summary)
spec = set.specification.part_of_other_pod? ? set.specification.part_of_specification : set.specification
......
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