metanorma-plugin-lutaml 0.7.50 → 0.7.51

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: f27b6ec54fcac0ddd7555f3058124ff88197ebed8b616200deacb2e62ab796d5
4
- data.tar.gz: b765db1783fd82e76ffcd22c3ec8340d335dfcc27058da3be7ce5127a0ca1136
3
+ metadata.gz: adbcdc6f5545e1b123f3625f81625346344cfa031d647865ca1585a929273a18
4
+ data.tar.gz: 3d119e779949b35c1059c41558213f91f8a8cec5d81174148b2769dca675b296
5
5
  SHA512:
6
- metadata.gz: 5c2ab27419d029d9b28a8fc6a03ee906505718d64a91cb405a4af15cb4761918b50c2d84668d33bd68ce2c444c72e6ae29a701367d98d5de0e0b35489741abdf
7
- data.tar.gz: '0112029fbc5e4998a3a5ec2e19b0785db703b02eb379902ef47c720e2799965491d06947e40d35222694b81a8a2a5fbd432edeadf5a4d4ba55c87d8d4337c0d0'
6
+ metadata.gz: 6f3214f8a4678b3e1b06f120caebbd1271ceadfed4c414c0c18d91cfd18038820911e8ed892ef508aa4c357c7783c10fc310e6407bed10d80650c55e8e0beaee
7
+ data.tar.gz: 0125ed80ce5ec2fb95c9137bd42ff53a9d50cdc7f68c7894b108c8b463122a00bdff415362fb6a2609638acb5ccda1eaa28e458254b94cb55aab17bb82a34540
@@ -0,0 +1,24 @@
1
+ # Formerly cimas-managed. Now consumer-owned per metanorma/cimas#68
2
+ # (workflow-file conversion from cimas-synced copied stubs to reusable-workflow
3
+ # references). Pins metanorma/ci reusable at @v1 (moving major, three-tier
4
+ # tagging discipline per metanorma/ci#372).
5
+ name: rake
6
+
7
+ on:
8
+ push:
9
+ branches: [ master, main ]
10
+ tags: [ v* ]
11
+ pull_request:
12
+
13
+ permissions:
14
+ contents: write
15
+
16
+ jobs:
17
+ rake:
18
+ uses: metanorma/ci/.github/workflows/generic-rake.yml@v1
19
+ with:
20
+ setup-tools: graphviz
21
+ submodules: true
22
+ choco-cache: true
23
+ secrets:
24
+ pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
@@ -11,7 +11,7 @@ module Metanorma
11
11
  module Lutaml
12
12
  module LutamlDiagramBase
13
13
  def process(parent, reader, attrs)
14
- uml_document = ::Lutaml::Lml::Parser
14
+ uml_document = ::Lutaml::Lml
15
15
  .parse(lutaml_file(parent.document, reader))
16
16
  filename = generate_file(parent, reader, uml_document)
17
17
  through_attrs = generate_attrs(attrs)
@@ -1,7 +1,7 @@
1
1
  module Metanorma
2
2
  module Plugin
3
3
  module Lutaml
4
- VERSION = "0.7.50".freeze
4
+ VERSION = "0.7.51".freeze
5
5
  end
6
6
  end
7
7
  end
@@ -51,6 +51,7 @@ module Metanorma
51
51
  id_name_mapping: parser.id_name_mapping,
52
52
  lookup: lookup,
53
53
  with_gen: true,
54
+ with_assoc: true,
54
55
  with_absolute_path: true,
55
56
  }
56
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-plugin-lutaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.50
4
+ version: 0.7.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-19 00:00:00.000000000 Z
11
+ date: 2026-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -177,6 +177,7 @@ executables: []
177
177
  extensions: []
178
178
  extra_rdoc_files: []
179
179
  files:
180
+ - ".github/workflows/rake.yml"
180
181
  - ".github/workflows/release.yml"
181
182
  - ".gitignore"
182
183
  - ".rubocop.yml"