metanorma 2.4.2 → 2.4.3
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 +4 -4
- data/.rubocop.yml +2 -5
- data/lib/metanorma/compile/compile_options.rb +2 -2
- data/lib/metanorma/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: 157d526ec5945e1eb8faae4f4cc75466fbbf59ec367695264edd10d22d10bd37
|
|
4
|
+
data.tar.gz: 84eb4ecb451f7614da76abba559a4fe5b750425516dc78357480b68c5d50fe16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04f311680d84a53dca58be88d51f85df772f5bc75ab928393a55f37253b342ba68d0931da23142ddd45f3a3ec11bb2f778ef165878f02d790f46fca64935a022
|
|
7
|
+
data.tar.gz: b73810634afb80f8c8dc5b4613421759479b7550262645efa42357b3f53d37ddbfc5f9d2520681ecbade585703baa840b489f975a0d9c28917a095bc93a8663c
|
data/.rubocop.yml
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
# Auto-generated by Cimas: Do not edit it manually!
|
|
2
2
|
# See https://github.com/metanorma/cimas
|
|
3
3
|
inherit_from:
|
|
4
|
-
- https://raw.githubusercontent.com/riboseinc/oss-guides/
|
|
4
|
+
- https://raw.githubusercontent.com/riboseinc/oss-guides/main/ci/rubocop.yml
|
|
5
5
|
|
|
6
6
|
# local repo-specific modifications
|
|
7
7
|
# ...
|
|
8
8
|
|
|
9
9
|
AllCops:
|
|
10
|
-
TargetRubyVersion: 3.
|
|
11
|
-
|
|
12
|
-
Lint/MissingSuper:
|
|
13
|
-
AllowedParentClasses: [Liquid::Drop]
|
|
10
|
+
TargetRubyVersion: 3.4
|
|
@@ -124,8 +124,8 @@ module Metanorma
|
|
|
124
124
|
ret[:datauriimage] = true if options[:datauriimage]
|
|
125
125
|
ret[:sourcefilename] = options[:filename]
|
|
126
126
|
%i(bare sectionsplit sectionsplit_filename install_fonts baseassetpath
|
|
127
|
-
aligncrosselements tocfigures toctables tocrecommendations
|
|
128
|
-
fonts)
|
|
127
|
+
aligncrosselements tocfigures toctables tocrecommendations tocexamples
|
|
128
|
+
strict fonts)
|
|
129
129
|
.each { |x| ret[x] ||= options[x] }
|
|
130
130
|
end
|
|
131
131
|
|
data/lib/metanorma/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: asciidoctor
|