# -*- encoding: utf-8 -*- # stub: graticule 0.2.3 ruby lib Gem::Specification.new do |s| s.name = "graticule".freeze s.version = "0.2.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brandon Keepers".freeze] s.date = "2007-04-27" s.description = "Graticule is a geocoding API that provides a common interface to all the popular services, including Google, Yahoo, Geocoder.us, and MetaCarta.".freeze s.email = "brandon@opensoul.org".freeze s.executables = ["geocode".freeze] s.files = ["CHANGELOG.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/geocode".freeze, "init.rb".freeze, "lib/graticule.rb".freeze, "lib/graticule/cli.rb".freeze, "lib/graticule/distance.rb".freeze, "lib/graticule/distance/haversine.rb".freeze, "lib/graticule/distance/spherical.rb".freeze, "lib/graticule/distance/vincenty.rb".freeze, "lib/graticule/geocoder.rb".freeze, "lib/graticule/geocoder/base.rb".freeze, "lib/graticule/geocoder/bogus.rb".freeze, "lib/graticule/geocoder/geocoder_ca.rb".freeze, "lib/graticule/geocoder/geocoder_us.rb".freeze, "lib/graticule/geocoder/google.rb".freeze, "lib/graticule/geocoder/host_ip.rb".freeze, "lib/graticule/geocoder/local_search_maps.rb".freeze, "lib/graticule/geocoder/meta_carta.rb".freeze, "lib/graticule/geocoder/postcode_anywhere.rb".freeze, "lib/graticule/geocoder/rest.rb".freeze, "lib/graticule/geocoder/yahoo.rb".freeze, "lib/graticule/location.rb".freeze, "lib/graticule/version.rb".freeze, "site/index.html".freeze, "site/plugin.html".freeze, "site/stylesheets/style.css".freeze, "test/config.yml.default".freeze, "test/fixtures/responses/geocoder_us/success.xml".freeze, "test/fixtures/responses/geocoder_us/unknown.xml".freeze, "test/fixtures/responses/google/badkey.xml".freeze, "test/fixtures/responses/google/limit.xml".freeze, "test/fixtures/responses/google/missing_address.xml".freeze, "test/fixtures/responses/google/partial.xml".freeze, "test/fixtures/responses/google/server_error.xml".freeze, "test/fixtures/responses/google/success.xml".freeze, "test/fixtures/responses/google/unavailable.xml".freeze, "test/fixtures/responses/google/unknown_address.xml".freeze, "test/fixtures/responses/host_ip/private.txt".freeze, "test/fixtures/responses/host_ip/success.txt".freeze, "test/fixtures/responses/host_ip/unknown.txt".freeze, "test/fixtures/responses/local_search_maps/empty.txt".freeze, "test/fixtures/responses/local_search_maps/not_found.txt".freeze, "test/fixtures/responses/local_search_maps/success.txt".freeze, "test/fixtures/responses/meta_carta/bad_address.xml".freeze, "test/fixtures/responses/meta_carta/multiple.xml".freeze, "test/fixtures/responses/meta_carta/success.xml".freeze, "test/fixtures/responses/postcode_anywhere/badkey.xml".freeze, "test/fixtures/responses/postcode_anywhere/canada.xml".freeze, "test/fixtures/responses/postcode_anywhere/empty.xml".freeze, "test/fixtures/responses/postcode_anywhere/success.xml".freeze, "test/fixtures/responses/postcode_anywhere/uk.xml".freeze, "test/fixtures/responses/yahoo/success.xml".freeze, "test/fixtures/responses/yahoo/unknown_address.xml".freeze, "test/mocks/uri.rb".freeze, "test/test_helper.rb".freeze, "test/unit/graticule/distance_test.rb".freeze, "test/unit/graticule/geocoder/geocoder_us_test.rb".freeze, "test/unit/graticule/geocoder/google_test.rb".freeze, "test/unit/graticule/geocoder/host_ip_test.rb".freeze, "test/unit/graticule/geocoder/local_search_maps_test.rb".freeze, "test/unit/graticule/geocoder/meta_carta_test.rb".freeze, "test/unit/graticule/geocoder/postcode_anywhere_test.rb".freeze, "test/unit/graticule/geocoder/yahoo_test.rb".freeze, "test/unit/graticule/geocoder_test.rb".freeze, "test/unit/graticule/location_test.rb".freeze] s.homepage = "http://graticule.rubyforge.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "API for using all the popular geocoding services.".freeze s.test_files = ["test/unit/graticule/distance_test.rb".freeze, "test/unit/graticule/geocoder_test.rb".freeze, "test/unit/graticule/location_test.rb".freeze, "test/unit/graticule/geocoder/geocoder_us_test.rb".freeze, "test/unit/graticule/geocoder/google_test.rb".freeze, "test/unit/graticule/geocoder/host_ip_test.rb".freeze, "test/unit/graticule/geocoder/local_search_maps_test.rb".freeze, "test/unit/graticule/geocoder/meta_carta_test.rb".freeze, "test/unit/graticule/geocoder/postcode_anywhere_test.rb".freeze, "test/unit/graticule/geocoder/yahoo_test.rb".freeze] s.specification_version = 1 s.add_runtime_dependency(%q.freeze, ["> 0.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze]) end