FoveaCentral/google_maps_geocoder

View on GitHub
lib/google_maps_geocoder/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# 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