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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82fd8163f59a62584946e73d0b82cc0de6c6f51db5ae55617e31ce9cd87d3500
4
- data.tar.gz: 5635ec6a6f073d14937584195b541086d65962c31f3f019e29efc1240a58ab2e
3
+ metadata.gz: 157d526ec5945e1eb8faae4f4cc75466fbbf59ec367695264edd10d22d10bd37
4
+ data.tar.gz: 84eb4ecb451f7614da76abba559a4fe5b750425516dc78357480b68c5d50fe16
5
5
  SHA512:
6
- metadata.gz: '0701393b971281d9b8561eeb213a639fdf9c638ef987a83ab9dd4226222b15cc229b841f05be9a5155184483947a77bf2846dd38976b311ff1604b981336a221'
7
- data.tar.gz: a1e5f8b4f4e6f3a823ddb98fc3fd9d1f4c61877eddc758216ee92ccc1633b92f311dd770d964bf6e6306b6f6e45ba0cf912099a9e72451cb97647fc4fe8f706e
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/master/ci/rubocop.yml
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.1
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 strict
128
- fonts)
127
+ aligncrosselements tocfigures toctables tocrecommendations tocexamples
128
+ strict fonts)
129
129
  .each { |x| ret[x] ||= options[x] }
130
130
  end
131
131
 
@@ -1,3 +1,3 @@
1
1
  module Metanorma
2
- VERSION = "2.4.2".freeze
2
+ VERSION = "2.4.3".freeze
3
3
  end
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.2
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-05-16 00:00:00.000000000 Z
11
+ date: 2026-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor