cocina_display 2.3.1 → 2.3.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 +4 -4
- data/lib/cocina_display/subjects/subject.rb +2 -2
- data/lib/cocina_display/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cf24d8cff548f049b41ae60c2f5f4bb5c43b216b7869b3a1a595ecf83cc5788
|
|
4
|
+
data.tar.gz: 854345966fca94967a05389e2ce84a7c531ecc8ea2d9fb21331e9dfe355ff5b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ce20517130be528019962a0d195d7beb49e7d12f6088db54fe77cf92b759395aa7a0c73908bea3e3bdd04f66448b1de877fcac7b33dc83706a0b81590d98faa
|
|
7
|
+
data.tar.gz: 411c10a0fa870e83948809830e2ac9fe0c745dc6cf78225f8b06b74384f98f89db94845813f3740a809b04a74df9a6e730732076d1970b6e32ffe3111ea507d2
|
|
@@ -2,8 +2,8 @@ module CocinaDisplay
|
|
|
2
2
|
module Subjects
|
|
3
3
|
# A Subject in Cocina structured data, possibly in multiple languages.
|
|
4
4
|
class Subject < Parallel::Parallel
|
|
5
|
-
# String representation
|
|
6
|
-
delegate :to_s, to: :main_value
|
|
5
|
+
# String representation and parts reference the main parallel value.
|
|
6
|
+
delegate :to_s, :delimiter, :subject_parts, :values, to: :main_value
|
|
7
7
|
|
|
8
8
|
# Label used when displaying the Subject.
|
|
9
9
|
# @return [String]
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocina_display
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Budak
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-04-
|
|
10
|
+
date: 2026-04-21 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: janeway-jsonpath
|