# -*- encoding: utf-8 -*- # stub: geokit 1.3.2 ruby lib Gem::Specification.new do |s| s.name = "geokit".freeze s.version = "1.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andre Lewis".freeze] s.date = "2009-05-27" s.description = "".freeze s.email = ["andre@earthcode.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze] s.files = [".project".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README.markdown".freeze, "Rakefile".freeze, "geokit.gemspec".freeze, "lib/geokit.rb".freeze, "lib/geokit/geocoders.rb".freeze, "lib/geokit/mappable.rb".freeze, "test/test_base_geocoder.rb".freeze, "test/test_bounds.rb".freeze, "test/test_ca_geocoder.rb".freeze, "test/test_geoloc.rb".freeze, "test/test_geoplugin_geocoder.rb".freeze, "test/test_google_geocoder.rb".freeze, "test/test_google_reverse_geocoder.rb".freeze, "test/test_inflector.rb".freeze, "test/test_ipgeocoder.rb".freeze, "test/test_latlng.rb".freeze, "test/test_multi_geocoder.rb".freeze, "test/test_multi_ip_geocoder.rb".freeze, "test/test_us_geocoder.rb".freeze, "test/test_yahoo_geocoder.rb".freeze] s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Geokit provides geocoding and distance calculation in an easy-to-use API".freeze s.test_files = ["test/test_base_geocoder.rb".freeze, "test/test_bounds.rb".freeze, "test/test_ca_geocoder.rb".freeze, "test/test_geoloc.rb".freeze, "test/test_geoplugin_geocoder.rb".freeze, "test/test_google_geocoder.rb".freeze, "test/test_google_reverse_geocoder.rb".freeze, "test/test_inflector.rb".freeze, "test/test_ipgeocoder.rb".freeze, "test/test_latlng.rb".freeze, "test/test_multi_geocoder.rb".freeze, "test/test_multi_ip_geocoder.rb".freeze, "test/test_us_geocoder.rb".freeze, "test/test_yahoo_geocoder.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.12.2".freeze]) end