# -*- encoding: utf-8 -*- # stub: scorpio 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "scorpio".freeze s.version = "0.6.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ethan".freeze] s.date = "2022-02-28" s.description = "ORM style REST client".freeze s.email = ["ethan@unth.net".freeze] s.files = [".yardopts".freeze, "CHANGELOG.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "documents/github.com/OAI/OpenAPI-Specification/blob/oas3-schema/schemas/v3.0/schema.yaml".freeze, "documents/swagger.io/v2/schema.json".freeze, "documents/swagger.io/v2/schema.yml".freeze, "documents/www.googleapis.com/discovery/v1/apis/discovery/v1/rest".freeze, "documents/www.googleapis.com/discovery/v1/apis/discovery/v1/rest.yml".freeze, "lib/scorpio.rb".freeze, "lib/scorpio/google_api_document.rb".freeze, "lib/scorpio/openapi.rb".freeze, "lib/scorpio/openapi/document.rb".freeze, "lib/scorpio/openapi/operation.rb".freeze, "lib/scorpio/openapi/operations_scope.rb".freeze, "lib/scorpio/openapi/reference.rb".freeze, "lib/scorpio/openapi/tag.rb".freeze, "lib/scorpio/openapi/v3/server.rb".freeze, "lib/scorpio/pickle_adapter.rb".freeze, "lib/scorpio/request.rb".freeze, "lib/scorpio/resource_base.rb".freeze, "lib/scorpio/response.rb".freeze, "lib/scorpio/ur.rb".freeze, "lib/scorpio/version.rb".freeze, "scorpio.gemspec".freeze] s.homepage = "https://github.com/notEthan/scorpio".freeze s.licenses = ["AGPL-3.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Scorpio REST client".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3".freeze]) end