cdmbl 0.12.6 → 0.12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75038cd37e27a2e6280704618e0a3a89ece6303e
4
- data.tar.gz: 93c570097a4a6e6072169d310061345ed774df99
3
+ metadata.gz: ea26b8d1841ae3ab628bf11e1f6c9d69e8d537c9
4
+ data.tar.gz: ecdac0f6244bee51d2276a7ed2cef4be14991f90
5
5
  SHA512:
6
- metadata.gz: ff37438b61638a601b1bd3ee4797ddf4a2a0d3f9b027a31b8eab7b6415dd9b044cee827f67641876d1b2118dd8db7a2695bafb756f9050606c4274fcf2db431a
7
- data.tar.gz: fb1bb6d2878da8b1d173a5cb7585a6d5a761fa5c2224141fa9e62e014e8a6046a7c0b2c701a9f6b479543e95dd2ff0ce7e308f78d7d4a040341c51e6d0891901
6
+ metadata.gz: 3430f3cbf3cf8cd9061cc40d8be5cc62f817b28cf53f8330940051642a1e797a3402c13ca6b72b8ea6a9fcb2d9775f40d5f799409689b282108cf8c7d32aeec6
7
+ data.tar.gz: ada00c4bb2a0de695cef232b2ab12b54397127acc7affe7d8d63b05789627684df6cbcd114a7f0ed4b6a6ac8bec8602999735c3b696f722e641ef9e6af2a5d86
@@ -63,7 +63,9 @@ module CDMBL
63
63
  end
64
64
 
65
65
  def oai_headers
66
- [oai_identifiers.at_path('OAI_PMH/ListIdentifiers/header')].flatten
66
+ [oai_identifiers.at_path('OAI_PMH/ListIdentifiers/header')]
67
+ .flatten
68
+ .compact
67
69
  end
68
70
 
69
71
  def oai_identifiers
@@ -1,3 +1,3 @@
1
1
  module CDMBL
2
- VERSION = "0.12.6"
2
+ VERSION = "0.12.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdmbl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.6
4
+ version: 0.12.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - chadfennell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-29 00:00:00.000000000 Z
11
+ date: 2018-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hash_at_path