-
Name
-
geocoder
-
Version
-
0.9.13
-
Platform
-
ruby
-
Authors
-
Alex Reisner
-
Bindir
-
bin
-
Date
-
2011-04-11 00:00:00 UTC
-
Description
-
Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), and distance queries for ActiveRecord and Mongoid. Designed for Rails but works with other Rack frameworks too.
-
Email
-
alex@alexreisner.com
-
Files
-
.gitignore
CHANGELOG.rdoc
LICENSE
README.rdoc
Rakefile
VERSION
lib/geocoder.rb
lib/geocoder/cache.rb
lib/geocoder/calculations.rb
lib/geocoder/configuration.rb
lib/geocoder/lookups/base.rb
lib/geocoder/lookups/freegeoip.rb
lib/geocoder/lookups/geocoder_ca.rb
lib/geocoder/lookups/google.rb
lib/geocoder/lookups/yahoo.rb
lib/geocoder/models/active_record.rb
lib/geocoder/models/base.rb
lib/geocoder/models/mongoid.rb
lib/geocoder/railtie.rb
lib/geocoder/request.rb
lib/geocoder/results/base.rb
lib/geocoder/results/freegeoip.rb
lib/geocoder/results/geocoder_ca.rb
lib/geocoder/results/google.rb
lib/geocoder/results/yahoo.rb
lib/geocoder/stores/active_record.rb
lib/geocoder/stores/active_record_legacy.rb
lib/geocoder/stores/base.rb
lib/geocoder/stores/mongoid.rb
lib/tasks/geocoder.rake
test/fixtures/freegeoip_74_200_247_59.json
test/fixtures/geocoder_ca_madison_square_garden.json
test/fixtures/geocoder_ca_no_results.json
test/fixtures/geocoder_ca_reverse.json
test/fixtures/google_garbage.json
test/fixtures/google_madison_square_garden.json
test/fixtures/google_no_locality.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://www.rubygeocoder.com
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
1.6.2
-
Specification version
-
3
-
Summary
-
Complete geocoding solution for Ruby.
-
Original platform
-
ruby
-
New platform
-
ruby