# -*- encoding: utf-8 -*- # stub: rom-http 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "rom-http".freeze s.version = "0.9.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 = ["Piotr Solnica".freeze, "Andy Holland".freeze, "Chris Flipse".freeze] s.date = "2022-09-27" s.description = "HTTP support for ROM".freeze s.email = ["piotr.solnica@gmail.com".freeze, "andyholland1991@aol.com".freeze, "cflipse@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "README.md".freeze, "lib/rom-http.rb".freeze, "lib/rom/http.rb".freeze, "lib/rom/http/associations.rb".freeze, "lib/rom/http/associations/many_to_many.rb".freeze, "lib/rom/http/associations/many_to_one.rb".freeze, "lib/rom/http/associations/one_to_many.rb".freeze, "lib/rom/http/associations/one_to_one.rb".freeze, "lib/rom/http/attribute.rb".freeze, "lib/rom/http/commands.rb".freeze, "lib/rom/http/commands/create.rb".freeze, "lib/rom/http/commands/delete.rb".freeze, "lib/rom/http/commands/update.rb".freeze, "lib/rom/http/dataset.rb".freeze, "lib/rom/http/error.rb".freeze, "lib/rom/http/gateway.rb".freeze, "lib/rom/http/handlers.rb".freeze, "lib/rom/http/handlers/json.rb".freeze, "lib/rom/http/mapper_compiler.rb".freeze, "lib/rom/http/relation.rb".freeze, "lib/rom/http/schema.rb".freeze, "lib/rom/http/schema/dsl.rb".freeze, "lib/rom/http/transformer.rb".freeze, "lib/rom/http/types.rb".freeze, "lib/rom/http/version.rb".freeze] s.homepage = "https://rom-rb.org".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "HTTP support for ROM".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.0".freeze, ">= 5.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.13".freeze]) end