metanorma-cli 1.15.6 → 1.15.7

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: 1c00002c926c9a151084f7edb410da9000b99a1d42f5929eeff66951025d2fae
4
- data.tar.gz: dc4778b04f2f924d103e56daf651bc50203404fc74e43ab36eb19cf9c4b54545
3
+ metadata.gz: 97f25e8d356b444e56fa9864d25c32b9affff8f2c576e3b41748a9c5c37a7002
4
+ data.tar.gz: f24862be26d9df50efce6d4c44b0c6641d20f900a15a43afaa3b1cbeb4062e83
5
5
  SHA512:
6
- metadata.gz: 5fa0e6292a2014ab46a6cf46aba39866f5a226a85488ecd6ee501a3cc504550621f1f49e9e2d7329d2c6610b6560b65027f5fc8eec3574348c283489d46a507d
7
- data.tar.gz: 9556d4cfe121a9ed03a65e421a629b7ef52906f7ad83cdaa9138264c0828a64046db8c927e9a43a546aba28cbb98186cb2eb2d44ffa2668aec54fd2b85639dc8
6
+ metadata.gz: 40b5cb0cf3b8424c6e19fcfd23cfc3fadd65fb82934a280f396cc0257ed46911eb8789bf4e12808e37ab92f17d687bea778b0db2b120a6b054a9f074d69c693e
7
+ data.tar.gz: ef6a2bd558f7cceb74328b396634f12e4bfea6c1c8f1a9323778a2a91eb34743e108a748885363b239bdc7bb7a21fc1bfdb8197e820f7960261a4b33d592a1ad
@@ -106,7 +106,7 @@ module Metanorma
106
106
 
107
107
  DEPENDENCY_GEMS =
108
108
  %w(html2doc isodoc metanorma-utils mn2pdf mn-requirements isodoc-i18n
109
- metanorma-plugin-glossarist metanorma-plugin-lutaml
109
+ metanorma-core metanorma-plugin-glossarist metanorma-plugin-lutaml
110
110
  metanorma-taste relaton-cli pubid glossarist fontist
111
111
  plurimath lutaml expressir xmi lutaml-model emf2svg unitsml
112
112
  vectory ogc-gml oscal).freeze
@@ -134,9 +134,7 @@ module Metanorma
134
134
 
135
135
  def load_flavours(type)
136
136
  Metanorma::Cli.load_flavors
137
- unless Metanorma::Registry.instance.find_processor(type&.to_sym)
138
- require "metanorma-#{type}"
139
- end
137
+ type and Metanorma::Core::FlavorLoader.load_flavor(type)
140
138
  end
141
139
 
142
140
  def select_wildcard_documents(filename)
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Cli
3
- VERSION = "1.15.6".freeze
3
+ VERSION = "1.15.7".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.6
4
+ version: 1.15.7
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-04-16 00:00:00.000000000 Z
11
+ date: 2026-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-ietf