Metadata


Name
geocoder
Version
0.9.10
Platform
ruby
Authors
Alex Reisner
Bindir
bin
Date
2011-03-09 00:00:00 UTC
Description
Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), and distance calculations for geocoded objects. Designed for Rails but works with other frameworks too.
Email
alex@alexreisner.com
Files
.gitignore
CHANGELOG.rdoc
LICENSE
README.rdoc
Rakefile
VERSION
lib/geocoder.rb
lib/geocoder/calculations.rb
lib/geocoder/configuration.rb
lib/geocoder/lookups/base.rb
lib/geocoder/lookups/freegeoip.rb
lib/geocoder/lookups/google.rb
lib/geocoder/lookups/yahoo.rb
lib/geocoder/orms/active_record.rb
lib/geocoder/orms/active_record_legacy.rb
lib/geocoder/orms/base.rb
lib/geocoder/railtie.rb
lib/geocoder/request.rb
lib/geocoder/results/base.rb
lib/geocoder/results/freegeoip.rb
lib/geocoder/results/google.rb
lib/geocoder/results/yahoo.rb
lib/tasks/geocoder.rake
test/fixtures/freegeoip_74_200_247_59.json
test/fixtures/google_garbage.json
test/fixtures/google_madison_square_garden.json
test/fixtures/google_no_results.json
test/fixtures/yahoo_garbage.json
test/fixtures/yahoo_madison_square_garden.json
test/fixtures/yahoo_no_results.json
test/geocoder_test.rb
test/test_helper.rb
Has rdoc
true
Homepage
http://github.com/alexreisner/geocoder
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
1.3.6
Specification version
3
Summary
Complete geocoding solution for Ruby.
Original platform
ruby
New platform
ruby