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 +4 -4
- data/lib/xmi/sparx.rb +1 -1
- 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: ef197113d1459e78cc91116efd8c5eb8bcf1acda877edee3c35dc684642d1f09
|
4
|
+
data.tar.gz: a70b3db7f011245b115959963279fef9d205aad008fb624da63a5c8bceb06a10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
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.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-
|
11
|
+
date: 2025-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lutaml-model
|