Asynchronous Tasks with Elixir Gravity - Elixir client for the Gravatar API

#TIL: `handle_info(_, state), do: {:noreply, state}` is a Pokemon clause

Today I learned, that handle_info(_, state), do: {:noreply, state} is a Pokemon clause, because:

Gotta catch em all.