cocina_display 0.2.0 → 0.3.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/README.md +4 -10
- data/lib/cocina_display/cocina_record.rb +14 -1
- data/lib/cocina_display/concerns/events.rb +137 -0
- data/lib/cocina_display/dates/date.rb +688 -0
- data/lib/cocina_display/dates/date_range.rb +122 -0
- data/lib/cocina_display/imprint.rb +139 -0
- data/lib/cocina_display/marc_country_codes.rb +394 -0
- data/lib/cocina_display/version.rb +1 -1
- metadata +21 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocina_display
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Budak
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: janeway-jsonpath
|
@@ -44,6 +44,20 @@ dependencies:
|
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: 8.0.2
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: edtf
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - "~>"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '3.2'
|
54
|
+
type: :runtime
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - "~>"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '3.2'
|
47
61
|
- !ruby/object:Gem::Dependency
|
48
62
|
name: rake
|
49
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -162,6 +176,11 @@ files:
|
|
162
176
|
- Rakefile
|
163
177
|
- lib/cocina_display.rb
|
164
178
|
- lib/cocina_display/cocina_record.rb
|
179
|
+
- lib/cocina_display/concerns/events.rb
|
180
|
+
- lib/cocina_display/dates/date.rb
|
181
|
+
- lib/cocina_display/dates/date_range.rb
|
182
|
+
- lib/cocina_display/imprint.rb
|
183
|
+
- lib/cocina_display/marc_country_codes.rb
|
165
184
|
- lib/cocina_display/title_builder.rb
|
166
185
|
- lib/cocina_display/version.rb
|
167
186
|
- sig/cocina_display.rbs
|