cocina-models 0.98.0 → 0.98.1
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 +12 -12
- data/description_types.yml +4 -0
- data/docs/description_types.md +4 -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: ddc2be2ab60d4baa71e5d36e310afb176a649aa60fea3c566650975d4ffe4a6e
|
|
4
|
+
data.tar.gz: 6a63e80f2dc8f18e69a011c071b83ff8a268e011504cd413b3d4f341a853c5b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 523922282cfcdbb335484dbb2c429561cc60250aa26dd31dbbb6c2823e95966cb5ce6cb00f4dc1c6943f1fb1d1ae1bce18e36c6ba9b0c1b9a44a87a5fa72fcff
|
|
7
|
+
data.tar.gz: 609e78a360608dcaa8234ccb34621822c61ccec96d28e2c53e5fea4fa38add47655f5ca627627af57b9409e5f106bb17c28b3bbe9aee46a73d51ef0a3e7d4c64
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cocina-models (0.98.
|
|
4
|
+
cocina-models (0.98.1)
|
|
5
5
|
activesupport
|
|
6
6
|
deprecation
|
|
7
7
|
dry-struct (~> 1.0)
|
|
@@ -81,10 +81,10 @@ GEM
|
|
|
81
81
|
multi_json
|
|
82
82
|
language_server-protocol (3.17.0.3)
|
|
83
83
|
mini_portile2 (2.8.7)
|
|
84
|
-
minitest (5.
|
|
84
|
+
minitest (5.24.0)
|
|
85
85
|
multi_json (1.15.0)
|
|
86
86
|
mutex_m (0.2.0)
|
|
87
|
-
nokogiri (1.16.
|
|
87
|
+
nokogiri (1.16.6)
|
|
88
88
|
mini_portile2 (~> 2.8.2)
|
|
89
89
|
racc (~> 1.4)
|
|
90
90
|
openapi3_parser (0.10.0)
|
|
@@ -92,18 +92,18 @@ GEM
|
|
|
92
92
|
openapi_parser (1.0.0)
|
|
93
93
|
optimist (3.1.0)
|
|
94
94
|
parallel (1.25.1)
|
|
95
|
-
parser (3.3.
|
|
95
|
+
parser (3.3.3.0)
|
|
96
96
|
ast (~> 2.4.1)
|
|
97
97
|
racc
|
|
98
98
|
patience_diff (1.2.0)
|
|
99
99
|
optimist (~> 3.0)
|
|
100
100
|
racc (1.8.0)
|
|
101
|
-
rack (3.
|
|
101
|
+
rack (3.1.4)
|
|
102
102
|
rainbow (3.1.1)
|
|
103
103
|
rake (13.2.1)
|
|
104
104
|
rb_sys (0.9.97)
|
|
105
105
|
regexp_parser (2.9.2)
|
|
106
|
-
rexml (3.
|
|
106
|
+
rexml (3.3.0)
|
|
107
107
|
strscan
|
|
108
108
|
rspec (3.13.0)
|
|
109
109
|
rspec-core (~> 3.13.0)
|
|
@@ -111,7 +111,7 @@ GEM
|
|
|
111
111
|
rspec-mocks (~> 3.13.0)
|
|
112
112
|
rspec-core (3.13.0)
|
|
113
113
|
rspec-support (~> 3.13.0)
|
|
114
|
-
rspec-expectations (3.13.
|
|
114
|
+
rspec-expectations (3.13.1)
|
|
115
115
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
116
116
|
rspec-support (~> 3.13.0)
|
|
117
117
|
rspec-mocks (3.13.1)
|
|
@@ -135,8 +135,8 @@ GEM
|
|
|
135
135
|
parser (>= 3.3.1.0)
|
|
136
136
|
rubocop-capybara (2.21.0)
|
|
137
137
|
rubocop (~> 1.41)
|
|
138
|
-
rubocop-factory_bot (2.26.
|
|
139
|
-
rubocop (~> 1.
|
|
138
|
+
rubocop-factory_bot (2.26.1)
|
|
139
|
+
rubocop (~> 1.61)
|
|
140
140
|
rubocop-rake (0.6.0)
|
|
141
141
|
rubocop (~> 1.0)
|
|
142
142
|
rubocop-rspec (2.31.0)
|
|
@@ -144,8 +144,8 @@ GEM
|
|
|
144
144
|
rubocop-capybara (~> 2.17)
|
|
145
145
|
rubocop-factory_bot (~> 2.22)
|
|
146
146
|
rubocop-rspec_rails (~> 2.28)
|
|
147
|
-
rubocop-rspec_rails (2.29.
|
|
148
|
-
rubocop (~> 1.
|
|
147
|
+
rubocop-rspec_rails (2.29.1)
|
|
148
|
+
rubocop (~> 1.61)
|
|
149
149
|
ruby-progressbar (1.13.0)
|
|
150
150
|
simplecov (0.22.0)
|
|
151
151
|
docile (~> 1.1)
|
|
@@ -162,7 +162,7 @@ GEM
|
|
|
162
162
|
tzinfo (2.0.6)
|
|
163
163
|
concurrent-ruby (~> 1.0)
|
|
164
164
|
unicode-display_width (2.5.0)
|
|
165
|
-
zeitwerk (2.6.
|
|
165
|
+
zeitwerk (2.6.16)
|
|
166
166
|
|
|
167
167
|
PLATFORMS
|
|
168
168
|
ruby
|
data/description_types.yml
CHANGED
|
@@ -344,6 +344,8 @@ identifier:
|
|
|
344
344
|
code: ark
|
|
345
345
|
- value: arXiv
|
|
346
346
|
code: arxiv
|
|
347
|
+
- value: Bates range
|
|
348
|
+
description: Used in law, medicine, and business for documents as they are scanned or processed, such as for pretrial discovery.
|
|
347
349
|
- value: case identifier
|
|
348
350
|
- value: case number
|
|
349
351
|
- value: CCP
|
|
@@ -357,6 +359,8 @@ identifier:
|
|
|
357
359
|
code: doi
|
|
358
360
|
- value: druid
|
|
359
361
|
- value: EUR-OP
|
|
362
|
+
- value: filing number
|
|
363
|
+
description: Used when placing a paper in the official custody of the clerk of court to enter into the case records.
|
|
360
364
|
- value: FOLIO
|
|
361
365
|
description: FOLIO HRID for the source record of the metadata.
|
|
362
366
|
- value: GTIN-14 ID
|
data/docs/description_types.md
CHANGED
|
@@ -352,6 +352,8 @@ _Path: identifier.type_
|
|
|
352
352
|
* Apis ID
|
|
353
353
|
* ARK
|
|
354
354
|
* arXiv
|
|
355
|
+
* Bates range
|
|
356
|
+
* Used in law, medicine, and business for documents as they are scanned or processed, such as for pretrial discovery.
|
|
355
357
|
* case identifier
|
|
356
358
|
* case number
|
|
357
359
|
* CCP
|
|
@@ -364,6 +366,8 @@ _Path: identifier.type_
|
|
|
364
366
|
* DOI
|
|
365
367
|
* druid
|
|
366
368
|
* EUR-OP
|
|
369
|
+
* filing number
|
|
370
|
+
* Used when placing a paper in the official custody of the clerk of court to enter into the case records.
|
|
367
371
|
* FOLIO
|
|
368
372
|
* FOLIO HRID for the source record of the metadata.
|
|
369
373
|
* GTIN-14 ID
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocina-models
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.98.
|
|
4
|
+
version: 0.98.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -549,7 +549,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
549
549
|
- !ruby/object:Gem::Version
|
|
550
550
|
version: '0'
|
|
551
551
|
requirements: []
|
|
552
|
-
rubygems_version: 3.
|
|
552
|
+
rubygems_version: 3.4.19
|
|
553
553
|
signing_key:
|
|
554
554
|
specification_version: 4
|
|
555
555
|
summary: Data models for the SDR
|