Commit 76f8f785 authored by Fabio Pelosin's avatar Fabio Pelosin

Minor cosmetic changes

parent 77d05598
......@@ -87,6 +87,8 @@ module Pod
def list_all
present_sets(all_specs_set)
puts "#{all_specs_set.count} pods were found"
puts
end
def run
......
......@@ -14,7 +14,7 @@ module Pod
def search(dependency)
all.map { |s| s.search(dependency) }.compact.first ||
raise(Informative, "Unable to find a pod named `#{dependency.name}'".red)
raise(Informative, "[!] Unable to find a pod named `#{dependency.name}'".red)
end
def search_by_name(query, full_text_search)
......
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