cocina-models 0.93.1 → 0.94.0
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/.rspec +0 -1
- data/.rubocop.yml +36 -1
- data/Gemfile.lock +12 -11
- data/description_types.yml +14 -0
- data/docs/description_types.md +11 -0
- data/lib/cocina/models/validators/validator.rb +4 -6
- 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: 325cc1afd87f6c47380be3a4858d8858e31661efdfd39c0360c4a62f4541b6f2
|
|
4
|
+
data.tar.gz: 4539fb9f4a715cc488e50a67df0c1e345ff227be9afe1dbd94c6466d4902a41b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d37e0ca7edb90caf68d706741e1f04ad8eafa767527af393f72ef3fe44ab55fa056b027848c46d8c43ed4ccdc97369a86a93a7d1d82b60b8d2302307fc1e634b
|
|
7
|
+
data.tar.gz: 2bca5d3dcf6f5d141a0402545a558b17953af6f64311b29e11a57fc0f0d842af983a901b86e1a1cc8265c61f454db88d5f2a84460bb90e5bd0c0d8031073e913
|
data/.rspec
CHANGED
data/.rubocop.yml
CHANGED
|
@@ -458,4 +458,39 @@ Style/YAMLFileRead: # new in 1.53
|
|
|
458
458
|
RSpec/ReceiveMessages: # new in 2.23
|
|
459
459
|
Enabled: true
|
|
460
460
|
RSpec/Rails/NegationBeValid: # new in 2.23
|
|
461
|
-
Enabled: true
|
|
461
|
+
Enabled: true
|
|
462
|
+
|
|
463
|
+
Lint/ItWithoutArgumentsInBlock: # new in 1.59
|
|
464
|
+
Enabled: true
|
|
465
|
+
Lint/LiteralAssignmentInCondition: # new in 1.58
|
|
466
|
+
Enabled: true
|
|
467
|
+
Style/SingleLineDoEndBlock: # new in 1.57
|
|
468
|
+
Enabled: true
|
|
469
|
+
Style/SuperWithArgsParentheses: # new in 1.58
|
|
470
|
+
Enabled: true
|
|
471
|
+
Capybara/ClickLinkOrButtonStyle: # new in 2.19
|
|
472
|
+
Enabled: true
|
|
473
|
+
Capybara/RedundantWithinFind: # new in 2.20
|
|
474
|
+
Enabled: true
|
|
475
|
+
Capybara/RSpec/HaveSelector: # new in 2.19
|
|
476
|
+
Enabled: true
|
|
477
|
+
Capybara/RSpec/PredicateMatcher: # new in 2.19
|
|
478
|
+
Enabled: true
|
|
479
|
+
FactoryBot/ExcessiveCreateList: # new in 2.25
|
|
480
|
+
Enabled: true
|
|
481
|
+
FactoryBot/IdSequence: # new in 2.24
|
|
482
|
+
Enabled: true
|
|
483
|
+
RSpec/EmptyMetadata: # new in 2.24
|
|
484
|
+
Enabled: true
|
|
485
|
+
RSpec/Eq: # new in 2.24
|
|
486
|
+
Enabled: true
|
|
487
|
+
RSpec/MetadataStyle: # new in 2.24
|
|
488
|
+
Enabled: true
|
|
489
|
+
RSpec/RedundantPredicateMatcher: # new in 2.26
|
|
490
|
+
Enabled: true
|
|
491
|
+
RSpec/RemoveConst: # new in 2.26
|
|
492
|
+
Enabled: true
|
|
493
|
+
RSpec/SpecFilePathFormat: # new in 2.24
|
|
494
|
+
Enabled: true
|
|
495
|
+
RSpec/SpecFilePathSuffix: # new in 2.24
|
|
496
|
+
Enabled: true
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cocina-models (0.
|
|
4
|
+
cocina-models (0.94.0)
|
|
5
5
|
activesupport
|
|
6
6
|
deprecation
|
|
7
7
|
dry-struct (~> 1.0)
|
|
@@ -62,7 +62,8 @@ GEM
|
|
|
62
62
|
dry-types (>= 1.7, < 2)
|
|
63
63
|
ice_nine (~> 0.11)
|
|
64
64
|
zeitwerk (~> 2.6)
|
|
65
|
-
dry-types (1.7.
|
|
65
|
+
dry-types (1.7.2)
|
|
66
|
+
bigdecimal (~> 3.0)
|
|
66
67
|
concurrent-ruby (~> 1.0)
|
|
67
68
|
dry-core (~> 1.0)
|
|
68
69
|
dry-inflector (~> 1.0)
|
|
@@ -81,7 +82,7 @@ GEM
|
|
|
81
82
|
multi_json
|
|
82
83
|
language_server-protocol (3.17.0.3)
|
|
83
84
|
mini_portile2 (2.8.5)
|
|
84
|
-
minitest (5.
|
|
85
|
+
minitest (5.21.1)
|
|
85
86
|
multi_json (1.15.0)
|
|
86
87
|
mutex_m (0.2.0)
|
|
87
88
|
nokogiri (1.16.0)
|
|
@@ -92,7 +93,7 @@ GEM
|
|
|
92
93
|
openapi_parser (1.0.0)
|
|
93
94
|
optimist (3.1.0)
|
|
94
95
|
parallel (1.24.0)
|
|
95
|
-
parser (3.
|
|
96
|
+
parser (3.3.0.3)
|
|
96
97
|
ast (~> 2.4.1)
|
|
97
98
|
racc
|
|
98
99
|
patience_diff (1.2.0)
|
|
@@ -101,7 +102,7 @@ GEM
|
|
|
101
102
|
rack (3.0.8)
|
|
102
103
|
rainbow (3.1.1)
|
|
103
104
|
rake (13.1.0)
|
|
104
|
-
regexp_parser (2.
|
|
105
|
+
regexp_parser (2.9.0)
|
|
105
106
|
rexml (3.2.6)
|
|
106
107
|
rspec (3.12.0)
|
|
107
108
|
rspec-core (~> 3.12.0)
|
|
@@ -120,11 +121,11 @@ GEM
|
|
|
120
121
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
121
122
|
rss (0.3.0)
|
|
122
123
|
rexml
|
|
123
|
-
rubocop (1.
|
|
124
|
+
rubocop (1.60.0)
|
|
124
125
|
json (~> 2.3)
|
|
125
126
|
language_server-protocol (>= 3.17.0)
|
|
126
127
|
parallel (~> 1.10)
|
|
127
|
-
parser (>= 3.
|
|
128
|
+
parser (>= 3.3.0.2)
|
|
128
129
|
rainbow (>= 2.2.2, < 4.0)
|
|
129
130
|
regexp_parser (>= 1.8, < 3.0)
|
|
130
131
|
rexml (>= 3.2.5, < 4.0)
|
|
@@ -133,13 +134,13 @@ GEM
|
|
|
133
134
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
134
135
|
rubocop-ast (1.30.0)
|
|
135
136
|
parser (>= 3.2.1.0)
|
|
136
|
-
rubocop-capybara (2.
|
|
137
|
+
rubocop-capybara (2.20.0)
|
|
138
|
+
rubocop (~> 1.41)
|
|
139
|
+
rubocop-factory_bot (2.25.1)
|
|
137
140
|
rubocop (~> 1.41)
|
|
138
|
-
rubocop-factory_bot (2.24.0)
|
|
139
|
-
rubocop (~> 1.33)
|
|
140
141
|
rubocop-rake (0.6.0)
|
|
141
142
|
rubocop (~> 1.0)
|
|
142
|
-
rubocop-rspec (2.
|
|
143
|
+
rubocop-rspec (2.26.1)
|
|
143
144
|
rubocop (~> 1.40)
|
|
144
145
|
rubocop-capybara (~> 2.17)
|
|
145
146
|
rubocop-factory_bot (~> 2.22)
|
data/description_types.yml
CHANGED
|
@@ -356,6 +356,7 @@ identifier:
|
|
|
356
356
|
- value: DOI
|
|
357
357
|
code: doi
|
|
358
358
|
- value: druid
|
|
359
|
+
- value: EUR-OP
|
|
359
360
|
- value: FOLIO
|
|
360
361
|
description: FOLIO HRID for the source record of the metadata.
|
|
361
362
|
- value: GTIN-14 ID
|
|
@@ -391,6 +392,8 @@ identifier:
|
|
|
391
392
|
- value: PMCID
|
|
392
393
|
- value: PMID
|
|
393
394
|
- value: record id
|
|
395
|
+
- value: ROR
|
|
396
|
+
code: ror
|
|
394
397
|
- value: Senate Number
|
|
395
398
|
- value: Series
|
|
396
399
|
- value: SICI
|
|
@@ -424,6 +427,8 @@ note:
|
|
|
424
427
|
- value: access note
|
|
425
428
|
status: deprecated
|
|
426
429
|
use: access
|
|
430
|
+
- value: access restriction
|
|
431
|
+
description: Information about restrictions on who may or how to access a resource.
|
|
427
432
|
- value: acquisition
|
|
428
433
|
description: The transfer of a resource to a repository.
|
|
429
434
|
- value: action
|
|
@@ -432,6 +437,9 @@ note:
|
|
|
432
437
|
- value: additions
|
|
433
438
|
description: Resources added after initial acquisition.
|
|
434
439
|
- value: admin
|
|
440
|
+
status: deprecated
|
|
441
|
+
use: administrative
|
|
442
|
+
- value: administrative
|
|
435
443
|
description: Administrative or internal use.
|
|
436
444
|
- value: affiliation
|
|
437
445
|
description: Institution with which a person or other entity is associated.
|
|
@@ -542,6 +550,9 @@ note:
|
|
|
542
550
|
- value: reproduction
|
|
543
551
|
- value: research
|
|
544
552
|
- value: restriction
|
|
553
|
+
- value: restriction on access
|
|
554
|
+
status: deprecated
|
|
555
|
+
use: access restriction
|
|
545
556
|
- value: rubric
|
|
546
557
|
- value: scope and content
|
|
547
558
|
- value: secfol
|
|
@@ -561,6 +572,7 @@ note:
|
|
|
561
572
|
- value: table of contents
|
|
562
573
|
- value: target audience
|
|
563
574
|
- value: technical note
|
|
575
|
+
description: Technological requirements for accessing or using the resource.
|
|
564
576
|
- value: thesis
|
|
565
577
|
- value: transcript
|
|
566
578
|
- value: translation
|
|
@@ -712,6 +724,8 @@ subject.structuredValue:
|
|
|
712
724
|
description: An individual identity.
|
|
713
725
|
- value: place
|
|
714
726
|
description: A geographic location associated with the content of a resource.
|
|
727
|
+
- value: point coordinates
|
|
728
|
+
description: The latitude and longitude of a place associated with the content of a resource.
|
|
715
729
|
- value: region
|
|
716
730
|
description: An area that incorporates more than one first-order jurisdiction.
|
|
717
731
|
- value: south
|
data/docs/description_types.md
CHANGED
|
@@ -363,6 +363,7 @@ _Path: identifier.type_
|
|
|
363
363
|
* document number
|
|
364
364
|
* DOI
|
|
365
365
|
* druid
|
|
366
|
+
* EUR-OP
|
|
366
367
|
* FOLIO
|
|
367
368
|
* FOLIO HRID for the source record of the metadata.
|
|
368
369
|
* GTIN-14 ID
|
|
@@ -385,6 +386,7 @@ _Path: identifier.type_
|
|
|
385
386
|
* PMCID
|
|
386
387
|
* PMID
|
|
387
388
|
* record id
|
|
389
|
+
* ROR
|
|
388
390
|
* Senate Number
|
|
389
391
|
* Series
|
|
390
392
|
* SICI
|
|
@@ -409,6 +411,8 @@ _Path: note.type_
|
|
|
409
411
|
* Information about gaining access to a resource.
|
|
410
412
|
* access note
|
|
411
413
|
* Deprecated. Preferred usage: access
|
|
414
|
+
* access restriction
|
|
415
|
+
* Information about restrictions on who may or how to access a resource.
|
|
412
416
|
* acquisition
|
|
413
417
|
* The transfer of a resource to a repository.
|
|
414
418
|
* action
|
|
@@ -417,6 +421,8 @@ _Path: note.type_
|
|
|
417
421
|
* additions
|
|
418
422
|
* Resources added after initial acquisition.
|
|
419
423
|
* admin
|
|
424
|
+
* Deprecated. Preferred usage: administrative
|
|
425
|
+
* administrative
|
|
420
426
|
* Administrative or internal use.
|
|
421
427
|
* affiliation
|
|
422
428
|
* Institution with which a person or other entity is associated.
|
|
@@ -522,6 +528,8 @@ _Path: note.type_
|
|
|
522
528
|
* reproduction
|
|
523
529
|
* research
|
|
524
530
|
* restriction
|
|
531
|
+
* restriction on access
|
|
532
|
+
* Deprecated. Preferred usage: access restriction
|
|
525
533
|
* rubric
|
|
526
534
|
* scope and content
|
|
527
535
|
* secfol
|
|
@@ -539,6 +547,7 @@ _Path: note.type_
|
|
|
539
547
|
* table of contents
|
|
540
548
|
* target audience
|
|
541
549
|
* technical note
|
|
550
|
+
* Technological requirements for accessing or using the resource.
|
|
542
551
|
* thesis
|
|
543
552
|
* transcript
|
|
544
553
|
* translation
|
|
@@ -695,6 +704,8 @@ _Path: subject.structuredValue.type_
|
|
|
695
704
|
* An individual identity.
|
|
696
705
|
* place
|
|
697
706
|
* A geographic location associated with the content of a resource.
|
|
707
|
+
* point coordinates
|
|
708
|
+
* The latitude and longitude of a place associated with the content of a resource.
|
|
698
709
|
* region
|
|
699
710
|
* An area that incorporates more than one first-order jurisdiction.
|
|
700
711
|
* south
|
|
@@ -11,9 +11,7 @@ module Cocina
|
|
|
11
11
|
PurlValidator,
|
|
12
12
|
CatalogLinksValidator,
|
|
13
13
|
AssociatedNameValidator,
|
|
14
|
-
|
|
15
|
-
# See also spec/cocina/models/validatable_spec.rb:59
|
|
16
|
-
# DescriptionTypesValidator,
|
|
14
|
+
DescriptionTypesValidator,
|
|
17
15
|
DescriptionValuesValidator,
|
|
18
16
|
DateTimeValidator,
|
|
19
17
|
LanguageTagValidator
|
|
@@ -27,12 +25,12 @@ module Cocina
|
|
|
27
25
|
VALIDATORS.each { |validator| validator.validate(clazz, attributes_hash) }
|
|
28
26
|
end
|
|
29
27
|
|
|
30
|
-
def self.deep_transform_values(object,
|
|
28
|
+
def self.deep_transform_values(object, ...)
|
|
31
29
|
case object
|
|
32
30
|
when Hash
|
|
33
|
-
object.transform_values { |value| deep_transform_values(value,
|
|
31
|
+
object.transform_values { |value| deep_transform_values(value, ...) }
|
|
34
32
|
when Array
|
|
35
|
-
object.map { |e| deep_transform_values(e,
|
|
33
|
+
object.map { |e| deep_transform_values(e, ...) }
|
|
36
34
|
else
|
|
37
35
|
yield(object)
|
|
38
36
|
end
|
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.
|
|
4
|
+
version: 0.94.0
|
|
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-01-
|
|
11
|
+
date: 2024-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -562,7 +562,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
562
562
|
- !ruby/object:Gem::Version
|
|
563
563
|
version: '0'
|
|
564
564
|
requirements: []
|
|
565
|
-
rubygems_version: 3.
|
|
565
|
+
rubygems_version: 3.3.7
|
|
566
566
|
signing_key:
|
|
567
567
|
specification_version: 4
|
|
568
568
|
summary: Data models for the SDR
|