cocina-models 0.132.0 → 0.133.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.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +18 -18
  3. data/{description_types.yml → config/description_types.yml} +0 -2
  4. data/docs/description_types.md +0 -2
  5. data/lib/cocina/generator/generator.rb +1 -1
  6. data/lib/cocina/models/mapping/from_mods/name_builder.rb +6 -6
  7. data/lib/cocina/models/validators/description_form_resource_type_visitor_validator.rb +1 -1
  8. data/lib/cocina/models/validators/description_form_source_code_visitor_validator.rb +1 -1
  9. data/lib/cocina/models/validators/description_identifier_source_code_visitor_validator.rb +1 -1
  10. data/lib/cocina/models/validators/description_language_source_code_visitor_validator.rb +1 -1
  11. data/lib/cocina/models/validators/description_language_uri_visitor_validator.rb +2 -2
  12. data/lib/cocina/models/validators/description_location_visitor_validator.rb +1 -1
  13. data/lib/cocina/models/validators/description_name_source_code_visitor_validator.rb +1 -1
  14. data/lib/cocina/models/validators/description_script_visitor_validator.rb +1 -1
  15. data/lib/cocina/models/validators/description_subject_source_code_visitor_validator.rb +1 -1
  16. data/lib/cocina/models/validators/description_subject_temporal_encoding_visitor_validator.rb +1 -1
  17. data/lib/cocina/models/validators/description_title_source_code_visitor_validator.rb +1 -1
  18. data/lib/cocina/models/validators/description_types_visitor_validator.rb +1 -1
  19. data/lib/cocina/models/version.rb +1 -1
  20. metadata +15 -15
  21. /data/{form_source_codes.yml → config/form_source_codes.yml} +0 -0
  22. /data/{identifier_source_codes.yml → config/identifier_source_codes.yml} +0 -0
  23. /data/{iso15924_codes.yml → config/iso15924_codes.yml} +0 -0
  24. /data/{language_source_codes.yml → config/language_source_codes.yml} +0 -0
  25. /data/{language_uri_iso639_2_codes.yml → config/language_uri_iso639_2_codes.yml} +0 -0
  26. /data/{language_uri_languages_codes.yml → config/language_uri_languages_codes.yml} +0 -0
  27. /data/{location_source_codes.yml → config/location_source_codes.yml} +0 -0
  28. /data/{name_source_codes.yml → config/name_source_codes.yml} +0 -0
  29. /data/{name_title_source_codes.yml → config/name_title_source_codes.yml} +0 -0
  30. /data/{resource_type_values.yml → config/resource_type_values.yml} +0 -0
  31. /data/{subject_source_codes.yml → config/subject_source_codes.yml} +0 -0
  32. /data/{temporal_subject_encoding_codes.yml → config/temporal_subject_encoding_codes.yml} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a61867c1ae0703869cce27ced15c5698d5e4e93b5792e6e1ae559ca55965d39
4
- data.tar.gz: e091f101f3922c69833aca4117f4d8d011f55d0959e2463e8f151bf1ba6f8d6a
3
+ metadata.gz: 7b806e4bcc314de6d4a213bfbbb889f4b431ccd7f674699d3b5affd65e1729c9
4
+ data.tar.gz: 291cf8886445c123942797831ed7045c8bce623ce5834cd4f77f2eda54152ab0
5
5
  SHA512:
6
- metadata.gz: b8b8e322eeed3c9a59831ef76a664c79cd6438224e4ec92de4448c9da17ea10c20874758fd968e270523ceb13acce529cc6b13e596b925b05aac77ba93accfa9
7
- data.tar.gz: bace81574ac19ed81b453caeec3530c940e1c4bc41d94e316726ea5f42092092363e0c4138fb51fe693732af3f74db5bea5b629f0ab5a60b1db57cf3ca05c802
6
+ metadata.gz: 798b0ba266e87554a519d5c6246b327e47b07f5591b86661040d2435ebb499bde858cbcc4c168786dc975c47b6b62eb4544aa5045d4f5409e7eaba1e0f031bef
7
+ data.tar.gz: e590597ff938d9ffe8e2fa1df0aca395e2547fb7d0938e1735dd14d9beeeb1bf1ee9441af323a79d122600eca7c813c0afa398611eccda5f68d64759512ef614
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocina-models (0.132.0)
4
+ cocina-models (0.133.0)
5
5
  activesupport
6
6
  cocina_display
7
7
  deprecation
