berkeley_library-holdings 1.0.2 → 1.0.4
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/CHANGES.md +9 -0
- data/lib/berkeley_library/holdings/hathi_trust/record_url_request.rb +1 -1
- data/lib/berkeley_library/holdings/module_info.rb +1 -1
- data/lib/berkeley_library/holdings/world_cat/libraries_request.rb +1 -1
- data/lib/berkeley_library/util/xlsx/spreadsheet.rb +1 -0
- 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: 8f99e1bc7d9cacc841e5e723da53ad1766eecd2282c04807f442969fe339be2b
|
|
4
|
+
data.tar.gz: 8f358a3b16241b077856af29e9f69da50613ae05a24f27b7fce0814fa3ea15ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b27df2476a6c9fe4c4615a78e05060b885021a2e86278b8dd4775fc67540fa1927f67008f45a66e6f46396de65099c1df451cb1a7880e0fd102248b7fb5f0672
|
|
7
|
+
data.tar.gz: 79d00a3a66df27d407312d4c0320c266f1abc4be29572304985ff5d40d42e4b71ec8b4341929c0d024e03f7c23aa27b938d25b734cedfa4dcba96a39bb8a28f1
|
data/CHANGES.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# 1.0.4 (2023-04-28)
|
|
2
|
+
|
|
3
|
+
- Escape OCLC numbers before constructing query URIs
|
|
4
|
+
(not an issue for correct OCLC numbers, but can be an issue in the event of bad data)
|
|
5
|
+
|
|
6
|
+
# 1.0.3 (2023-04-27)
|
|
7
|
+
|
|
8
|
+
- Fix issue requiring RubyXL extensions to be explicitly required
|
|
9
|
+
|
|
1
10
|
# 1.0.2 (2023-04-27)
|
|
2
11
|
|
|
3
12
|
- Overwrite existing blank columns when writing results to spreadsheet
|
|
@@ -7,7 +7,7 @@ module BerkeleyLibrary
|
|
|
7
7
|
SUMMARY = 'Holdings-related utilities for the UC Berkeley Library'.freeze
|
|
8
8
|
DESCRIPTION = 'A collection of holdings-related utilities for the UC Berkeley Library'.freeze
|
|
9
9
|
LICENSE = 'MIT'.freeze
|
|
10
|
-
VERSION = '1.0.
|
|
10
|
+
VERSION = '1.0.4'.freeze
|
|
11
11
|
HOMEPAGE = 'https://github.com/BerkeleyLibrary/holdings'.freeze
|
|
12
12
|
end
|
|
13
13
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: berkeley_library-holdings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Moles
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: berkeley_library-logging
|