metanorma-plugin-glossarist 0.2.6 → 0.2.8
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: a311ce06912e8b9b57e5aa6993cda8a35f8ef887aaaf2aec8d1899e8c7e39cd4
|
4
|
+
data.tar.gz: 15c7a6268a0bd292105860a316fb747d8be26977d8223f3808f47c2db2a2d7b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a296bc7cdac4225dc07db3d11faa14a22188a65c6636ee8d31cebe63c039902074aa76ae8b754c21ecc1298ea0d36cb115c6ab637e2b36808bc9126e694ed46
|
7
|
+
data.tar.gz: a8eb548632a313635b2318a38ffca8e6c7254fe0e98aa03904b213287098e4828c83777b406fd288ff4df17ed345fd7c6d5ada38e8df0ee2121d22baa67c8efb
|
@@ -115,7 +115,7 @@ module Metanorma
|
|
115
115
|
return collection unless group_filter
|
116
116
|
|
117
117
|
collection.select do |concept|
|
118
|
-
concept.data.groups
|
118
|
+
concept.data.groups&.include?(group_filter)
|
119
119
|
end
|
120
120
|
end
|
121
121
|
|
@@ -130,7 +130,7 @@ module Metanorma
|
|
130
130
|
end
|
131
131
|
|
132
132
|
collection.sort_by do |concept|
|
133
|
-
concept.send(sort_filter.to_sym)
|
133
|
+
concept.send(sort_filter.to_sym).downcase
|
134
134
|
end
|
135
135
|
end
|
136
136
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-plugin-glossarist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|