glossarist 2.9.1 → 2.9.2

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: d50eada0daf92059e77d269ba5aa067172280aa220bea89c64fe87c9fddb6377
4
- data.tar.gz: 35a8a7cead7330c1e34c973918c02380c8d7328929494abffa3e4feb47c78239
3
+ metadata.gz: c1b00e7f214346a1df82300439a80e6e1888609c7b981b2a9f8460a2bd5bd37b
4
+ data.tar.gz: 0f91a052ae1c913e9ff52daf0f3835900eb0847fd41c0bfe287c2782ae829af8
5
5
  SHA512:
6
- metadata.gz: dcd5e9c08ccde9518e35b41c2ac1b405f08551ae24e1e9ff9602fe9992f62c59c3c4a3724035ecdcb2bf80cc5b19a32a0ed4cab2d69deca005572ab893e865a5
7
- data.tar.gz: cb1054564c6e5c22a204c4d6d8c74a0454faa710789184580296bab9512b0556f7ef464dca31e451a90cee1dc4b0b455a5c4c3b7f7c91f5cec81dafdb9815d52
6
+ metadata.gz: 1325227b2a204a4ebbf09331f8e57705176b985dadb03d1bd100d9d4856ed93a8850b21df06eb7d2498e61d01631517aa6284182b400d145f52eeccb0f7c7030
7
+ data.tar.gz: 07e6e35d730702809b30265bb50ba8b56555cbb3bd2eedf27f14fa3f36bdb40001c551195980f04cd2d23fafbd2bfc22c29fb4ff48fc042ee49a6d4e187110f0
@@ -12,6 +12,7 @@ concept-model.
12
12
 
13
13
  | File | Purpose |
14
14
  |------|---------|
15
+ | `prefixes.ttl` | Canonical prefix bindings SSOT — consumed verbatim by every Turtle/JSON-LD serializer in the ecosystem |
15
16
  | `glossarist.context.jsonld` | JSON-LD term map — reference |
16
17
  | `glossarist.ttl` | OWL ontology (reference; not currently read at runtime) |
17
18
  | `shapes/glossarist.shacl.ttl` | SHACL shapes — loaded by `Glossarist::Validation::ShaclValidator` at runtime |
@@ -21,8 +22,9 @@ concept-model.
21
22
  Update these files from the latest concept-model tag:
22
23
 
23
24
  ```bash
24
- rake glossarist:sync:model # fetches latest from glossarist/concept-model
25
- rake glossarist:sync:model[v3.0.0] # pin to a specific tag
25
+ rake glossarist:sync:model # fetches latest released tag
26
+ rake glossarist:sync:model[v3.1.0] # pin to a specific tag
27
+ rake glossarist:sync:model[main] # tracking upstream main (uncommon)
26
28
  ```
27
29
 
28
30
  The sync task fetches via the GitHub raw endpoint (no clone needed).
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "repo": "glossarist/concept-model",
3
- "ref": "8d5972e",
4
- "syncedAt": "2026-07-05T02:25:47Z"
3
+ "ref": "v3.1.0",
4
+ "syncedAt": "2026-07-05T05:08:16Z"
5
5
  }
@@ -3,6 +3,7 @@
3
3
  require "json"
4
4
  require "fileutils"
5
5
  require "net/http"
6
+ require "time"
6
7
  require "uri"
7
8
 
8
9
  module Glossarist
@@ -4,5 +4,5 @@
4
4
  #
5
5
 
6
6
  module Glossarist
7
- VERSION = "2.9.1"
7
+ VERSION = "2.9.2"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glossarist
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.1
4
+ version: 2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose