# -*- encoding: utf-8 -*- # stub: incognia_api 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "incognia_api".freeze s.version = "0.1.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/inloco/incognia-api-ruby/blob/master/", "homepage_uri" => "https://github.com/inloco/incognia-api-ruby", "source_code_uri" => "https://github.com/inloco/incognia-api-ruby" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Guilherme Cavalcanti".freeze] s.bindir = "exe".freeze s.date = "2022-04-22" s.description = "Official Ruby lib for communicating with Incognia API".freeze s.email = ["guiocavalcanti@gmail.com".freeze] s.files = [".github/CODEOWNERS".freeze, ".github/workflows/main.yml".freeze, ".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "fixtures/vcr_cassettes/token.yml".freeze, "incognia.gemspec".freeze, "lib/incognia.rb".freeze, "lib/incognia/address.rb".freeze, "lib/incognia/api.rb".freeze, "lib/incognia/client.rb".freeze, "lib/incognia/resources/api_resource.rb".freeze, "lib/incognia/resources/credentials.rb".freeze, "lib/incognia/resources/signup_assessment.rb".freeze, "lib/incognia/util.rb".freeze, "lib/incognia/version.rb".freeze] s.homepage = "https://github.com/inloco/incognia-api-ruby".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Official Ruby lib for communicating with Incognia API".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end