xmi 0.3.14 → 0.3.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/xmi/sparx.rb +1 -1
- data/lib/xmi/uml.rb +1 -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: 34e409c5c0408ae856b7e21aabb6a2816f6251b9cc2bb04e6703eb5b80f29cca
|
4
|
+
data.tar.gz: 8c005ff218d6630f4f857f8fcb2228f50e46dc9446138171471fb73df6a0515b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 670a45884a8fd5beb98cfd8f35034ca89bd15313219d2ead3fed89d5485443073fe07716a7a28d16842928bb460b85e54508dc976787e96addd24cce11fa054a
|
7
|
+
data.tar.gz: cd0ce8a9e2d50bbd4da7fe29ae44f19caa722f7fe82bf9dcea4234d637aa9bb3ec0b143e0c6c5de0bc87fedfb5d73067a9b8d0e96475af0fe4a1dfce16a95549
|
data/lib/xmi/sparx.rb
CHANGED
data/lib/xmi/uml.rb
CHANGED
@@ -43,7 +43,7 @@ module Xmi
|
|
43
43
|
attribute :name, :string
|
44
44
|
attribute :type_attr, :string
|
45
45
|
attribute :uml_type, Uml::Type
|
46
|
-
attribute :member_end,
|
46
|
+
attribute :member_end, :string
|
47
47
|
attribute :lower, :integer
|
48
48
|
attribute :upper, :integer
|
49
49
|
attribute :is_composite, :boolean
|
@@ -467,7 +467,6 @@ module Xmi
|
|
467
467
|
xml do
|
468
468
|
root "packageImport"
|
469
469
|
|
470
|
-
map_attribute "id", to: :id, namespace: "http://www.omg.org/spec/XMI/20131001", prefix: "xmi"
|
471
470
|
map_attribute "id", to: :id, namespace: "http://www.omg.org/spec/XMI/20131001", prefix: "xmi"
|
472
471
|
|
473
472
|
map_element "importedPackage", to: :imported_package, namespace: nil, prefix: nil
|
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.15
|
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-02-
|
11
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lutaml-model
|