--- !ruby/object:Gem::Specification name: geocoder2 version: !ruby/object:Gem::Version hash: 27 prerelease: segments: - 0 - 1 - 0 version: 0.1.0 platform: ruby authors: - Alex Reisner - Ian Heggie autorequire: bindir: bin cert_chain: [] date: 2018-10-03 00:00:00 +10:00 default_executable: dependencies: [] 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. (clone of Geocode for older rails/ruby versions) email: - ian@heggie.biz executables: - geocode2 extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CHANGELOG.md - LICENSE - README.md - Rakefile - bin/geocode2 - examples/autoexpire_cache_dalli.rb - examples/autoexpire_cache_redis.rb - examples/cache_bypass.rb - gemfiles/Gemfile.mongoid-2.4.x - json?address=26+leonard+street%2C+Belmont&key=AIzaSyDoltU6YL8XeIQrSLFGk6ZfpKaWkPukwYQ&language=en - lib/generators/geocoder2/config/config_generator.rb - lib/generators/geocoder2/config/templates/initializer.rb - lib/geocoder2.rb - lib/geocoder2/cache.rb - lib/geocoder2/calculations.rb - lib/geocoder2/cli.rb - lib/geocoder2/configuration.rb - lib/geocoder2/configuration_hash.rb - lib/geocoder2/exceptions.rb - lib/geocoder2/lookup.rb - lib/geocoder2/lookups/baidu.rb - lib/geocoder2/lookups/base.rb - lib/geocoder2/lookups/bing.rb - lib/geocoder2/lookups/dstk.rb - lib/geocoder2/lookups/esri.rb - lib/geocoder2/lookups/freegeoip.rb - lib/geocoder2/lookups/geocoder_ca.rb - lib/geocoder2/lookups/geocoder_us.rb - lib/geocoder2/lookups/google.rb - lib/geocoder2/lookups/google_premier.rb - lib/geocoder2/lookups/mapquest.rb - lib/geocoder2/lookups/maxmind.rb - lib/geocoder2/lookups/nominatim.rb - lib/geocoder2/lookups/ovi.rb - lib/geocoder2/lookups/test.rb - lib/geocoder2/lookups/yahoo.rb - lib/geocoder2/lookups/yandex.rb - lib/geocoder2/models/active_record.rb - lib/geocoder2/models/base.rb - lib/geocoder2/models/mongo_base.rb - lib/geocoder2/models/mongo_mapper.rb - lib/geocoder2/models/mongoid.rb - lib/geocoder2/query.rb - lib/geocoder2/railtie.rb - lib/geocoder2/request.rb - lib/geocoder2/results/baidu.rb - lib/geocoder2/results/base.rb - lib/geocoder2/results/bing.rb - lib/geocoder2/results/dstk.rb - lib/geocoder2/results/esri.rb - lib/geocoder2/results/freegeoip.rb - lib/geocoder2/results/geocoder_ca.rb - lib/geocoder2/results/geocoder_us.rb - lib/geocoder2/results/google.rb - lib/geocoder2/results/google_premier.rb - lib/geocoder2/results/mapquest.rb - lib/geocoder2/results/maxmind.rb - lib/geocoder2/results/nominatim.rb - lib/geocoder2/results/ovi.rb - lib/geocoder2/results/test.rb - lib/geocoder2/results/yahoo.rb - lib/geocoder2/results/yandex.rb - lib/geocoder2/sql.rb - lib/geocoder2/stores/active_record.rb - lib/geocoder2/stores/base.rb - lib/geocoder2/stores/mongo_base.rb - lib/geocoder2/stores/mongo_mapper.rb - lib/geocoder2/stores/mongoid.rb - lib/geocoder2/version.rb - lib/hash_recursive_merge.rb - lib/oauth_util.rb - lib/tasks/geocoder2.rake - test/active_record_test.rb - test/cache_test.rb - test/calculations_test.rb - test/configuration_test.rb - test/custom_block_test.rb - test/error_handling_test.rb - test/fixtures/baidu_invalid_key - test/fixtures/baidu_no_results - test/fixtures/baidu_reverse - test/fixtures/baidu_shanghai_pearl_tower - test/fixtures/bing_invalid_key - test/fixtures/bing_madison_square_garden - test/fixtures/bing_no_results - test/fixtures/bing_reverse - test/fixtures/esri_madison_square_garden - test/fixtures/esri_no_results - test/fixtures/esri_reverse - test/fixtures/freegeoip_74_200_247_59 - test/fixtures/freegeoip_no_results - test/fixtures/geocoder_ca_madison_square_garden - test/fixtures/geocoder_ca_no_results - test/fixtures/geocoder_ca_reverse - test/fixtures/geocoder_us_madison_square_garden - test/fixtures/geocoder_us_no_results - test/fixtures/google_garbage - test/fixtures/google_madison_square_garden - test/fixtures/google_no_city_data - test/fixtures/google_no_locality - test/fixtures/google_no_results - test/fixtures/google_over_limit - test/fixtures/mapquest_error - test/fixtures/mapquest_invalid_api_key - test/fixtures/mapquest_invalid_request - test/fixtures/mapquest_madison_square_garden - test/fixtures/mapquest_no_results - test/fixtures/maxmind_24_24_24_21 - test/fixtures/maxmind_24_24_24_22 - test/fixtures/maxmind_24_24_24_23 - test/fixtures/maxmind_24_24_24_24 - test/fixtures/maxmind_74_200_247_59 - test/fixtures/maxmind_invalid_key - test/fixtures/maxmind_no_results - test/fixtures/nominatim_madison_square_garden - test/fixtures/nominatim_no_results - test/fixtures/ovi_madison_square_garden - test/fixtures/ovi_no_results - test/fixtures/yahoo_error - test/fixtures/yahoo_invalid_key - test/fixtures/yahoo_madison_square_garden - test/fixtures/yahoo_no_results - test/fixtures/yahoo_over_limit - test/fixtures/yandex_invalid_key - test/fixtures/yandex_kremlin - test/fixtures/yandex_no_city_and_town - test/fixtures/yandex_no_results - test/geocoder_test.rb - test/https_test.rb - test/integration/smoke_test.rb - test/lookup_test.rb - test/method_aliases_test.rb - test/mongoid_test.rb - test/mongoid_test_helper.rb - test/near_test.rb - test/oauth_util_test.rb - test/proxy_test.rb - test/query_test.rb - test/request_test.rb - test/result_test.rb - test/services_test.rb - test/test_helper.rb - test/test_mode_test.rb has_rdoc: true homepage: https://github.com/ianheggie/geocoder2 licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Complete geocoding solution for Ruby on Rails v2. test_files: []