xmi 0.3.20 → 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: ef197113d1459e78cc91116efd8c5eb8bcf1acda877edee3c35dc684642d1f09
4
- data.tar.gz: a70b3db7f011245b115959963279fef9d205aad008fb624da63a5c8bceb06a10
3
+ metadata.gz: 417ea26dbb49b0f746cdbf966d8dad802cace2d418d6162564c5a7d5a391b4ce
4
+ data.tar.gz: b1bc0f232eb2dc2d46fa20740da843cf596c1bcb060a620544a4df58c8d9770a
5
5
  SHA512:
6
- metadata.gz: aae9ded8132915d632708c278108b7d528167a04536e10ea2fe03f1aa381119bf41817bd69106ea667c573ff4fa0f4fad3feb9266324994ad952e957263c124a
7
- data.tar.gz: 76db7b5491accf7b9517721b24811556e4cd8ed51239e870d978230c765bc3838d3252115caa62d9e68ad57ac815eb8c2900909475ab5cff1c68a1e52a62f54e
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
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.20"
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.20
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-26 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