@@ -19,7 +19,7 @@ PATH
19
19
  GEM
20
20
  remote: https://rubygems.org/
21
21
  specs:
22
- activesupport (8.1.3)
22
+ activesupport (8.1.3.1)
23
23
  base64
24
24
  bigdecimal
25
25
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -37,7 +37,7 @@ GEM
37
37
  base64 (0.3.0)
38
38
  bigdecimal (4.1.2)
39
39
  builder (3.3.0)
40
- cocina_display (2.9.0)
40
+ cocina_display (2.10.0)
41
41
  activesupport (>= 7)
42
42
  edtf (~> 3.2)
43
43
  geo_coord (~> 0.2)
@@ -99,11 +99,11 @@ GEM
99
99
  rdoc (>= 4.0.0)
100
100
  reline (>= 0.4.2)
101
101
  iso8601 (0.13.0)
102
- janeway-jsonpath (1.0.0)
103
- json (2.21.1)
104
- jsonschema_rs (0.49.1-arm64-darwin)
102
+ janeway-jsonpath (1.1.0)
103
+ json (2.21.2)
104
+ jsonschema_rs (0.49.3-arm64-darwin)
105
105
  bigdecimal (>= 3.1, < 5)
106
- jsonschema_rs (0.49.1-x86_64-linux)
106
+ jsonschema_rs (0.49.3-x86_64-linux)
107
107
  bigdecimal (>= 3.1, < 5)
108
108
  language_server-protocol (3.17.0.6)
109
109
  lint_roller (1.1.0)
@@ -131,7 +131,7 @@ GEM
131
131
  racc (1.8.1)
132
132
  rainbow (3.1.1)
133
133
  rake (13.4.2)
134
- rbs (4.1.0)
134
+ rbs (4.1.2)
135
135
  logger
136
136
  prism (>= 1.6.0)
137
137
  tsort
@@ -197,7 +197,7 @@ GEM
197
197
  unicode-emoji (~> 4.1)
198
198
  unicode-emoji (4.2.0)
199
199
  uri (1.1.1)
200
- zeitwerk (2.8.2)
200
+ zeitwerk (2.8.3)
201
201
 
202
202
  PLATFORMS
203
203
  arm64-darwin
@@ -219,15 +219,15 @@ DEPENDENCIES
219
219
  simplecov
220
220
 
221
221
  CHECKSUMS
222
- activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
222
+ activesupport (8.1.3.1) sha256=85458765f25ea48b9019c46b6bb3fa5683197bf4280d9f06710a6e8d7a831376
223
223
  ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
224
224
  attr_extras (7.1.0) sha256=d96fc9a9dd5d85ba2d37762440a816f840093959ae26bb90da994c2d9f1fc827
225
225
  base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
226
226
  bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
227
227
  builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
228
228
  bundler (4.0.17) sha256=214e21431b5665dd2f99df8a5511c6b151d7a72e8015c8b38f8b775b61cbb6c1
229
- cocina-models (0.132.0)
230
- cocina_display (2.9.0) sha256=00e97cf826dafd5c547ca87b58e55f1d3bfa68fa4ddcddbbe25b4d9d9ed05d8f
229
+ cocina-models (0.133.0)
230
+ cocina_display (2.10.0) sha256=846b6c1608154f5f7c8130cfc0b8c956af7ddb427da37b2e8d5ca9cd05401274
231
231
  concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
232
232
  connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
233
233
  csv (3.3.6) sha256=aba61e7e507a66f03d45cb1f3c4b6359861c3504038b422962875dce099e4456
@@ -251,10 +251,10 @@ CHECKSUMS
251
251
  io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
252
252
  irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
253
253
  iso8601 (0.13.0) sha256=298c2b15b7be5fa95a1372813d36a2257656cd8e906dfbc1f5cb409851425aa2
254
- janeway-jsonpath (1.0.0) sha256=c8293f009f2aea9487ddee3067ca735a1f758eb1c8834ff4fab3ffd06c56d0a3
255
- json (2.21.1) sha256=13a43df75d95641443f5702dff350f237164a9d811ff0f2c2800d4d980220583
256
- jsonschema_rs (0.49.1-arm64-darwin) sha256=1c3a72c95f60e6c1dad6873b206eebaaa57ac947049675d0504bddc79be6db67
257
- jsonschema_rs (0.49.1-x86_64-linux) sha256=de9c96bc0d68f818b1dd59fba09d954a13e02deaf2121aef803ad9c47dc3204b
254
+ janeway-jsonpath (1.1.0) sha256=82f71dccbdc29bf788815bc3b66e7ab5ddee2bdeea3a3121512aca63cfbcd9a9
255
+ json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
256
+ jsonschema_rs (0.49.3-arm64-darwin) sha256=427e4c08b05adb1a5ff1f471e663dfd57b4372ae8bf314a12369d7bca3f94f0d
257
+ jsonschema_rs (0.49.3-x86_64-linux) sha256=392d3ea2f86a3f4fbf288154fdecccce1c599d225541101d8058b52a4d9ee3f7
258
258
  language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
