lutaml 0.9.35 → 0.9.36

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: ca966781f52ce9978f570ef4a2eaaccaf50cc58afae2b0f58767700983becbe1
4
- data.tar.gz: '08378b29643e433382e78eb49fdb836309fab0750f3f8491542c1bc4b084fc2e'
3
+ metadata.gz: 89457333a301467b7b779044768839ced4368dc776bbf15884c41195ebf5b03b
4
+ data.tar.gz: 70ec7f5731d26c39761dcf7c0c3958e5213077a418c4434127b9b61d297769a9
5
5
  SHA512:
6
- metadata.gz: 6f631a08c0e17860697147994b5f588ec2ced711f9660c83d3c8a6026bbf9f0f551c35e0d460734383caa733f29db4963a64ffb6934e79fb95e03cf46e8b57d0
7
- data.tar.gz: 0150c791377dbc0a1d045f8b52124c9a956b8357001c572a533a29b99eb322146706b50f4c0c4a87c1712f27e19a28fca6dcb35f3ca7d8048b7ebc280edcfcbd
6
+ metadata.gz: 8eb4996362ac98e3a455c7f2ac308913b36b0b0382db1b9e5793a9a41cddbd720afbcee9fb0e7095bf4f3b27a744a6a8405d0cd3aadbd822f367759dad4271c6
7
+ data.tar.gz: 4e82993d6e01180f78299a80879bdab789a335163bdf671a46115791fbc24de90074eabc33b822c763ec9908bf1bf52c9b0ba7a36dffd0bd27b9da572571113a
@@ -1,3 +1,3 @@
1
1
  module Lutaml
2
- VERSION = "0.9.35".freeze
2
+ VERSION = "0.9.36".freeze
3
3
  end
@@ -69,7 +69,7 @@ module Lutaml
69
69
 
70
70
  def connector
71
71
  connector = fetch_connector(@xmi_id)
72
- ::Lutaml::XMI::ConnectorDrop.new(connector)
72
+ ::Lutaml::XMI::ConnectorDrop.new(connector, @options)
73
73
  end
74
74
  end
75
75
  end
@@ -43,6 +43,11 @@ module Lutaml
43
43
  def target
44
44
  ::Lutaml::XMI::SourceTargetDrop.new(@model.target)
45
45
  end
46
+
47
+ def recognized?
48
+ !!@id_name_mapping[@model.source.idref] &&
49
+ !!@id_name_mapping[@model.target.idref]
50
+ end
46
51
  end
47
52
  end
48
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lutaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.35
4
+ version: 0.9.36
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-27 00:00:00.000000000 Z
11
+ date: 2025-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: expressir