rails-geocoder.gemspec in rails-geocoder-0.9.9 vs rails-geocoder.gemspec in rails-geocoder-0.9.10

- old
+ new

@@ -9,7 +9,6 @@ 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.files = `git ls-files`.split("\n") - %w[geocoder.gemspec Gemfile init.rb] s.require_paths = ["lib"] - s.add_dependency 'json', '>= 1.0.0' end