2.0.0
We now support Geocodio's new additional fields:
geocodio = Geocodio::Client.new
geocodio.geocode(['1 Infinite Loop, Cupertino CA'], fields: ['stateleg', 'timezone'])
This made parsing coordinate pairs and option hashes difficult, so please note that all geocoding methods now take an Array. If the Array has more than one element, the batch geocoding endpoints will still be used behind the scenes.