259
259
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
260
260
  logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
@@ -272,7 +272,7 @@ CHECKSUMS
272
272
  racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
273
273
  rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
274
274
  rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
275
- rbs (4.1.0) sha256=8baba59008b0643b4ba2090e9b1d0149655b0bbd42eb2ffe42b1d0eb6923fd72
275
+ rbs (4.1.2) sha256=050eb1d8b508f1233bed929c0f2c7052302f7adf295230d9cb314e9024078f48
276
276
  rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
277
277
  regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
278
278
  reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
@@ -297,7 +297,7 @@ CHECKSUMS
297
297
  unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
298
298
  unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
299
299
  uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
300
- zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
300
+ zeitwerk (2.8.3) sha256=2c85125a8467ce069e20123d1e709a08955c9d29c118c25b46b7b7fafdbb92e5
301
301
 
302
302
  BUNDLED WITH
303
303
  4.0.17
@@ -93,8 +93,6 @@ contributor.name.groupedValue:
93
93
  - value: pseudonym
94
94
  description: Name used that differs from legal or primary form of name.
95
95
  contributor.note:
96
- - value: affiliation
97
- description: Institution with which the contributor is associated.
98
96
  - value: citation status
99
97
  description: Indicator of whether the contributor should be included in the citation.
100
98
  - value: contact email
@@ -100,8 +100,6 @@ _Path: contributor.name.groupedValue.type_
100
100
  * Name used that differs from legal or primary form of name.
101
101
  ## Contributor note types
102
102
  _Path: contributor.note.type_
103
- * affiliation
104
- * Institution with which the contributor is associated.
105
103
  * citation status
106
104
  * Indicator of whether the contributor should be included in the citation.
107
105
  * contact email
@@ -52,7 +52,7 @@ module Cocina
52
52
 
53
53
  desc 'generate_descriptive_docs', 'generate descriptive documentation'
54
54
  def generate_descriptive_docs
55
- markdown = YAML.load_file('description_types.yml').map do |field, types|
55
+ markdown = YAML.load_file('config/description_types.yml').map do |field, types|
56
56
  header_markdown = field_markdown_from(field)
57
57
  types_markdown = types_markdown_from(types)
58
58
 
@@ -42,7 +42,7 @@ module Cocina
42
42
  }.compact
43
43
  { name: [names] }.tap do |attrs|
44
44
  attrs[:role] = name_elements.flat_map { |name_node| build_roles(name_node) }.compact.uniq.presence
45
- attrs[:note] = name_elements.flat_map { |name_node| build_affiliation_notes(name_node) }.compact.uniq.presence
45
+ attrs[:affiliation] = name_elements.flat_map { |name_node| build_affiliations(name_node) }.compact.uniq.presence
46
46
  end.compact
47
47
  end
48
48
 
@@ -87,11 +87,12 @@ module Cocina
87
87
 
88
88
  def common_name(name_node, name, is_parallel: false)
89
89
  {
90
- note: build_notes(name_node, is_parallel: is_parallel),
90
+ note: build_notes(name_node),
91
91
  identifier: build_identifier(name_node)
92
92
  }.tap do |attrs|
93
93
  roles = build_roles(name_node)
94
94
  attrs[:role] = roles unless name.nil?
95
+ attrs[:affiliation] = build_affiliations(name_node).presence unless is_parallel
95
96
  end.compact
96
97
  end
97
98
 
@@ -277,7 +278,7 @@ module Cocina
277
278
  end.presence
278
279
  end
279
280
 
280
- def build_notes(name_node, is_parallel:)
281
+ def build_notes(name_node)
281
282
  [].tap do |parts|
282
283
  description = name_node.xpath('mods:description', mods: Description::DESC_METADATA_NS).first
283
284
  if description
@@ -287,13 +288,12 @@ module Cocina
287
288
  { value: description.text, type: 'description' }
