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

Tighten up gemspec description.

parent 8d8ebf61
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.rubygeocoder.com"
s.date = Date.today.to_s
s.summary = "Complete geocoding solution for Ruby."
s.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."
s.description = "Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), and distance calculations. Designed for Rails but works with other Rack frameworks too."
s.files = `git ls-files`.split("\n") - %w[geocoder.gemspec Gemfile init.rb]
s.require_paths = ["lib"]
end
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