# -*- encoding: utf-8 -*- # stub: unimatrix 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "unimatrix".freeze s.version = "1.0.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 = ["Jackson Souza".freeze] s.date = "2018-01-16" s.description = "The unimatrix gem facilitates making requests to Unimatrix APIs.".freeze s.email = ["jackson@sportsrocket.com".freeze] s.files = ["lib/unimatrix.rb".freeze, "lib/unimatrix/activist/activity.rb".freeze, "lib/unimatrix/activist/task.rb".freeze, "lib/unimatrix/archivist/artifact.rb".freeze, "lib/unimatrix/archivist/artifact_locator.rb".freeze, "lib/unimatrix/archivist/artifact_relationship.rb".freeze, "lib/unimatrix/archivist/blueprint.rb".freeze, "lib/unimatrix/archivist/blueprint_attribute.rb".freeze, "lib/unimatrix/archivist/component.rb".freeze, "lib/unimatrix/attribute_error.rb".freeze, "lib/unimatrix/bad_request_error.rb".freeze, "lib/unimatrix/configuration.rb".freeze, "lib/unimatrix/distributor/activity_reference.rb".freeze, "lib/unimatrix/distributor/destination.rb".freeze, "lib/unimatrix/distributor/distribution.rb".freeze, "lib/unimatrix/dynamic_resource.rb".freeze, "lib/unimatrix/error.rb".freeze, "lib/unimatrix/operation.rb".freeze, "lib/unimatrix/parser.rb".freeze, "lib/unimatrix/realm.rb".freeze, "lib/unimatrix/request.rb".freeze, "lib/unimatrix/resource.rb".freeze, "lib/unimatrix/response.rb".freeze, "lib/unimatrix/serializer.rb".freeze, "lib/unimatrix/version.rb".freeze] s.homepage = "http://sportsrocket.com".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Unimatrix is used to communicate with Unimatrix APIs.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end