# -*- encoding: utf-8 -*- # stub: lutaml-model 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "lutaml-model".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "rubygems_mfa_required" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Ribose Inc.".freeze] s.bindir = "exe".freeze s.date = "2025-01-09" s.description = "LutaML creating data models in Ruby\n".freeze s.email = ["open.source@ribose.com".freeze] s.executables = ["lutaml-model".freeze] s.files = [".github/workflows/dependent-repos.json".freeze, ".github/workflows/dependent-tests.yml".freeze, ".github/workflows/rake.yml".freeze, ".github/workflows/release.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.adoc".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/lutaml-model".freeze, "lib/lutaml/model.rb".freeze, "lib/lutaml/model/attribute.rb".freeze, "lib/lutaml/model/cli.rb".freeze, "lib/lutaml/model/comparable_model.rb".freeze, "lib/lutaml/model/comparable_nil.rb".freeze, "lib/lutaml/model/comparison.rb".freeze, "lib/lutaml/model/config.rb".freeze, "lib/lutaml/model/error.rb".freeze, "lib/lutaml/model/error/collection_count_out_of_range_error.rb".freeze, "lib/lutaml/model/error/collection_true_missing_error.rb".freeze, "lib/lutaml/model/error/incorrect_mapping_argument_error.rb".freeze, "lib/lutaml/model/error/invalid_value_error.rb".freeze, "lib/lutaml/model/error/multiple_mappings_error.rb".freeze, "lib/lutaml/model/error/pattern_not_matched_error.rb".freeze, "lib/lutaml/model/error/type_error.rb".freeze, "lib/lutaml/model/error/type_not_enabled_error.rb".freeze, "lib/lutaml/model/error/unknown_adapter_type_error.rb".freeze, "lib/lutaml/model/error/unknown_type_error.rb".freeze, "lib/lutaml/model/error/validation_error.rb".freeze, "lib/lutaml/model/json_adapter.rb".freeze, "lib/lutaml/model/json_adapter/json_document.rb".freeze, "lib/lutaml/model/json_adapter/json_object.rb".freeze, "lib/lutaml/model/json_adapter/multi_json_adapter.rb".freeze, "lib/lutaml/model/json_adapter/standard_json_adapter.rb".freeze, "lib/lutaml/model/key_value_mapping.rb".freeze, "lib/lutaml/model/key_value_mapping_rule.rb".freeze, "lib/lutaml/model/loggable.rb".freeze, "lib/lutaml/model/mapping_hash.rb".freeze, "lib/lutaml/model/mapping_rule.rb".freeze, "lib/lutaml/model/schema.rb".freeze, "lib/lutaml/model/schema/json_schema.rb".freeze, "lib/lutaml/model/schema/json_schema_parser.rb".freeze, "lib/lutaml/model/schema/relaxng_schema.rb".freeze, "lib/lutaml/model/schema/xsd_schema.rb".freeze, "lib/lutaml/model/schema/yaml_schema.rb".freeze, "lib/lutaml/model/schema_location.rb".freeze, "lib/lutaml/model/serializable.rb".freeze, "lib/lutaml/model/serialize.rb".freeze, "lib/lutaml/model/toml_adapter.rb".freeze, "lib/lutaml/model/toml_adapter/toml_document.rb".freeze, "lib/lutaml/model/toml_adapter/toml_object.rb".freeze, "lib/lutaml/model/toml_adapter/toml_rb_adapter.rb".freeze, "lib/lutaml/model/toml_adapter/tomlib_adapter.rb".freeze, "lib/lutaml/model/type.rb".freeze, "lib/lutaml/model/type/boolean.rb".freeze, "lib/lutaml/model/type/date.rb".freeze, "lib/lutaml/model/type/date_time.rb".freeze, "lib/lutaml/model/type/decimal.rb".freeze, "lib/lutaml/model/type/float.rb".freeze, "lib/lutaml/model/type/hash.rb".freeze, "lib/lutaml/model/type/integer.rb".freeze, "lib/lutaml/model/type/string.rb".freeze, "lib/lutaml/model/type/time.rb".freeze, "lib/lutaml/model/type/time_without_date.rb".freeze, "lib/lutaml/model/type/value.rb".freeze, "lib/lutaml/model/utils.rb".freeze, "lib/lutaml/model/validation.rb".freeze, "lib/lutaml/model/version.rb".freeze, "lib/lutaml/model/xml_adapter.rb".freeze, "lib/lutaml/model/xml_adapter/builder/nokogiri.rb".freeze, "lib/lutaml/model/xml_adapter/builder/oga.rb".freeze, "lib/lutaml/model/xml_adapter/builder/ox.rb".freeze, "lib/lutaml/model/xml_adapter/nokogiri_adapter.rb".freeze, "lib/lutaml/model/xml_adapter/oga/document.rb".freeze, "lib/lutaml/model/xml_adapter/oga/element.rb".freeze, "lib/lutaml/model/xml_adapter/oga_adapter.rb".freeze, "lib/lutaml/model/xml_adapter/ox_adapter.rb".freeze, "lib/lutaml/model/xml_adapter/xml_attribute.rb".freeze, "lib/lutaml/model/xml_adapter/xml_document.rb".freeze, "lib/lutaml/model/xml_adapter/xml_element.rb".freeze, "lib/lutaml/model/xml_adapter/xml_namespace.rb".freeze, "lib/lutaml/model/xml_mapping.rb".freeze, "lib/lutaml/model/xml_mapping_rule.rb".freeze, "lib/lutaml/model/yaml_adapter.rb".freeze, "lib/lutaml/model/yaml_adapter/standard_yaml_adapter.rb".freeze, "lib/lutaml/model/yaml_adapter/yaml_document.rb".freeze, "lib/lutaml/model/yaml_adapter/yaml_object.rb".freeze, "lutaml-model.gemspec".freeze, "sig/lutaml/model.rbs".freeze, "spec/address_spec.rb".freeze, "spec/fixtures/address.rb".freeze, "spec/fixtures/person.rb".freeze, "spec/fixtures/sample_model.rb".freeze, "spec/fixtures/vase.rb".freeze, "spec/fixtures/xml/latin_encoding.xml".freeze, "spec/fixtures/xml/shift_jis.xml".freeze, "spec/fixtures/xml/special_char.xml".freeze, "spec/lutaml/model/attribute_spec.rb".freeze, "spec/lutaml/model/cdata_spec.rb".freeze, "spec/lutaml/model/collection_spec.rb".freeze, "spec/lutaml/model/comparable_model_spec.rb".freeze, "spec/lutaml/model/custom_model_spec.rb".freeze, "spec/lutaml/model/custom_serialization_spec.rb".freeze, "spec/lutaml/model/defaults_spec.rb".freeze, "spec/lutaml/model/delegation_spec.rb".freeze, "spec/lutaml/model/enum_spec.rb".freeze, "spec/lutaml/model/included_spec.rb".freeze, "spec/lutaml/model/inheritance_spec.rb".freeze, "spec/lutaml/model/json_adapter_spec.rb".freeze, "spec/lutaml/model/key_value_mapping_spec.rb".freeze, "spec/lutaml/model/map_content_spec.rb".freeze, "spec/lutaml/model/mixed_content_spec.rb".freeze, "spec/lutaml/model/multiple_mapping_spec.rb".freeze, "spec/lutaml/model/namespace_spec.rb".freeze, "spec/lutaml/model/ordered_content_spec.rb".freeze, "spec/lutaml/model/render_nil_spec.rb".freeze, "spec/lutaml/model/root_mappings_spec.rb".freeze, "spec/lutaml/model/schema/json_schema_spec.rb".freeze, "spec/lutaml/model/schema/relaxng_schema_spec.rb".freeze, "spec/lutaml/model/schema/xsd_schema_spec.rb".freeze, "spec/lutaml/model/schema/yaml_schema_spec.rb".freeze, "spec/lutaml/model/serializable_spec.rb".freeze, "spec/lutaml/model/serializable_validation_spec.rb".freeze, "spec/lutaml/model/simple_model_spec.rb".freeze, "spec/lutaml/model/toml_adapter_spec.rb".freeze, "spec/lutaml/model/type/boolean_spec.rb".freeze, "spec/lutaml/model/type/date_spec.rb".freeze, "spec/lutaml/model/type/date_time_spec.rb".freeze, "spec/lutaml/model/type/decimal_spec.rb".freeze, "spec/lutaml/model/type/float_spec.rb".freeze, "spec/lutaml/model/type/hash_spec.rb".freeze, "spec/lutaml/model/type/integer_spec.rb".freeze, "spec/lutaml/model/type/string_spec.rb".freeze, "spec/lutaml/model/type/time_spec.rb".freeze, "spec/lutaml/model/type/time_without_date_spec.rb".freeze, "spec/lutaml/model/type_spec.rb".freeze, "spec/lutaml/model/utils_spec.rb".freeze, "spec/lutaml/model/validation_spec.rb".freeze, "spec/lutaml/model/with_child_mapping_spec.rb".freeze, "spec/lutaml/model/xml_adapter/nokogiri_adapter_spec.rb".freeze, "spec/lutaml/model/xml_adapter/oga_adapter_spec.rb".freeze, "spec/lutaml/model/xml_adapter/ox_adapter_spec.rb".freeze, "spec/lutaml/model/xml_adapter/xml_namespace_spec.rb".freeze, "spec/lutaml/model/xml_adapter_spec.rb".freeze, "spec/lutaml/model/xml_mapping_spec.rb".freeze, "spec/lutaml/model/yaml_adapter_spec.rb".freeze, "spec/lutaml/model_spec.rb".freeze, "spec/person_spec.rb".freeze, "spec/sample_model_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/lutaml/lutaml-model".freeze s.licenses = ["BSD-2-Clause".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "LutaML creating data models in Ruby".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end