Skip to content
Snippets Groups Projects
Commit febb5a0b authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge branch 'master' of git@github.com:alexreisner/geocoder

parents dd985747 1663a625
No related branches found
No related tags found
No related merge requests found
= Geocoder
Geocoder adds database-agnostic object geocoding to Rails (via Google). It does not rely on proprietary database functions so reasonably accurate distances can be calculated in MySQL or even SQLite.
Geocoder adds object geocoding and database-agnostic distance calculations to Ruby on Rails. It does not rely on proprietary database functions so finding geocoded objects in a given area is easily done using out-of-the-box MySQL or even SQLite.
== Install
......
......@@ -6,7 +6,7 @@ begin
Jeweler::Tasks.new do |gem|
gem.name = "rails-geocoder"
gem.summary = %Q{Add geocoding functionality to Rails models.}
gem.description = %Q{Add geocoding functionality to Rails models.}
gem.description = %Q{Geocoder adds object geocoding and database-agnostic distance calculations to Ruby on Rails. It does not rely on proprietary database functions so finding geocoded objects in a given area is easily done using out-of-the-box MySQL or even SQLite.}
gem.email = "alex@alexreisner.com"
gem.homepage = "http://github.com/alexreisner/geocoder"
gem.authors = ["Alex Reisner"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment