ssoroka / net-geoip

patched fork of svn repo: http://rubyforge.org/scm/?group_id=947

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file FAQ
file README
file Rakefile
directory ext/
directory lib/
directory test/
README
= Net::GeoIP

== What this is

This project contains the Net::GeoIP module to interface with the GeoIP library provided by MaxMind.

== What to do

To run the installer and tests, type:

  rake
  

== Usage

If the bundle installed correctly, the tests should pass and you should be able to do require 'net/geoip'




== Credits

[Sean Chittenden] Original code 
[Steven Baker]    Updated (details?)
[MaxMind]         Patched
[Steven Soroka]   Applied patch and moved to Github, gemified, misc improvements