Sha256: 6e976b1dee20f0255e1f0ed489810cf1213527d4eb12021a778d2ae4a344e076
Contents?: true
Size: 411 Bytes
Versions: 54
Compression:
Stored size: 411 Bytes
Contents
require 'geocoder/results/geoip2' module Geocoder::Result class MaxmindGeoip2 < Geoip2 # MindmindGeoip2 has the same results as Geoip2 because both are from MaxMind's GeoIP2 Precision Services # See http://dev.maxmind.com/geoip/geoip2/web-services/ The difference being that Maxmind calls the service # directly while GeoIP2 uses Hive::GeoIP2. See https://github.com/desuwa/hive_geoip2 end end
Version data entries
54 entries across 54 versions & 4 rubygems