# -*- encoding: utf-8 -*- # stub: sora_geocoding 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "sora_geocoding".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/hirontan/sora_geocoding/blob/master/CHANGELOG.md", "homepage_uri" => "https://rubygems.org/gems/sora_geocoding", "source_code_uri" => "https://github.com/hirontan/sora_geocoding" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["hirontan".freeze] s.bindir = "exe".freeze s.date = "2020-08-14" s.description = "This library takes into account the number of API calls and address\n lookup to get the latitude and longitude.\n The API uses the Geocoding API and the Yahoo! Geocoder API.".freeze s.email = ["hirontan@sora.flights".freeze] s.files = [".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/hash_recursive_merge.rb".freeze, "lib/sora_geocoding.rb".freeze, "lib/sora_geocoding/base.rb".freeze, "lib/sora_geocoding/configuration.rb".freeze, "lib/sora_geocoding/exceptions.rb".freeze, "lib/sora_geocoding/geohash.rb".freeze, "lib/sora_geocoding/logger.rb".freeze, "lib/sora_geocoding/query.rb".freeze, "lib/sora_geocoding/request.rb".freeze, "lib/sora_geocoding/results/base.rb".freeze, "lib/sora_geocoding/results/geocoding.rb".freeze, "lib/sora_geocoding/results/yahoo_geocoder.rb".freeze, "lib/sora_geocoding/url.rb".freeze, "lib/sora_geocoding/version.rb".freeze, "sora_geocoding.gemspec".freeze] s.homepage = "https://rubygems.org/gems/sora_geocoding".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Get the latitude and longitude from the Geocoding API and the Yahoo! Geocoder API.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end