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

Update project gem description.

parent 77083507
No related branches found
No related tags found
No related merge requests found
......@@ -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