--- !ruby/object:Gem::Specification name: lutaml-model version: !ruby/object:Gem::Version version: 0.3.28 platform: ruby authors: - Ribose Inc. autorequire: bindir: exe cert_chain: [] date: 2024-11-21 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: 'LutaML creating data models in Ruby ' email: - open.source@ribose.com executables: - lutaml-model extensions: [] extra_rdoc_files: [] files: - ".github/workflows/rake.yml" - ".github/workflows/release.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".rubocop_todo.yml" - CODE_OF_CONDUCT.md - Gemfile - LICENSE.md - README.adoc - Rakefile - bin/console - bin/setup - exe/lutaml-model - lib/lutaml/model.rb - lib/lutaml/model/attribute.rb - lib/lutaml/model/cli.rb - lib/lutaml/model/comparable_model.rb - lib/lutaml/model/comparable_nil.rb - lib/lutaml/model/comparison.rb - lib/lutaml/model/config.rb - lib/lutaml/model/error.rb - lib/lutaml/model/error/collection_count_out_of_range_error.rb - lib/lutaml/model/error/incorrect_mapping_argument_error.rb - lib/lutaml/model/error/invalid_value_error.rb - lib/lutaml/model/error/pattern_not_matched_error.rb - lib/lutaml/model/error/type_error.rb - lib/lutaml/model/error/type_not_enabled_error.rb - lib/lutaml/model/error/unknown_adapter_type_error.rb - lib/lutaml/model/error/unknown_type_error.rb - lib/lutaml/model/error/validation_error.rb - lib/lutaml/model/json_adapter.rb - lib/lutaml/model/json_adapter/json_document.rb - lib/lutaml/model/json_adapter/json_object.rb - lib/lutaml/model/json_adapter/multi_json_adapter.rb - lib/lutaml/model/json_adapter/standard_json_adapter.rb - lib/lutaml/model/key_value_mapping.rb - lib/lutaml/model/key_value_mapping_rule.rb - lib/lutaml/model/mapping_hash.rb - lib/lutaml/model/mapping_rule.rb - lib/lutaml/model/schema.rb - lib/lutaml/model/schema/json_schema.rb - lib/lutaml/model/schema/json_schema_parser.rb - lib/lutaml/model/schema/relaxng_schema.rb - lib/lutaml/model/schema/xsd_schema.rb - lib/lutaml/model/schema/yaml_schema.rb - lib/lutaml/model/schema_location.rb - lib/lutaml/model/serializable.rb - lib/lutaml/model/serialize.rb - lib/lutaml/model/toml_adapter.rb - lib/lutaml/model/toml_adapter/toml_document.rb - lib/lutaml/model/toml_adapter/toml_object.rb - lib/lutaml/model/toml_adapter/toml_rb_adapter.rb - lib/lutaml/model/toml_adapter/tomlib_adapter.rb - lib/lutaml/model/type.rb - lib/lutaml/model/type/boolean.rb - lib/lutaml/model/type/date.rb - lib/lutaml/model/type/date_time.rb - lib/lutaml/model/type/decimal.rb - lib/lutaml/model/type/float.rb - lib/lutaml/model/type/hash.rb - lib/lutaml/model/type/integer.rb - lib/lutaml/model/type/string.rb - lib/lutaml/model/type/time.rb - lib/lutaml/model/type/time_without_date.rb - lib/lutaml/model/type/value.rb - lib/lutaml/model/utils.rb - lib/lutaml/model/validation.rb - lib/lutaml/model/version.rb - lib/lutaml/model/xml_adapter.rb - lib/lutaml/model/xml_adapter/builder/nokogiri.rb - lib/lutaml/model/xml_adapter/builder/ox.rb - lib/lutaml/model/xml_adapter/nokogiri_adapter.rb - lib/lutaml/model/xml_adapter/oga_adapter.rb - lib/lutaml/model/xml_adapter/ox_adapter.rb - lib/lutaml/model/xml_adapter/xml_attribute.rb - lib/lutaml/model/xml_adapter/xml_document.rb - lib/lutaml/model/xml_adapter/xml_element.rb - lib/lutaml/model/xml_adapter/xml_namespace.rb - lib/lutaml/model/xml_mapping.rb - lib/lutaml/model/xml_mapping_rule.rb - lib/lutaml/model/yaml_adapter.rb - lib/lutaml/model/yaml_adapter/standard_yaml_adapter.rb - lib/lutaml/model/yaml_adapter/yaml_document.rb - lib/lutaml/model/yaml_adapter/yaml_object.rb - lutaml-model.gemspec - sig/lutaml/model.rbs - spec/address_spec.rb - spec/fixtures/address.rb - spec/fixtures/person.rb - spec/fixtures/sample_model.rb - spec/fixtures/vase.rb - spec/fixtures/xml/special_char.xml - spec/lutaml/model/attribute_spec.rb - spec/lutaml/model/cdata_spec.rb - spec/lutaml/model/collection_spec.rb - spec/lutaml/model/comparable_model_spec.rb - spec/lutaml/model/custom_model_spec.rb - spec/lutaml/model/custom_serialization_spec.rb - spec/lutaml/model/defaults_spec.rb - spec/lutaml/model/delegation_spec.rb - spec/lutaml/model/inheritance_spec.rb - spec/lutaml/model/json_adapter_spec.rb - spec/lutaml/model/key_value_mapping_spec.rb - spec/lutaml/model/map_content_spec.rb - spec/lutaml/model/mixed_content_spec.rb - spec/lutaml/model/namespace_spec.rb - spec/lutaml/model/ordered_content_spec.rb - spec/lutaml/model/render_nil_spec.rb - spec/lutaml/model/schema/json_schema_spec.rb - spec/lutaml/model/schema/relaxng_schema_spec.rb - spec/lutaml/model/schema/xsd_schema_spec.rb - spec/lutaml/model/schema/yaml_schema_spec.rb - spec/lutaml/model/serializable_spec.rb - spec/lutaml/model/serializable_validation_spec.rb - spec/lutaml/model/simple_model_spec.rb - spec/lutaml/model/toml_adapter_spec.rb - spec/lutaml/model/type/boolean_spec.rb - spec/lutaml/model/type/date_spec.rb - spec/lutaml/model/type/date_time_spec.rb - spec/lutaml/model/type/decimal_spec.rb - spec/lutaml/model/type/float_spec.rb - spec/lutaml/model/type/hash_spec.rb - spec/lutaml/model/type/integer_spec.rb - spec/lutaml/model/type/string_spec.rb - spec/lutaml/model/type/time_spec.rb - spec/lutaml/model/type/time_without_date_spec.rb - spec/lutaml/model/type_spec.rb - spec/lutaml/model/utils_spec.rb - spec/lutaml/model/validation_spec.rb - spec/lutaml/model/with_child_mapping_spec.rb - spec/lutaml/model/xml_adapter/nokogiri_adapter_spec.rb - spec/lutaml/model/xml_adapter/oga_adapter_spec.rb - spec/lutaml/model/xml_adapter/ox_adapter_spec.rb - spec/lutaml/model/xml_adapter/xml_namespace_spec.rb - spec/lutaml/model/xml_adapter_spec.rb - spec/lutaml/model/xml_mapping_spec.rb - spec/lutaml/model/yaml_adapter_spec.rb - spec/lutaml/model_spec.rb - spec/person_spec.rb - spec/spec_helper.rb homepage: https://github.com/lutaml/lutaml-model licenses: - BSD-2-Clause metadata: rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.27 signing_key: specification_version: 4 summary: LutaML creating data models in Ruby test_files: []