xmi 0.3.19 → 0.3.21

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: 417ea26dbb49b0f746cdbf966d8dad802cace2d418d6162564c5a7d5a391b4ce
4
+ data.tar.gz: b1bc0f232eb2dc2d46fa20740da843cf596c1bcb060a620544a4df58c8d9770a
5
5
  SHA512:
6
- metadata.gz: 7c5ef246da1ac01d17a10ebc04621b6bfff7bee3f75b93e91e6c6338e80826646a0c9a22078e7f9c4e55d4c1418b9a7f5544b470ff7b5fb1a32c5e205c056dfd
7
- data.tar.gz: 952c9645a95dce2004aecac4a046a67aae68f28535828b4b8d953ad7e01b0c92bf923f9cb1722769bcb3fa463009c87b39cdc682c4b4fd56fb89f3857c6b34f7
6
+ metadata.gz: b2688ad891bca39b56decaca87e08cc18df996eef98f84db010e5506b38675702003b48f8987f166ed45425ab53de4b69b817f2154edfe9e51260155ef2ef9b1
7
+ data.tar.gz: 64af4239404c4c4fc598b04adef8a4986798db0be66c35f9add1d456dba4c35952e178b0c8300ebfecdee1f4ceeba56daaac001792001a82af51606212869ead
data/lib/xmi/sparx.rb CHANGED
@@ -483,7 +483,7 @@ module Xmi
483
483
  attribute :paths, SparxElementPaths
484
484
  attribute :times, SparxElementTimes
485
485
  attribute :flags, SparxElementFlags
486
- attribute :links, SparxElementLinks
486
+ attribute :links, SparxElementLinks, collection: true
487
487
  attribute :attributes, SparxElementAttributes
488
488
 
489
489
  xml do
@@ -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.21"
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.21
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-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model