GitXplorerGitXplorer
d

geoip2_compat

public
16 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
9944fd7751c9acd40569ef2aeb5d1a58739d0366

Fix version guard

ddbussink committed 10 years ago
Unverified
5a105b382ba781e60f5913642be5cd02e7a288b6

Add version specification

ddbussink committed 10 years ago
Unverified
804bea7acac8e52636df93b24b5653061569fea5

Bump gem version

ddbussink committed 10 years ago
Unverified
2880e6d040164dc4d04554d854f17781f75241ed

Merge pull request #3 from dbussink/dbussink/setup-travis

ddbussink committed 10 years ago
Unverified
7ef5959872fdc4411402d845f8163d33937598ab

Add test-unit for Ruby 2.2

ddbussink committed 10 years ago
Unverified
bdb9a5eff26f339e28e30de32680e094c8f98259

Enable C99

ddbussink committed 10 years ago

README

The README file for this repository.

Ruby GeoIP2 compatibility bindings

Implements the new Maxmind database format while keeping the output complatible with https://github.com/mtodd/geoip

Dependencies

This depends on libmaxminddb

Installation

gem install geoip2_compat

Usage

geoip = GeoIP2Compat.new(dbfile)
geoip.lookup("24.24.24.24")