288
289
  end
289
290
  end
290
- parts.concat(build_affiliation_notes(name_node)) unless is_parallel
291
291
  end.presence
292
292
  end
293
293
 
294
- def build_affiliation_notes(name_node)
294
+ def build_affiliations(name_node)
295
295
  name_node.xpath('mods:affiliation', mods: Description::DESC_METADATA_NS).map do |affiliation_node|
296
- { value: affiliation_node.text, type: 'affiliation' }
296
+ { value: affiliation_node.text }
297
297
  end
298
298
  end
299
299
 
@@ -37,7 +37,7 @@ module Cocina
37
37
 
38
38
  # rubocop:disable Style/ClassVars
39
39
  def valid_values_by_source
40
- @@valid_values_by_source ||= YAML.load_file(::File.expand_path('../../../../resource_type_values.yml', __dir__))
40
+ @@valid_values_by_source ||= YAML.load_file(::File.expand_path('../../../../config/resource_type_values.yml', __dir__))
41
41
  end
42
42
  # rubocop:enable Style/ClassVars
43
43
  end
@@ -32,7 +32,7 @@ module Cocina
32
32
 
33
33
  # rubocop:disable Style/ClassVars
34
34
  def valid_codes
35
- @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../form_source_codes.yml', __dir__)).to_set(&:downcase)
35
+ @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../config/form_source_codes.yml', __dir__)).to_set(&:downcase)
36
36
  end
37
37
  # rubocop:enable Style/ClassVars
38
38
  end
@@ -32,7 +32,7 @@ module Cocina
32
32
 
33
33
  # rubocop:disable Style/ClassVars
34
34
  def valid_codes
35
- @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../identifier_source_codes.yml', __dir__)).to_set(&:downcase)
35
+ @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../config/identifier_source_codes.yml', __dir__)).to_set(&:downcase)
36
36
  end
37
37
  # rubocop:enable Style/ClassVars
38
38
  end
@@ -45,7 +45,7 @@ module Cocina
45
45
 
46
46
  # rubocop:disable Style/ClassVars
47
47
  def valid_codes
48
- @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../language_source_codes.yml', __dir__)).to_set(&:downcase)
48
+ @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../config/language_source_codes.yml', __dir__)).to_set(&:downcase)
49
49
  end
50
50
  # rubocop:enable Style/ClassVars
51
51
  end
@@ -70,13 +70,13 @@ module Cocina
70
70
  # rubocop:disable Style/ClassVars
71
71
  def valid_iso639_2_codes
72
72
  @@valid_iso639_2_codes ||= YAML.load_file(
73
- ::File.expand_path('../../../../language_uri_iso639_2_codes.yml', __dir__)
73
+ ::File.expand_path('../../../../config/language_uri_iso639_2_codes.yml', __dir__)
74
74
  ).to_set(&:downcase)
75
75
  end
76
76
 
77
77
  def valid_languages_codes
78
78
  @@valid_languages_codes ||= YAML.load_file(
79
- ::File.expand_path('../../../../language_uri_languages_codes.yml', __dir__)
79
+ ::File.expand_path('../../../../config/language_uri_languages_codes.yml', __dir__)
80
80
  ).to_set(&:downcase)
81
81
  end
82
82
  # rubocop:enable Style/ClassVars
@@ -46,7 +46,7 @@ module Cocina
46
46
 
47
47
  # rubocop:disable Style/ClassVars
48
48
  def valid_codes
49
- @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../location_source_codes.yml', __dir__)).to_set(&:downcase)
49
+ @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../config/location_source_codes.yml', __dir__)).to_set(&:downcase)
50
50
  end
51
51
 
52
52
  def valid_marc_country_codes
@@ -36,7 +36,7 @@ module Cocina
36
36
 
37
37
  # rubocop:disable Style/ClassVars
38
38
  def valid_codes
39
- @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../name_source_codes.yml', __dir__)).to_set(&:downcase)
39
+ @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../config/name_source_codes.yml', __dir__)).to_set(&:downcase)
40
40
  end
41
41
  # rubocop:enable Style/ClassVars
42
42
  end
@@ -65,7 +65,7 @@ module Cocina
65
65
 
66
66
  # rubocop:disable Style/ClassVars
67
67
  def valid_script_codes
