Refactor geo:status Rake task
There's lots of juicy logic in ee/lib/tasks/geo.rake, would be great to (where appropriate):
- Extract out into a library
- Add tests
- Reduce repetition (e.g.
.rjust(COLUMN_WIDTH)calls) - Possibly utilise ERB so presentation logic is separated