cul_scv_hydra 0.22.9.6 → 0.22.9.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fffc9048b41a4ee245b7fdd9ba063c559cdc556
|
4
|
+
data.tar.gz: 4d628d85ba74b387c9f4fb1905c708922bffbf3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 550c7643a816ef5c034faffb541c6db361801946a9a92cbc0a7c61a411e509b888e1830630f26bde32d6a8d5d22584acbcd32e003108b3bccccd3ad449ea974c
|
7
|
+
data.tar.gz: 4b41cad0335695be5304421d072ecb52336e8323195c8ced8da678acc499bfff22bc2ab2fe38e1a4a1c0f0becb35a66aa30657a362d30d8142775bcf50a3e5ef
|
@@ -231,7 +231,13 @@ module Cul::Hydra::Solrizer
|
|
231
231
|
def non_date_notes(node=mods)
|
232
232
|
non_date_notes = []
|
233
233
|
node.xpath("./mods:note[not(@type) or (@type != 'date' and @type != 'date source')]", MODS_NS).collect do |n|
|
234
|
-
|
234
|
+
if n.attr('type') == 'view direction'
|
235
|
+
non_date_notes << 'View Direction: ' + ModsFieldable.normalize(n.text, true)
|
236
|
+
else
|
237
|
+
non_date_notes << ModsFieldable.normalize(n.text, true)
|
238
|
+
end
|
239
|
+
|
240
|
+
|
235
241
|
end
|
236
242
|
return non_date_notes
|
237
243
|
end
|
data/lib/cul_hydra/version.rb
CHANGED
data/lib/cul_hydra/version.rb~
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cul_scv_hydra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.22.9.
|
4
|
+
version: 0.22.9.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Armintor
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-04-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: blacklight
|