Prepare for release of gem version 0.9.12.
... | ... | @@ -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. Designed for Rails but works with other Rack frameworks too." | ||
s.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." | ||
s.files = `git ls-files`.split("\n") - %w[geocoder.gemspec Gemfile init.rb] | ||
s.require_paths = ["lib"] | ||
end |
Please register or sign in to comment