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 +4 -4
- data/lib/xmi/sparx.rb +2 -2
- data/lib/xmi/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 417ea26dbb49b0f746cdbf966d8dad802cace2d418d6162564c5a7d5a391b4ce
|
4
|
+
data.tar.gz: b1bc0f232eb2dc2d46fa20740da843cf596c1bcb060a620544a4df58c8d9770a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
645
|
+
attribute :documentation, SparxElementDocumentation
|
646
646
|
attribute :xrefs, SparxElementXrefs
|
647
647
|
attribute :tags, SparxElementTags
|
648
648
|
end
|
data/lib/xmi/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2025-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lutaml-model
|