xmi 0.3.19 → 0.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c85839d00a5133f5062ff54aee0ef298cd8a8b10f432dc3e4fb827d20e71584e
4
- data.tar.gz: bbb8833d0ab2c178bcaa66aa004808810584329ea8b0f1a254ff5c81a9fecb6d
3
+ metadata.gz: ef197113d1459e78cc91116efd8c5eb8bcf1acda877edee3c35dc684642d1f09
4
+ data.tar.gz: a70b3db7f011245b115959963279fef9d205aad008fb624da63a5c8bceb06a10
5
5
  SHA512:
6
- metadata.gz: 7c5ef246da1ac01d17a10ebc04621b6bfff7bee3f75b93e91e6c6338e80826646a0c9a22078e7f9c4e55d4c1418b9a7f5544b470ff7b5fb1a32c5e205c056dfd
7
- data.tar.gz: 952c9645a95dce2004aecac4a046a67aae68f28535828b4b8d953ad7e01b0c92bf923f9cb1722769bcb3fa463009c87b39cdc682c4b4fd56fb89f3857c6b34f7
6
+ metadata.gz: aae9ded8132915d632708c278108b7d528167a04536e10ea2fe03f1aa381119bf41817bd69106ea667c573ff4fa0f4fad3feb9266324994ad952e957263c124a
7
+ data.tar.gz: 76db7b5491accf7b9517721b24811556e4cd8ed51239e870d978230c765bc3838d3252115caa62d9e68ad57ac815eb8c2900909475ab5cff1c68a1e52a62f54e
data/lib/xmi/sparx.rb CHANGED
@@ -642,7 +642,7 @@ module Xmi
642
642
  attribute :constraints, SparxConnectorEndConstraints
643
643
  attribute :modifiers, SparxConnectorEndModifiers
644
644
  attribute :style, SparxConnectorEndStyle
645
- attribute :documentation, :string
645
+ attribute :documentation, SparxElementDocumentation
646
646
  attribute :xrefs, SparxElementXrefs
647
647
  attribute :tags, SparxElementTags
648
648
  end
data/lib/xmi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Xmi
4
- VERSION = "0.3.19"
4
+ VERSION = "0.3.20"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.19
4
+ version: 0.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-25 00:00:00.000000000 Z
11
+ date: 2025-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model