gmaps_geocoding 1.3.6
A simple Ruby gem for Google Maps Geocoding API. This gem returns a Ruby Hash object of the result.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (6):
            json
            ~> 2.0, >= 2.0.2
          
          
            oj
            >= 2.18.0, < 4
          
          
            oj_mimic_json
            ~> 1.0, >= 1.0.1
          
          
            ox
            ~> 2.4, >= 2.4.7
          
          
            rainbow
            ~> 2.1.0
          
          
            rest-client
            >= 2.0.0, ~> 2.0
          
    