# -*- encoding: utf-8 -*- # stub: google_directions_api 0.9.1 ruby lib Gem::Specification.new do |s| s.name = "google_directions_api".freeze s.version = "0.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["JungleCoders".freeze, "Anton Bogdanov".freeze] s.bindir = "exe".freeze s.date = "2019-04-02" s.description = "Integration with Google Directions API".freeze s.email = ["kortirso@gmail.com".freeze] s.files = [".env.example".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "google_directions_api.gemspec".freeze, "lib/google_directions_api.rb".freeze, "lib/google_directions_api/client.rb".freeze, "lib/google_directions_api/client/request.rb".freeze, "lib/google_directions_api/version.rb".freeze] s.homepage = "https://github.com/WebGents/google_directions_api".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Google Directions API".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.15".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.57.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.16".freeze]) end