# -*- encoding: utf-8 -*- # stub: geocoder 1.1.8 ruby lib Gem::Specification.new do |s| s.name = "geocoder".freeze s.version = "1.1.8".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 = "2013-04-22" 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, ".travis.yml".freeze, "CHANGELOG.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/geocode".freeze, "examples/autoexpire_cache_dalli.rb".freeze, "examples/autoexpire_cache_redis.rb".freeze, "gemfiles/Gemfile.mongoid-2.4.x".freeze, "lib/generators/geocoder/config/config_generator.rb".freeze, "lib/generators/geocoder/config/templates/initializer.rb".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/configuration_hash.rb".freeze, "lib/geocoder/exceptions.rb".freeze, "lib/geocoder/lookup.rb".freeze, "lib/geocoder/lookups/base.rb".freeze, "lib/geocoder/lookups/bing.rb".freeze, "lib/geocoder/lookups/esri.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/mapquest.rb".freeze, "lib/geocoder/lookups/maxmind.rb".freeze, "lib/geocoder/lookups/nominatim.rb".freeze, "lib/geocoder/lookups/ovi.rb".freeze, "lib/geocoder/lookups/test.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/query.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/esri.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/mapquest.rb".freeze, "lib/geocoder/results/maxmind.rb".freeze, "lib/geocoder/results/nominatim.rb".freeze, "lib/geocoder/results/ovi.rb".freeze, "lib/geocoder/results/test.rb".freeze, "lib/geocoder/results/yahoo.rb".freeze, "lib/geocoder/results/yandex.rb".freeze, "lib/geocoder/sql.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/hash_recursive_merge.rb".freeze, "lib/oauth_util.rb".freeze, "lib/tasks/geocoder.rake".freeze, "test/active_record_test.rb".freeze, "test/cache_test.rb".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_invalid_key".freeze, "test/fixtures/bing_madison_square_garden".freeze, "test/fixtures/bing_no_results".freeze, "test/fixtures/bing_reverse".freeze, "test/fixtures/esri_madison_square_garden".freeze, "test/fixtures/esri_no_results".freeze, "test/fixtures/esri_reverse".freeze, "test/fixtures/freegeoip_74_200_247_59".freeze, "test/fixtures/freegeoip_no_results".freeze, "test/fixtures/geocoder_ca_madison_square_garden".freeze, "test/fixtures/geocoder_ca_no_results".freeze, "test/fixtures/geocoder_ca_reverse".freeze, "test/fixtures/google_garbage".freeze, "test/fixtures/google_madison_square_garden".freeze, "test/fixtures/google_no_city_data".freeze, "test/fixtures/google_no_locality".freeze, "test/fixtures/google_no_results".freeze, "test/fixtures/mapquest_madison_square_garden".freeze, "test/fixtures/mapquest_no_results".freeze, "test/fixtures/maxmind_24_24_24_21".freeze, "test/fixtures/maxmind_24_24_24_22".freeze, "test/fixtures/maxmind_24_24_24_23".freeze, "test/fixtures/maxmind_24_24_24_24".freeze, "test/fixtures/maxmind_74_200_247_59".freeze, "test/fixtures/maxmind_invalid_key".freeze, "test/fixtures/maxmind_no_results".freeze, "test/fixtures/nominatim_madison_square_garden".freeze, "test/fixtures/nominatim_no_results".freeze, "test/fixtures/ovi_madison_square_garden".freeze, "test/fixtures/ovi_no_results".freeze, "test/fixtures/yahoo_error".freeze, "test/fixtures/yahoo_invalid_key".freeze, "test/fixtures/yahoo_madison_square_garden".freeze, "test/fixtures/yahoo_no_results".freeze, "test/fixtures/yahoo_over_limit".freeze, "test/fixtures/yandex_invalid_key".freeze, "test/fixtures/yandex_kremlin".freeze, "test/fixtures/yandex_no_city_and_town".freeze, "test/fixtures/yandex_no_results".freeze, "test/geocoder_test.rb".freeze, "test/https_test.rb".freeze, "test/integration/smoke_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/near_test.rb".freeze, "test/oauth_util_test.rb".freeze, "test/proxy_test.rb".freeze, "test/query_test.rb".freeze, "test/request_test.rb".freeze, "test/result_test.rb".freeze, "test/services_test.rb".freeze, "test/test_helper.rb".freeze, "test/test_mode_test.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