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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad8e6d358007df9521cf0ab6a99a577fa4b8e41995ee46f9dff8429befd2253f
4
- data.tar.gz: b4c9c7960929205624f78374dd5a373f5335cd98b9564f496d64e4d6128dd66a
3
+ metadata.gz: 6283801eacea27f02ff0df5db24f2f18555b886995feea5770ce1d3f401186eb
4
+ data.tar.gz: 027c89ba0444e1663efb32e03a7e384b60439c3b2f73b8d372402450d117ae42
5
5
  SHA512:
6
- metadata.gz: 9ec11637cd4d26ad3f36a3d99dd7a2e66906a5ad842bc84500dc555c3843a523db54d4d0adc43714f4baa758ae0c8356b2d75c94e35e45d3364d120629c4f712
7
- data.tar.gz: f342a814ef8115bfc814648de1330844f2db627e2bb643152f21859b76dc0f796d2ebe295788ca36a83a43f92b4785848a5eb1bc453ea798a2ab05619ee21832
6
+ metadata.gz: 66ec3baf0a6610aec89f663bb208725bc4d5512750405a5a86d216793394a1162b84bdb548c007045395c94b4ba991aa05359b96c939b41eaf30993c1af418db
7
+ data.tar.gz: 04ce19bbb766a4c3c699110edcf11326d87c526705eaa231a08d68adc88a97b79fd3a6dcc27b57f5347bb8b6e733786133985dae22efce8244144bb28ade517a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocina-models (0.105.1)
4
+ cocina-models (0.105.2)
5
5
  activesupport
6
6
  deprecation
7
7
  dry-struct (~> 1.0)
@@ -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
@@ -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
@@ -22,6 +22,7 @@ module Cocina
22
22
  # a preferred vocabulary, if you will
23
23
  EVENT_TYPES = [
24
24
  'acquisition',
25
+ 'broadcast',
25
26
  'capture',
26
27
  'collection',
27
28
  'copyright',
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cocina
4
4
  module Models
5
- VERSION = '0.105.1'
5
+ VERSION = '0.105.2'
6
6
  end
7
7
  end
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.1
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: 1980-01-02 00:00:00.000000000 Z
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.7.0
538
+ rubygems_version: 3.6.2
539
539
  specification_version: 4
540
540
  summary: Data models for the SDR
541
541
  test_files: []