edoxen 2.1.1 → 2.1.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 +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/edoxen/version.rb +1 -1
- data/schema/meeting.yaml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61cbf2b8c1a246081e37c9d7825cbcd6525eb9a7ac0c158532217fd62d78e157
|
|
4
|
+
data.tar.gz: daa768397de2ea5f2d3e2ce357043cefa33be8b4904140248a6de3ba0f6eba3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0fa6668545d593136089233bc9040fdcc6b30a2c9a9333e2f4c87d0072ef8d30589a3083a095340454beb26c913ddb665c5f02a7e8d16fc7d567e1fae3c55786
|
|
7
|
+
data.tar.gz: dba16df211688953e6d4a4ccc9423659dad03ac49f3d433842b922b6967a620cc5d570b30faef2209c61ad2525531f68b02eb175727c75fab69b6240556fb7a8
|
data/CHANGELOG.md
CHANGED
|
@@ -5,11 +5,27 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.1.2] — 2026-07-07
|
|
9
|
+
|
|
10
|
+
Patch release. Adds `MeetingSeries` as a valid top-level document in
|
|
11
|
+
`schema/meeting.yaml` so downstream consumers can ship a
|
|
12
|
+
committee-level MeetingSeries fixture as the single source of truth
|
|
13
|
+
for committee metadata (name, description, chair as `contact`,
|
|
14
|
+
secretariat as `hosts[]`, social-media URLs as `extensions[]`).
|
|
15
|
+
Previously MeetingSeries was only reachable as a `$ref` inside other
|
|
16
|
+
documents.
|
|
17
|
+
|
|
18
|
+
Backwards-compatible: existing Meeting and MeetingCollection root
|
|
19
|
+
documents still validate unchanged.
|
|
20
|
+
|
|
21
|
+
Mirror change in `edoxen-model/schema/meeting.yaml`.
|
|
22
|
+
|
|
8
23
|
## [2.1.1] — 2026-07-06
|
|
9
24
|
|
|
10
25
|
Patch release. Bundles the v2.2 OCP refactor (Contact family), the
|
|
11
26
|
post-v2.2 audit cleanup, and the gem↔model canonical-schema sync spec.
|
|
12
27
|
|
|
28
|
+
|
|
13
29
|
### Added
|
|
14
30
|
|
|
15
31
|
- **Contact family** (v2.2 OCP refactor): `Contact`, `Name`,
|
data/lib/edoxen/version.rb
CHANGED
data/schema/meeting.yaml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: edoxen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json_schemer
|