# -*- encoding: utf-8 -*- # stub: geocoder 0.9.12 ruby lib Gem::Specification.new do |s| s.name = "geocoder".freeze s.version = "0.9.12".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex Reisner".freeze] s.date = "2011-04-06" 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.".freeze s.email = ["alex@alexreisner.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/geocoder.rb".freeze, "lib/geocoder/cache.rb".freeze, "lib/geocoder/calculations.rb".freeze, "lib/geocoder/configuration.rb".freeze, "lib/geocoder/lookups/base.rb".freeze, "lib/geocoder/lookups/freegeoip.rb".freeze, "lib/geocoder/lookups/geocoder_ca.rb".freeze, "lib/geocoder/lookups/google.rb".freeze, "lib/geocoder/lookups/yahoo.rb".freeze, "lib/geocoder/models/active_record.rb".freeze, "lib/geocoder/models/base.rb".freeze, "lib/geocoder/models/mongoid.rb".freeze, "lib/geocoder/railtie.rb".freeze, "lib/geocoder/request.rb".freeze, "lib/geocoder/results/base.rb".freeze, "lib/geocoder/results/freegeoip.rb".freeze, "lib/geocoder/results/geocoder_ca.rb".freeze, "lib/geocoder/results/google.rb".freeze, "lib/geocoder/results/yahoo.rb".freeze, "lib/geocoder/stores/active_record.rb".freeze, "lib/geocoder/stores/active_record_legacy.rb".freeze, "lib/geocoder/stores/base.rb".freeze, "lib/geocoder/stores/mongoid.rb".freeze, "lib/tasks/geocoder.rake".freeze, "test/fixtures/freegeoip_74_200_247_59.json".freeze, "test/fixtures/geocoder_ca_madison_square_garden.json".freeze, "test/fixtures/geocoder_ca_no_results.json".freeze, "test/fixtures/geocoder_ca_reverse.json".freeze, "test/fixtures/google_garbage.json".freeze, "test/fixtures/google_madison_square_garden.json".freeze, "test/fixtures/google_no_locality.json".freeze, "test/fixtures/google_no_results.json".freeze, "test/fixtures/yahoo_garbage.json".freeze, "test/fixtures/yahoo_madison_square_garden.json".freeze, "test/fixtures/yahoo_no_results.json".freeze, "test/geocoder_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://www.rubygeocoder.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Complete geocoding solution for Ruby.".freeze end