# -*- encoding: utf-8 -*- # stub: geocoder 1.0.5 ruby lib Gem::Specification.new do |s| s.name = "geocoder".freeze s.version = "1.0.5".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-10-26" s.description = "Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too.".freeze s.email = ["alex@alexreisner.com".freeze] s.executables = ["geocode".freeze] s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/geocode".freeze, "lib/geocoder.rb".freeze, "lib/geocoder/cache.rb".freeze, "lib/geocoder/calculations.rb".freeze, "lib/geocoder/cli.rb".freeze, "lib/geocoder/configuration.rb".freeze, "lib/geocoder/lookups/base.rb".freeze, "lib/geocoder/lookups/bing.rb".freeze, "lib/geocoder/lookups/freegeoip.rb".freeze, "lib/geocoder/lookups/geocoder_ca.rb".freeze, "lib/geocoder/lookups/google.rb".freeze, "lib/geocoder/lookups/google_premier.rb".freeze, "lib/geocoder/lookups/yahoo.rb".freeze, "lib/geocoder/lookups/yandex.rb".freeze, "lib/geocoder/models/active_record.rb".freeze, "lib/geocoder/models/base.rb".freeze, "lib/geocoder/models/mongo_base.rb".freeze, "lib/geocoder/models/mongo_mapper.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/bing.rb".freeze, "lib/geocoder/results/freegeoip.rb".freeze, "lib/geocoder/results/geocoder_ca.rb".freeze, "lib/geocoder/results/google.rb".freeze, "lib/geocoder/results/google_premier.rb".freeze, "lib/geocoder/results/yahoo.rb".freeze, "lib/geocoder/results/yandex.rb".freeze, "lib/geocoder/stores/active_record.rb".freeze, "lib/geocoder/stores/base.rb".freeze, "lib/geocoder/stores/mongo_base.rb".freeze, "lib/geocoder/stores/mongo_mapper.rb".freeze, "lib/geocoder/stores/mongoid.rb".freeze, "lib/geocoder/version.rb".freeze, "lib/tasks/geocoder.rake".freeze, "test/calculations_test.rb".freeze, "test/configuration_test.rb".freeze, "test/custom_block_test.rb".freeze, "test/error_handling_test.rb".freeze, "test/fixtures/bing_madison_square_garden.json".freeze, "test/fixtures/bing_no_results.json".freeze, "test/fixtures/bing_reverse.json".freeze, "test/fixtures/freegeoip_74_200_247_59.json".freeze, "test/fixtures/freegeoip_no_results.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_city_data.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/fixtures/yandex_invalid_key.json".freeze, "test/fixtures/yandex_kremlin.json".freeze, "test/fixtures/yandex_no_results.json".freeze, "test/geocoder_test.rb".freeze, "test/https_test.rb".freeze, "test/input_handling_test.rb".freeze, "test/lookup_test.rb".freeze, "test/method_aliases_test.rb".freeze, "test/mongoid_test.rb".freeze, "test/mongoid_test_helper.rb".freeze, "test/proxy_test.rb".freeze, "test/result_test.rb".freeze, "test/services_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