cjheath / geoip

The Ruby gem for querying Maxmind.com's GeoIP database, which returns the geographic location of a server given its IP address
http://geoip.rubyforge.org/
GNU Lesser General Public License v2.1
714 stars 90 forks source link

Not supported with Maxmind GeoIP2 Country #53

Open DevilalDheer opened 8 years ago

DevilalDheer commented 8 years ago

Integration with GeoIp.dat file is fine, but there are issues when we integrate with GeoIP2-Country.mmdb

cjheath commented 8 years ago

Support for this new format has not been implemented. If you need it and can find time to translate the other implementations, I will accept a pull request.

dmitry commented 8 years ago

@DevilalDheer here are the gems that are supporting new format: http://dev.maxmind.com/geoip/geoip2/downloadable/

cjheath commented 8 years ago

Interesting. I'm too busy to integrate this code at present, but if you choose to, I'd be happy to receive a pull request.

DevilalDheer commented 8 years ago

Thanks @cjheath, Yes I am checking this.