cjheath / geoip

The Ruby gem for querying Maxmind.com's GeoIP database, which returns the geographic location of a server given its IP address

Home Page:http://geoip.rubyforge.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not supported with Maxmind GeoIP2 Country

DevilalDheer opened this issue · comments

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

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.

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

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.

Thanks @cjheath, Yes I am checking this.