pennmarc 1.2.13 → 1.2.14
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 +2 -2
- data/lib/pennmarc/mappings/locations.yml +22 -10
- data/lib/pennmarc/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: e25cd42397f1b6d4da3dcef75c21eba21de3fdeefa61fcc99496665e03069f46
|
4
|
+
data.tar.gz: f393d5264264be23afc4ca02d0053fbc0ee6aef9a59505c3e366f7c1619c6e34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4b734468602dab1e0ad2ecdcd818ad454fe6c2a85274070e733756f3ad1224df793acf2ad94bc63c2b3a707bba3ec7bb40525972e18c9bcdeed941dd822fc80
|
7
|
+
data.tar.gz: 3622b464b9f48c8523548833ba9d3bb97bf129feb27880f44e19629569ef41172ed655e1d21a64d25b8f222404a6382ce95986604389c3414849602112bcd6c4
|
data/README.md
CHANGED
@@ -23,8 +23,8 @@ you can remove or replace the configured terms like so:
|
|
23
23
|
improved_values = PennMARC::HeadingControl.term_override(values)
|
24
24
|
```
|
25
25
|
|
26
|
-
This will remove any elements of the `values` array that include any terms defined in `
|
27
|
-
replace any terms defined in the `headings_override.yml` file.
|
26
|
+
This will remove any elements of the `values` array that include any terms defined in [`headings_remove.yml`](lib/pennmarc/mappings/headings_remove.yml) and
|
27
|
+
replace any terms defined in the [`headings_override.yml`](lib/pennmarc/mappings/headings_override.yml) file.
|
28
28
|
|
29
29
|
By default, terms are replaced for `Subject#*show` and `Subject#facet` methods. You can bypass the default overriding on
|
30
30
|
on these methods by passing `override: false`.
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
afro:
|
3
|
-
specific_location: Van Pelt -
|
3
|
+
specific_location: Van Pelt - Class of 1979 Seminar Room
|
4
4
|
library: Van Pelt-Dietrich Library Center
|
5
|
-
display: Van Pelt -
|
5
|
+
display: Van Pelt - Class of 1979 Seminar Room (305)
|
6
6
|
annbcirc:
|
7
7
|
specific_location: Annenberg Library - Circulation Desk
|
8
8
|
library: Annenberg Library
|
@@ -609,9 +609,9 @@ easiaover:
|
|
609
609
|
library: Van Pelt-Dietrich Library Center
|
610
610
|
display: Van Pelt - East Asia Oversize
|
611
611
|
easiasem:
|
612
|
-
specific_location: Van Pelt - East
|
612
|
+
specific_location: Van Pelt - Candice and Robert Willoughby East Asian Studies Seminar Room
|
613
613
|
library: Van Pelt-Dietrich Library Center
|
614
|
-
display: Van Pelt - East
|
614
|
+
display: Van Pelt - Candice and Robert Willoughby East Asian Studies Seminar Room (526)
|
615
615
|
eastasia:
|
616
616
|
specific_location: Van Pelt - East Asia Collection
|
617
617
|
library: Van Pelt-Dietrich Library Center
|
@@ -835,9 +835,9 @@ medieval:
|
|
835
835
|
library: Van Pelt-Dietrich Library Center
|
836
836
|
display: Van Pelt - Medieval Studies Resource Room (405)
|
837
837
|
mideast:
|
838
|
-
specific_location: Van Pelt -
|
838
|
+
specific_location: Van Pelt - Stapleton Seminar Room
|
839
839
|
library: Van Pelt-Dietrich Library Center
|
840
|
-
display: Van Pelt -
|
840
|
+
display: Van Pelt - Stapleton Seminar Room (523)
|
841
841
|
mideastres:
|
842
842
|
specific_location: Van Pelt - Middle East Seminar Reserve
|
843
843
|
library:
|
@@ -1067,9 +1067,9 @@ rotc:
|
|
1067
1067
|
library:
|
1068
1068
|
display: ROTC Library, J.P.W. Library, 3205 Lancaster Ave. 590-8808
|
1069
1069
|
sasiarefe:
|
1070
|
-
specific_location: Van Pelt - South Asia Studies
|
1070
|
+
specific_location: Van Pelt - Govindaraju/Chandrasekhara South Asia Studies Seminar Room
|
1071
1071
|
library: Van Pelt-Dietrich Library Center
|
1072
|
-
display: Van Pelt - South Asia Studies
|
1072
|
+
display: Van Pelt - Govindaraju/Chandrasekhara South Asia Studies Seminar Room (551)
|
1073
1073
|
sasiarese:
|
1074
1074
|
specific_location: Van Pelt - South Asian Reserve
|
1075
1075
|
library:
|
@@ -1478,6 +1478,10 @@ scyarn:
|
|
1478
1478
|
- Yarnall Collection
|
1479
1479
|
display: Kislak Center for Special Collections - Yarnall Collection
|
1480
1480
|
aeon: true
|
1481
|
+
slavic:
|
1482
|
+
specific location: Van Pelt - Slavic and East European Seminar Room
|
1483
|
+
library: Van Pelt-Dietrich Library Center
|
1484
|
+
display: Van Pelt - Slavic and East European Seminar Room
|
1481
1485
|
stor:
|
1482
1486
|
specific_location: LIBRA
|
1483
1487
|
library: LIBRA
|
@@ -1557,9 +1561,9 @@ vanpchil:
|
|
1557
1561
|
library: Van Pelt-Dietrich Library Center
|
1558
1562
|
display: Van Pelt - Illman Carter Children's Collection
|
1559
1563
|
vanpcgc:
|
1560
|
-
specific_location: Van Pelt - Center for Global Collections
|
1564
|
+
specific_location: Van Pelt - Zilberman Family Center for Global Collections
|
1561
1565
|
library: Van Pelt-Dietrich Library Center
|
1562
|
-
display: Van Pelt - Center for Global Collections
|
1566
|
+
display: Van Pelt - Zilberman Family Center for Global Collections
|
1563
1567
|
vanpcgccm:
|
1564
1568
|
specific_location: Van Pelt - Global Comics Collection
|
1565
1569
|
library: Van Pelt-Dietrich Library Center
|
@@ -1645,6 +1649,10 @@ veteresov:
|
|
1645
1649
|
- 'Veterinary: Atwood Library (Campus)'
|
1646
1650
|
- Reserve
|
1647
1651
|
display: 'Veterinary: Atwood Library (Campus) - Reserve Oversize'
|
1652
|
+
vpexhibit:
|
1653
|
+
specific location: Van Pelt - Exhibits and Events
|
1654
|
+
library: Van Pelt-Dietrich Library Center
|
1655
|
+
display: Van Pelt - Exhibits and Events -- First Floor, Circulation Desk
|
1648
1656
|
vpfeatdvd:
|
1649
1657
|
specific_location: Van Pelt - Featured DVD Display - First Floor
|
1650
1658
|
library: Van Pelt-Dietrich Library Center
|
@@ -1661,6 +1669,10 @@ vpjuv:
|
|
1661
1669
|
specific_location: Van Pelt - Notable Juvenile Books
|
1662
1670
|
library: Van Pelt-Dietrich Library Center
|
1663
1671
|
display: Van Pelt - Notable Juvenile Books
|
1672
|
+
vplatinam:
|
1673
|
+
specific location: Van Pelt - Paul C. Smith Latin American Studies Seminar Room
|
1674
|
+
library: Van Pelt-Dietrich Library Center
|
1675
|
+
display: Van Pelt - Paul C. Smith Latin American Studies Seminar Room
|
1664
1676
|
vpnewbook:
|
1665
1677
|
specific_location: Van Pelt - New Book Display
|
1666
1678
|
library: Van Pelt-Dietrich Library Center
|
data/lib/pennmarc/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pennmarc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Kanning
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2025-
|
15
|
+
date: 2025-05-19 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: activesupport
|