cdmbl 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb68955dc77e2f7a1ceb938a49d7fa4aa471cd50
4
- data.tar.gz: 66525455ae0dca29cbac2c175d43811bf781143e
3
+ metadata.gz: c35f23365189a85dd22882bc8fb7c4c07bf41e08
4
+ data.tar.gz: d80ba997c1cb74b63e40dbed80466407ed41d275
5
5
  SHA512:
6
- metadata.gz: 18c172df0c8265395e1316c73b229673a03a53d54449e819b002a1a710b0238487b8906084fb232596093a6a42cfba9e5797f58e15a1cb6dedb04482c55e953d
7
- data.tar.gz: 97e3dc6c0c05f68ab04bb0d686623e092665ef022bf597b1a778df9105b85cd68f350887e068beb76534d234201c57f3664f9dad1fa7a284b14ea372302cadc5
6
+ metadata.gz: 8fd6c40c05f25c803ce6d2e26500e4d9082c0006b9f835b92710208b0a3c3fa8369987ea02052cf5fc9a451038b3da1a9411328d12df60b28230bef628312fce
7
+ data.tar.gz: 2217bee7f887ea291b3b6fdfc842f0db063ff058340e4ff8af654708f4330ff64a32cb2e650a8793bb4e33cb03aed119a8c22947a68f8a9d3d3a3360f2a2acc8
@@ -63,7 +63,7 @@ module CDMBL
63
63
  end
64
64
 
65
65
  def oai_headers
66
- oai_identifiers.at_path('OAI_PMH/ListIdentifiers/header')
66
+ [oai_identifiers.at_path('OAI_PMH/ListIdentifiers/header')].flatten
67
67
  end
68
68
 
69
69
  def oai_identifiers
data/lib/cdmbl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CDMBL
2
- VERSION = "0.11.0"
2
+ VERSION = "0.11.1"
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.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - chadfennell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-20 00:00:00.000000000 Z
11
+ date: 2018-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hash_at_path
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  requirements: []
267
267
  rubyforge_project:
268
- rubygems_version: 2.6.11
268
+ rubygems_version: 2.6.13
269
269
  signing_key:
270
270
  specification_version: 4
271
271
  summary: Use Blacklight (Solr) as a front end for your CONTENTdm instance.