pennmarc 1.4.6 → 1.4.7
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/pennmarc/mappings/locations.yml +17 -0
- 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: 5c6566efba615c1f9650111854b27a6adcea24aaf00da64ec95256bb14466ad7
|
|
4
|
+
data.tar.gz: fccfe662a84df33c95a38d0a424e1cbb75c29ff1156ee0bb5da524a96a7aa779
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 292fb70e7eb3338fb05db2c4837977210c1ff69269a759d82fb6075af9e425a349dd66579a7d61739482ca67147a8e9ec230321b04eca9a75aded713d2e02a4b
|
|
7
|
+
data.tar.gz: 2ce3244bcdb92f05d880dd82306021059c56bfe0bacddbce43084985a7600be7e12ff0d4fd180ff426150b1ac1522d0eb3825e80743a177efb4e529a026528ec
|
|
@@ -168,6 +168,12 @@ biom:
|
|
|
168
168
|
- Health Sciences Libraries
|
|
169
169
|
- Holman Biotech Commons
|
|
170
170
|
display: Holman Biotech Commons
|
|
171
|
+
biombest:
|
|
172
|
+
specific_location: Holman Biotech Commons - Bestsellers
|
|
173
|
+
library:
|
|
174
|
+
- Health Sciences Libraries
|
|
175
|
+
- Holman Biotech Commons
|
|
176
|
+
display: Holman Biotech Commons - Bestsellers
|
|
171
177
|
biomclin:
|
|
172
178
|
specific_location: Holman Biotech Commons - Clinical Reading Room
|
|
173
179
|
library:
|
|
@@ -1235,6 +1241,13 @@ sclea:
|
|
|
1235
1241
|
- Van Pelt-Dietrich Library Center
|
|
1236
1242
|
display: Kislak Center for Special Collections - Lea Collection
|
|
1237
1243
|
aeon: true
|
|
1244
|
+
scleastor:
|
|
1245
|
+
specific_location: LIBRA Lea Collection
|
|
1246
|
+
library:
|
|
1247
|
+
- Special Collections
|
|
1248
|
+
- LIBRA
|
|
1249
|
+
display: LIBRA Lea Collection
|
|
1250
|
+
aeon: true
|
|
1238
1251
|
scmap:
|
|
1239
1252
|
specific_location: Kislak Center for Special Collections - Rare Book Collection
|
|
1240
1253
|
library:
|
|
@@ -1618,6 +1631,10 @@ vpnewbook:
|
|
|
1618
1631
|
specific_location: Van Pelt - New Book Display
|
|
1619
1632
|
library: Van Pelt-Dietrich Library Center
|
|
1620
1633
|
display: Van Pelt - New Book Display
|
|
1634
|
+
vppendcc:
|
|
1635
|
+
specific_location: Van Pelt - Pending Review (G133 CC)
|
|
1636
|
+
library: Van Pelt-Dietrich Library Center
|
|
1637
|
+
display: Van Pelt - Pending Review (G133 CC)
|
|
1621
1638
|
vpref:
|
|
1622
1639
|
specific_location: Van Pelt Reference - Stacks
|
|
1623
1640
|
library:
|
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.4.
|
|
4
|
+
version: 1.4.7
|
|
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: 2026-
|
|
15
|
+
date: 2026-07-20 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: activesupport
|