glossarist 2.5.1 → 2.6.0
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/.gitignore +2 -0
- data/.rubocop_todo.yml +87 -7
- data/CLAUDE.md +15 -2
- data/Gemfile +7 -7
- data/README.adoc +86 -0
- data/glossarist.gemspec +2 -1
- data/lib/glossarist/cli/export_command.rb +109 -0
- data/lib/glossarist/cli/package_command.rb +11 -0
- data/lib/glossarist/cli.rb +23 -0
- data/lib/glossarist/concept_validator.rb +0 -13
- data/lib/glossarist/gcr_metadata.rb +3 -0
- data/lib/glossarist/gcr_package.rb +95 -11
- data/lib/glossarist/gcr_statistics.rb +5 -1
- data/lib/glossarist/managed_concept.rb +10 -0
- data/lib/glossarist/rdf/localized_literal.rb +25 -0
- data/lib/glossarist/rdf/namespaces/dcterms_namespace.rb +12 -0
- data/lib/glossarist/rdf/namespaces/skos_namespace.rb +12 -0
- data/lib/glossarist/rdf/namespaces.rb +10 -0
- data/lib/glossarist/rdf/skos_concept.rb +44 -0
- data/lib/glossarist/rdf/skos_vocabulary.rb +26 -0
- data/lib/glossarist/rdf.rb +10 -0
- data/lib/glossarist/resolution_adapter/local.rb +1 -3
- data/lib/glossarist/transforms/concept_to_skos_transform.rb +133 -0
- data/lib/glossarist/transforms/concept_to_tbx_transform.rb +86 -0
- data/lib/glossarist/transforms.rb +10 -0
- data/lib/glossarist/version.rb +1 -1
- data/relaton-bib-2.0.0.gem +0 -0
- data/relaton-bib-2.1.0.gem +0 -0
- data/relaton-cen-2.0.0.gem +0 -0
- data/relaton-iec-2.0.0.gem +0 -0
- data/relaton-iso-2.0.0.gem +0 -0
- data/relaton-itu-2.0.0.gem +0 -0
- metadata +35 -4
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.
|
|
4
|
+
version: 2.6.0
|
|
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-
|
|
11
|
+
date: 2026-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lutaml-model
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.8.5
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 0.8.5
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: relaton
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -64,6 +64,20 @@ dependencies:
|
|
|
64
64
|
- - "<"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
66
|
version: '3'
|
|
67
|
+
- !ruby/object:Gem::Dependency
|
|
68
|
+
name: tbx
|
|
69
|
+
requirement: !ruby/object:Gem::Requirement
|
|
70
|
+
requirements:
|
|
71
|
+
- - "~>"
|
|
72
|
+
- !ruby/object:Gem::Version
|
|
73
|
+
version: '0.1'
|
|
74
|
+
type: :runtime
|
|
75
|
+
prerelease: false
|
|
76
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
77
|
+
requirements:
|
|
78
|
+
- - "~>"
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
80
|
+
version: '0.1'
|
|
67
81
|
- !ruby/object:Gem::Dependency
|
|
68
82
|
name: thor
|
|
69
83
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -107,6 +121,7 @@ files:
|
|
|
107
121
|
- lib/glossarist/asset.rb
|
|
108
122
|
- lib/glossarist/citation.rb
|
|
109
123
|
- lib/glossarist/cli.rb
|
|
124
|
+
- lib/glossarist/cli/export_command.rb
|
|
110
125
|
- lib/glossarist/cli/package_command.rb
|
|
111
126
|
- lib/glossarist/cli/upgrade_command.rb
|
|
112
127
|
- lib/glossarist/cli/validate_command.rb
|
|
@@ -160,6 +175,13 @@ files:
|
|
|
160
175
|
- lib/glossarist/managed_concept_collection.rb
|
|
161
176
|
- lib/glossarist/managed_concept_data.rb
|
|
162
177
|
- lib/glossarist/non_verb_rep.rb
|
|
178
|
+
- lib/glossarist/rdf.rb
|
|
179
|
+
- lib/glossarist/rdf/localized_literal.rb
|
|
180
|
+
- lib/glossarist/rdf/namespaces.rb
|
|
181
|
+
- lib/glossarist/rdf/namespaces/dcterms_namespace.rb
|
|
182
|
+
- lib/glossarist/rdf/namespaces/skos_namespace.rb
|
|
183
|
+
- lib/glossarist/rdf/skos_concept.rb
|
|
184
|
+
- lib/glossarist/rdf/skos_vocabulary.rb
|
|
163
185
|
- lib/glossarist/reference_extractor.rb
|
|
164
186
|
- lib/glossarist/reference_resolver.rb
|
|
165
187
|
- lib/glossarist/register_data.rb
|
|
@@ -170,6 +192,9 @@ files:
|
|
|
170
192
|
- lib/glossarist/resolution_adapter/remote.rb
|
|
171
193
|
- lib/glossarist/resolution_adapter/route.rb
|
|
172
194
|
- lib/glossarist/schema_migration.rb
|
|
195
|
+
- lib/glossarist/transforms.rb
|
|
196
|
+
- lib/glossarist/transforms/concept_to_skos_transform.rb
|
|
197
|
+
- lib/glossarist/transforms/concept_to_tbx_transform.rb
|
|
173
198
|
- lib/glossarist/urn_resolver.rb
|
|
174
199
|
- lib/glossarist/utilities.rb
|
|
175
200
|
- lib/glossarist/utilities/common_functions.rb
|
|
@@ -180,6 +205,12 @@ files:
|
|
|
180
205
|
- lib/glossarist/v1/register.rb
|
|
181
206
|
- lib/glossarist/validation_result.rb
|
|
182
207
|
- lib/glossarist/version.rb
|
|
208
|
+
- relaton-bib-2.0.0.gem
|
|
209
|
+
- relaton-bib-2.1.0.gem
|
|
210
|
+
- relaton-cen-2.0.0.gem
|
|
211
|
+
- relaton-iec-2.0.0.gem
|
|
212
|
+
- relaton-iso-2.0.0.gem
|
|
213
|
+
- relaton-itu-2.0.0.gem
|
|
183
214
|
homepage: https://github.com/glossarist/glossarist-ruby
|
|
184
215
|
licenses:
|
|
185
216
|
- BSD-2-Clause
|