# -*- encoding: utf-8 -*- # stub: reqif 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "reqif".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/lutaml/reqif/releases", "homepage_uri" => "https://github.com/lutaml/reqif", "source_code_uri" => "https://github.com/lutaml/reqif" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Ribose Inc.".freeze] s.bindir = "exe".freeze s.date = "2024-10-28" s.description = "A Ruby library for parsing and generating ReqIF data".freeze s.email = ["open.source@ribose.com'".freeze] s.files = [".github/workflows/rake.yml".freeze, ".github/workflows/release.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "README.adoc".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/reqif.rb".freeze, "lib/reqif/alternative_id.rb".freeze, "lib/reqif/attribute_definition_boolean.rb".freeze, "lib/reqif/attribute_definition_date.rb".freeze, "lib/reqif/attribute_definition_enumeration.rb".freeze, "lib/reqif/attribute_definition_integer.rb".freeze, "lib/reqif/attribute_definition_real.rb".freeze, "lib/reqif/attribute_definition_string.rb".freeze, "lib/reqif/attribute_definition_xhtml.rb".freeze, "lib/reqif/attribute_value_boolean.rb".freeze, "lib/reqif/attribute_value_date.rb".freeze, "lib/reqif/attribute_value_enumeration.rb".freeze, "lib/reqif/attribute_value_integer.rb".freeze, "lib/reqif/attribute_value_real.rb".freeze, "lib/reqif/attribute_value_string.rb".freeze, "lib/reqif/attribute_value_xhtml.rb".freeze, "lib/reqif/children.rb".freeze, "lib/reqif/core_content.rb".freeze, "lib/reqif/datatype_definition_boolean.rb".freeze, "lib/reqif/datatype_definition_date.rb".freeze, "lib/reqif/datatype_definition_enumeration.rb".freeze, "lib/reqif/datatype_definition_integer.rb".freeze, "lib/reqif/datatype_definition_real.rb".freeze, "lib/reqif/datatype_definition_string.rb".freeze, "lib/reqif/datatype_definition_xhtml.rb".freeze, "lib/reqif/datatypes.rb".freeze, "lib/reqif/default_value.rb".freeze, "lib/reqif/definition.rb".freeze, "lib/reqif/editable_atts.rb".freeze, "lib/reqif/embedded_value.rb".freeze, "lib/reqif/enum_value.rb".freeze, "lib/reqif/object.rb".freeze, "lib/reqif/properties.rb".freeze, "lib/reqif/relation_group.rb".freeze, "lib/reqif/relation_group_type.rb".freeze, "lib/reqif/req_if.rb".freeze, "lib/reqif/req_if_content.rb".freeze, "lib/reqif/req_if_header.rb".freeze, "lib/reqif/req_if_tool_extension.rb".freeze, "lib/reqif/source.rb".freeze, "lib/reqif/source_specification.rb".freeze, "lib/reqif/spec_attributes.rb".freeze, "lib/reqif/spec_hierarchy.rb".freeze, "lib/reqif/spec_object.rb".freeze, "lib/reqif/spec_object_type.rb".freeze, "lib/reqif/spec_objects.rb".freeze, "lib/reqif/spec_relation.rb".freeze, "lib/reqif/spec_relation_groups.rb".freeze, "lib/reqif/spec_relation_type.rb".freeze, "lib/reqif/spec_relations.rb".freeze, "lib/reqif/spec_types.rb".freeze, "lib/reqif/specification.rb".freeze, "lib/reqif/specification_type.rb".freeze, "lib/reqif/specifications.rb".freeze, "lib/reqif/specified_values.rb".freeze, "lib/reqif/target.rb".freeze, "lib/reqif/target_specification.rb".freeze, "lib/reqif/the_header.rb".freeze, "lib/reqif/tool_extensions.rb".freeze, "lib/reqif/type.rb".freeze, "lib/reqif/values.rb".freeze, "lib/reqif/version.rb".freeze, "lib/reqif/xhtml_content.rb".freeze, "references/driver.xsd".freeze, "references/reqif.xsd".freeze, "reqif.gemspec".freeze, "sig/reqif.rbs".freeze] s.homepage = "https://github.com/lutaml/reqif".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "ReqIF (Requirements Interchange Format) library".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.6.18".freeze]) end