Merge branch 'master' of git://github.com/gonzoyumo/geocoder into gonzoyumo-master
Conflicts: README.rdoc lib/geocoder.rb lib/geocoder/configuration.rb
No related branches found
No related tags found
Showing
- README.md 11 additions, 0 deletionsREADME.md
- lib/geocoder/lookup.rb 1 addition, 1 deletionlib/geocoder/lookup.rb
- lib/geocoder/lookups/maxmind.rb 41 additions, 0 deletionslib/geocoder/lookups/maxmind.rb
- lib/geocoder/results/maxmind.rb 55 additions, 0 deletionslib/geocoder/results/maxmind.rb
- test/fixtures/maxmind_74_200_247_59.txt 1 addition, 0 deletionstest/fixtures/maxmind_74_200_247_59.txt
- test/fixtures/maxmind_no_results.txt 1 addition, 0 deletionstest/fixtures/maxmind_no_results.txt
- test/lookup_test.rb 6 additions, 0 deletionstest/lookup_test.rb
- test/services_test.rb 14 additions, 0 deletionstest/services_test.rb
- test/test_helper.rb 13 additions, 0 deletionstest/test_helper.rb
lib/geocoder/lookups/maxmind.rb
0 → 100644
lib/geocoder/results/maxmind.rb
0 → 100644
test/fixtures/maxmind_74_200_247_59.txt
0 → 100644
test/fixtures/maxmind_no_results.txt
0 → 100644
Please register or sign in to comment