cocina-models 0.105.1 → 0.105.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/Gemfile.lock +1 -1
- data/description_types.yml +4 -0
- data/docs/description_types.md +4 -0
- data/lib/cocina/models/mapping/from_mods/event.rb +1 -0
- data/lib/cocina/models/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6283801eacea27f02ff0df5db24f2f18555b886995feea5770ce1d3f401186eb
|
4
|
+
data.tar.gz: 027c89ba0444e1663efb32e03a7e384b60439c3b2f73b8d372402450d117ae42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66ec3baf0a6610aec89f663bb208725bc4d5512750405a5a86d216793394a1162b84bdb548c007045395c94b4ba991aa05359b96c939b41eaf30993c1af418db
|
7
|
+
data.tar.gz: 04ce19bbb766a4c3c699110edcf11326d87c526705eaa231a08d68adc88a97b79fd3a6dcc27b57f5347bb8b6e733786133985dae22efce8244144bb28ade517a
|
data/Gemfile.lock
CHANGED
data/description_types.yml
CHANGED
@@ -102,6 +102,8 @@ contributor.note:
|
|
102
102
|
event:
|
103
103
|
- value: acquisition
|
104
104
|
description: The transferral of ownership of a resource to a repository.
|
105
|
+
- value: broadcast
|
106
|
+
description: Live transmission of the resource to a wide audience.
|
105
107
|
- value: capture
|
106
108
|
description: A record of the resource in a fixed form at a specific time.
|
107
109
|
- value: collection
|
@@ -154,6 +156,8 @@ event.date:
|
|
154
156
|
status: deprecated
|
155
157
|
- value: acquisition
|
156
158
|
description: The transferral of ownership of a resource to a repository.
|
159
|
+
- value: broadcast
|
160
|
+
description: Live transmission of the resource to a wide audience.
|
157
161
|
- value: capture
|
158
162
|
description: A record of the resource in a fixed form at a specific time.
|
159
163
|
- value: collection
|
data/docs/description_types.md
CHANGED
@@ -110,6 +110,8 @@ _Path: contributor.note.type_
|
|
110
110
|
_Path: event.type_
|
111
111
|
* acquisition
|
112
112
|
* The transferral of ownership of a resource to a repository.
|
113
|
+
* broadcast
|
114
|
+
* Live transmission of the resource to a wide audience.
|
113
115
|
* capture
|
114
116
|
* A record of the resource in a fixed form at a specific time.
|
115
117
|
* collection
|
@@ -163,6 +165,8 @@ _Path: event.date.type_
|
|
163
165
|
* Deprecated.
|
164
166
|
* acquisition
|
165
167
|
* The transferral of ownership of a resource to a repository.
|
168
|
+
* broadcast
|
169
|
+
* Live transmission of the resource to a wide audience.
|
166
170
|
* capture
|
167
171
|
* A record of the resource in a fixed form at a specific time.
|
168
172
|
* collection
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocina-models
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.105.
|
4
|
+
version: 0.105.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 2025-08-14 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|
@@ -535,7 +535,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
535
535
|
- !ruby/object:Gem::Version
|
536
536
|
version: '0'
|
537
537
|
requirements: []
|
538
|
-
rubygems_version: 3.
|
538
|
+
rubygems_version: 3.6.2
|
539
539
|
specification_version: 4
|
540
540
|
summary: Data models for the SDR
|
541
541
|
test_files: []
|