metanorma-standoc 2.7.0 → 2.7.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f97ecd18866405cdb9d6b66001a4e36d2fbd8a54fdbf1b3c9158ea86a0b9bb18
|
|
4
|
+
data.tar.gz: 91d500390673aee641a3f909e43f618c657c5441ce97e315f5cbcdbfd3e9b346
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3747b45da1d18b643ac4a5475057543765333cfee4d2f9a840045c7f86125b8c687499ceebe2f6bc4c97c0d11cfa6c6852fc2a550b40244d69d1b5880c9163ac
|
|
7
|
+
data.tar.gz: 6ccc6bd35186eb717929cac051d85c1ac13bd42ddd97a22ee3cd6ac59259a8fbfaeff4e3e90a381f87ccf873b279c0cf2c27db3fdc88571805ca546d86068cfb
|
|
@@ -19,9 +19,9 @@ module Metanorma
|
|
|
19
19
|
abbrevs = org_abbrev
|
|
20
20
|
n = abbrevs.invert[orgname] and orgname = n
|
|
21
21
|
org.name orgname
|
|
22
|
-
default_org and a = node
|
|
22
|
+
default_org and a = node&.attr("subdivision") and org.subdivision a
|
|
23
23
|
abbr = org_abbrev[orgname]
|
|
24
|
-
default_org && b = node
|
|
24
|
+
default_org && b = node&.attr("subdivision-abbr") and abbr = b
|
|
25
25
|
abbr and org.abbreviation abbr
|
|
26
26
|
end
|
|
27
27
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-standoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-11-
|
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|