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