cocina_display 2.6.0 → 2.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9e69094841d9d3bf349a053a981097bbd7aec72e1365b77cab4bb5d14c7843f
4
- data.tar.gz: bfedaf11ef46a6495e0e1cce5beb7425495792369d95de0376e323846d7a6a0d
3
+ metadata.gz: 3df5706e3f8104dd1cc652c4ee19ea21236218847f9bf2e32ab5491d65a3dad2
4
+ data.tar.gz: 86c08d24675be82192a0dd0785a1e8b81d4fd39e9204ee9cedf73692d0e6c6f1
5
5
  SHA512:
6
- metadata.gz: dd14b858b6ab0e7020083a35ea2fa74628cd519792293f3902d029d72f97b75fd03d23fc26b004454d1a1f4d5f2a00f7568db51fc3feeea15a75565a06da94ab
7
- data.tar.gz: bfa83952bd54719e630b9d166a36d9e9189424a920e9476ff69ff924e5af03c66a5127ee0564eb99ad1a7699193afcf8fc801e1c24d372b2cd19ff3f26be8b50
6
+ metadata.gz: 9458cdb077aa6afc8e8296d7a4a5b645be98547c627fbef38912d6ff9ca3e640ee32ed80bb57c438d6b6adaf1a1ece6a09a22b62cfbfda8bcef8a1063eaddf1c
7
+ data.tar.gz: 00fcafcf934cfeafd181884b6577a22de4422b9d9f3c1627476513911fe9a8e4fd9120a2a4f26b81ceada07c1e481985b1953745034b11e7c96e4b78f906dd02
@@ -218,7 +218,7 @@ nl: "New Caledonia"
218
218
  nm: "Northern Mariana Islands" # discontinued
219
219
  nmu: "New Mexico"
220
220
  nn: "Vanuatu"
221
- no: "Norway"
221
+ "no": "Norway" # "no" is a reserved word in YAML, so it must be quoted
222
222
  np: "Nepal"
223
223
  nq: "Nicaragua"
224
224
  nr: "Nigeria"
@@ -479,6 +479,7 @@ tsi: Tsimshian
479
479
  tsn: Tswana
480
480
  tso: Tsonga
481
481
  tsw: Tswana # deprecated
482
+ tta: Tutelo # from iso639-3
482
483
  tuk: Turkmen
483
484
  tum: Tumbuka
484
485
  tup: Tupi languages
@@ -22,8 +22,8 @@ module CocinaDisplay
22
22
  # Traverses nested FileSet structure to return a flattened array.
23
23
  # Optionally filter by filename or MIME type regex, or by role.
24
24
  # Filters are combined with AND logic (all must match).
25
- # @param filename [String, nil] Regular expression to match against filenames.
26
- # @param mime_type [String, nil] Regular expression to match against MIME types.
25
+ # @param filename [Regexp, nil] Regular expression to match against filenames.
26
+ # @param mime_type [Regexp, nil] Regular expression to match against MIME types.
27
27
  # @param use [String, nil] Usage type to match against (e.g., "thumbnail").
28
28
  # @return [Array<CocinaDisplay::Structural::File>]
29
29
  # @example
@@ -2,5 +2,5 @@
2
2
 
3
3
  # :nodoc:
4
4
  module CocinaDisplay
5
- VERSION = "2.6.0" # :nodoc:
5
+ VERSION = "2.8.0" # :nodoc:
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocina_display
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Budak
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
326
326
  - !ruby/object:Gem::Version
327
327
  version: '0'
328
328
  requirements: []
329
- rubygems_version: 4.0.7
329
+ rubygems_version: 4.0.6
330
330
  specification_version: 4
331
331
  summary: Helpers for rendering Cocina metadata
332
332
  test_files: []