# frozen_string_literal: true # A simple PORO wrapper for geocoding with Google Maps. class GoogleMapsGeocoder # This gem's version. VERSION = '1.0.0' unless defined?(GoogleMapsGeocoder::VERSION) end