xmi 0.3.13 → 0.3.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/xmi/uml.rb +3 -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: 6cb1bbf77b4bd9a1963460eaeacb3cb5878cb09ca22cbe178ca128049e4833ce
|
4
|
+
data.tar.gz: 0d066f7e71d8b6b0955a824ba2772d59fdf0b25b8c9c4a69fd45f0ed52f4ac55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83c83a2a8a1ee26494cb58b2e015abb3be41a5f59f28e20010f73e8e4c07a5540adcc9efc4a876e7b71384017f9bf4201abc39681f93ce073b9f8dec8ea9f456
|
7
|
+
data.tar.gz: 262c19cba1af502a78834ebf8a2857b697d73d49a6434385872af1c5d99173151b34133eaf03dac433f14b83f347ea10edf3ec2dd5743c63ad83dfd1129b171f
|
data/lib/xmi/uml.rb
CHANGED
@@ -41,6 +41,7 @@ module Xmi
|
|
41
41
|
attribute :id, :string
|
42
42
|
attribute :association, :string
|
43
43
|
attribute :name, :string
|
44
|
+
attribute :type_attr, :string
|
44
45
|
attribute :uml_type, Uml::Type
|
45
46
|
attribute :member_end, MemberEnd
|
46
47
|
attribute :lower, :integer
|
@@ -61,10 +62,11 @@ module Xmi
|
|
61
62
|
map_attribute "association", to: :association
|
62
63
|
map_attribute "name", to: :name
|
63
64
|
map_attribute "memberEnd", to: :member_end
|
64
|
-
map_attribute "type", to: :
|
65
|
+
map_attribute "type", to: :type_attr, namespace: nil, prefix: nil
|
65
66
|
map_attribute "lower", to: :lower
|
66
67
|
map_attribute "upper", to: :upper
|
67
68
|
map_attribute "isComposite", to: :is_composite
|
69
|
+
map_element "type", to: :uml_type, namespace: nil, prefix: nil
|
68
70
|
end
|
69
71
|
end
|
70
72
|
|
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.14
|
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-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lutaml-model
|