cul_hydra 1.7.2 → 1.7.3

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
  SHA256:
3
- metadata.gz: 6b5dd74f2d26ddb0a1efb86ee729c06774977b2e5976c541ba32b45605d45cf9
4
- data.tar.gz: 2f1cae0e041f4e01490a968e65380a5249d7b0a49065d80aaeea720f9e989544
3
+ metadata.gz: 1c5338996d4a2e3fcc074b40488a879de29e2079393fb805a74637a7965255c1
4
+ data.tar.gz: c1746b4c9779ee5cbdaea102f81cefbab8484cd646da8b20ac3769c8b12e3ddf
5
5
  SHA512:
6
- metadata.gz: 99da42f9c8b66f392f26c437d418dbd751442d65b58acbc39776395c10fd7564242623bc879796ba1eada163c7542bc870284e1917bd65a46d65060c8d747d6c
7
- data.tar.gz: b9264c59bba928dd8b291bc0c8c37e49110a2a3e1346f05913e4f76f02e987cf13940d49d8b43c642fd0048dd805a38062e952d590f1b3c9166a43859f517929
6
+ metadata.gz: 51998c01bd97aaf075c8ea45b6baf8953b13a6b75df9596a57c6a3b2e963d547c62bca9ccc83d558b830a1f8ebfc1acad93ec5dddaeb99f353c473b6f89db349
7
+ data.tar.gz: d2fca73db84d7d73e857e07db10b7d1a0440e2ca34378067bc6573c6b8241acceeee2acda741cf4614361ceff9021d524a1502be54cbef7e8bd3cf3791cedaf6
@@ -356,7 +356,7 @@ module Cul::Hydra::Solrizer
356
356
  list_of_subjects << ModsFieldable.normalize(n.text, true)
357
357
  end
358
358
 
359
- return list_of_subjects
359
+ return list_of_subjects.uniq
360
360
  end
361
361
 
362
362
  def durst_subjects(node=mods)
@@ -364,7 +364,7 @@ module Cul::Hydra::Solrizer
364
364
  node.xpath("./mods:subject[@authority='Durst']/mods:topic", MODS_NS).collect do |n|
365
365
  list_of_subjects << ModsFieldable.normalize(n.text, true)
366
366
  end
367
- return list_of_subjects
367
+ return list_of_subjects.uniq
368
368
  end
369
369
 
370
370
  def origin_info_place(node=mods)
@@ -1,6 +1,6 @@
1
1
  module Cul
2
2
  module Hydra
3
- VERSION = '1.7.2'
3
+ VERSION = '1.7.3'
4
4
  def self.version
5
5
  VERSION
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cul_hydra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
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: 2019-06-20 00:00:00.000000000 Z
12
+ date: 2019-06-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap-sass