68
- @@valid_script_codes ||= YAML.load_file(::File.expand_path('../../../../iso15924_codes.yml', __dir__)).to_set
68
+ @@valid_script_codes ||= YAML.load_file(::File.expand_path('../../../../config/iso15924_codes.yml', __dir__)).to_set
69
69
  end
70
70
  # rubocop:enable Style/ClassVars
71
71
  end
@@ -32,7 +32,7 @@ module Cocina
32
32
 
33
33
  # rubocop:disable Style/ClassVars
34
34
  def valid_codes
35
- @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../subject_source_codes.yml', __dir__)).to_set(&:downcase)
35
+ @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../config/subject_source_codes.yml', __dir__)).to_set(&:downcase)
36
36
  end
37
37
  # rubocop:enable Style/ClassVars
38
38
  end
@@ -34,7 +34,7 @@ module Cocina
34
34
 
35
35
  # rubocop:disable Style/ClassVars
36
36
  def valid_codes
37
- @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../temporal_subject_encoding_codes.yml', __dir__)).to_set(&:downcase)
37
+ @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../config/temporal_subject_encoding_codes.yml', __dir__)).to_set(&:downcase)
38
38
  end
39
39
  # rubocop:enable Style/ClassVars
40
40
  end
@@ -34,7 +34,7 @@ module Cocina
34
34
 
35
35
  # rubocop:disable Style/ClassVars
36
36
  def valid_codes
37
- @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../name_title_source_codes.yml', __dir__)).to_set(&:downcase)
37
+ @@valid_codes ||= YAML.load_file(::File.expand_path('../../../../config/name_title_source_codes.yml', __dir__)).to_set(&:downcase)
38
38
  end
39
39
  # rubocop:enable Style/ClassVars
40
40
  end
@@ -66,7 +66,7 @@ module Cocina
66
66
  # rubocop:enable Style/ClassVars
67
67
 
68
68
  def types_yaml
69
- YAML.load_file(::File.expand_path('../../../../description_types.yml', __dir__))
69
+ YAML.load_file(::File.expand_path('../../../../config/description_types.yml', __dir__))
70
70
  end
71
71
  end
72
72
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cocina
4
4
  module Models
5
- VERSION = '0.132.0'
5
+ VERSION = '0.133.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocina-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.132.0
4
+ version: 0.133.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
@@ -322,16 +322,22 @@ files:
322
322
  - bin/validate-data
323
323
  - bin/validate-schema
324
324
  - cocina-models.gemspec
325
- - description_types.yml
325
+ - config/description_types.yml
326
+ - config/form_source_codes.yml
327
+ - config/identifier_source_codes.yml
328
+ - config/iso15924_codes.yml
329
+ - config/language_source_codes.yml
330
+ - config/language_uri_iso639_2_codes.yml
331
+ - config/language_uri_languages_codes.yml
332
+ - config/location_source_codes.yml
333
+ - config/name_source_codes.yml
334
+ - config/name_title_source_codes.yml
335
+ - config/resource_type_values.yml
336
+ - config/subject_source_codes.yml
337
+ - config/temporal_subject_encoding_codes.yml
326
338
  - docs/cocina-base.jsonld
327
339
  - docs/description_types.md
328
340
  - exe/generator
329
- - form_source_codes.yml
330
- - identifier_source_codes.yml
331
- - iso15924_codes.yml
332
- - language_source_codes.yml
333
- - language_uri_iso639_2_codes.yml
334
- - language_uri_languages_codes.yml
335
341
  - lib/cocina/generator.rb
336
342
  - lib/cocina/generator/datatype.rb
337
343
  - lib/cocina/generator/generator.rb
@@ -514,13 +520,7 @@ files:
514
520
  - lib/cocina/rspec.rb
515
521
  - lib/cocina/rspec/factories.rb
516
522
  - lib/cocina/rspec/matchers.rb
517
- - location_source_codes.yml
518
- - name_source_codes.yml
519
- - name_title_source_codes.yml
520
- - resource_type_values.yml
521
523
  - schema.json
522
- - subject_source_codes.yml
523
- - temporal_subject_encoding_codes.yml
524
524
  homepage: https://github.com/sul-dlss/cocina-models
525
525
  licenses: []
526
526
  metadata:
@@ -539,7 +539,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
539
539
  - !ruby/object:Gem::Version
540
540
  version: '0'
541
541
  requirements: []
542
- rubygems_version: 3.6.9
542
+ rubygems_version: 4.0.14
543
543
  specification_version: 4
544
544
  summary: Data models for the SDR
545
545
  test_files: []
File without changes