glossarist 2.8.0 → 2.8.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/config.yml +11 -0
  3. data/lib/glossarist/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8c40cbee20f8b32a07768e3a18f5424d47200fbf1881d37563403399e94dac8
4
- data.tar.gz: ff491ad1c74576a7ee743dc77fbb143dc4c71e690f1d13a57c2601d98da6289f
3
+ metadata.gz: c9161012e7bc694c31f1450dfdc28538de9b559c4ca3cbf6fd7aad8427976d44
4
+ data.tar.gz: 465de2a3598f6a21fa007068b7fb4b282bd8e917fdb9e226636830bd24fc88ef
5
5
  SHA512:
6
- metadata.gz: 1c6688d6e709e85dfaf7316306e37f743b5eb093e248ba6a189077c55e7274fb6405a38b94e49c32bb12ab3f7f51c31546e170fc88cdb5ad774f7fe9fae7e975
7
- data.tar.gz: 6e031043ea2dc45971cb29858c8be4d11110a8751680e3041f8d5593f4ccc1992660a5d41981026fabd86c68b10847f0f7df611cf61ae33eb416f5c99136456c
6
+ metadata.gz: db1a01d3b4c1da4ec1e1ea9c15c976c0c11aaa1c53e7ac38ec2d6d3a87d6c2b23c26ac0606f16aba395e01bb7ada4c32401436af23cae94081582bc19aa155f1
7
+ data.tar.gz: 4471a27273205c88f7f8f0eaa397a351ef23a9d5abc53c397665ac3d8a1f9321b29b289d5151da380bb742e217c0739595f34aff15b13fe4f0cb905c6f5dffb6
data/config.yml CHANGED
@@ -57,6 +57,7 @@ related_concept:
57
57
  - narrower_instantial
58
58
  # Equivalence (ISO 10241-1 / ISO 25964 exactMatch / SKOS)
59
59
  - equivalent
60
+ - exact_match
60
61
  # Approximate equivalence (ISO 25964 closeMatch / SKOS)
61
62
  - close_match
62
63
  # Cross-vocabulary mapping (SKOS)
@@ -92,11 +93,19 @@ iso12620:
92
93
  - short_form
93
94
  - transliterated_form
94
95
  - transcribed_form
96
+ - truncation
95
97
  - variant
96
98
  # Symbolic / formulaic:
99
+ - code
97
100
  - equation
101
+ - figure_symbol
98
102
  - formula
103
+ - graphic_symbol
104
+ - letter_symbol
99
105
  - logical_expression
106
+ - mathematical_expression
107
+ - reference_symbol
108
+ - roman_numeral
100
109
  - symbol
101
110
  # Usage / provenance:
102
111
  - common_name
@@ -104,7 +113,9 @@ iso12620:
104
113
  - internationalism
105
114
  - international_scientific_term
106
115
  - part_number
116
+ - phrase
107
117
  - phraseological_unit
118
+ - scientific_name
108
119
  - shortcut
109
120
  - sku
110
121
  - standard_text
@@ -4,5 +4,5 @@
4
4
  #
5
5
 
6
6
  module Glossarist
7
- VERSION = "2.8.0"
7
+ VERSION = "2.8.1"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glossarist
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-26 00:00:00.000000000 Z
11
+ date: 2026-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model