# -*- encoding: utf-8 -*- # stub: ur 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "ur".freeze s.version = "0.2.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 = ["Ethan".freeze] s.date = "2022-01-25" s.description = "ur provides a unified representation of a request and response. it can be interpreted from rack, faraday, or potentially other sources, and provides a consistent interface to access the attributes inherent to the request and additional useful parsers and computation from the request.".freeze s.email = ["ethan.ur@unth.net".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "lib/ur.rb".freeze, "lib/ur/content_type.rb".freeze, "lib/ur/faraday.rb".freeze, "lib/ur/faraday/yield_ur.rb".freeze, "lib/ur/metadata.rb".freeze, "lib/ur/middleware.rb".freeze, "lib/ur/request.rb".freeze, "lib/ur/request_and_response.rb".freeze, "lib/ur/response.rb".freeze, "lib/ur/sub_ur.rb".freeze, "lib/ur/version.rb".freeze, "resources/ur.schema.yml".freeze] s.homepage = "https://github.com/notEthan/ur".freeze s.licenses = ["LGPL-3.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ur: unified request representation".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end