cul_scv_hydra 0.22.5 → 0.22.6

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: 0456606d41eceb5a2834e43fc5c24a2ee0b03992
4
- data.tar.gz: 6885595ffe4cbad3e6b3220f9c8044e5d026a1f4
3
+ metadata.gz: 00fd038a4aa096dc2b63253c547b794f99af8a2d
4
+ data.tar.gz: 95dcb3790b7ab83bf2ea040dfab268ccc9a0e36f
5
5
  SHA512:
6
- metadata.gz: bbecbed565f8eba222635461e0d95c29c8d9574d7f6253357d8983794a85001884c76b20fdf2ee278f75ce7ca3441a8da0f8c4da0864a71d3811865ce6c96916
7
- data.tar.gz: a410c15c58a474dea420c940c9e5e5d1235f76f0ef5ec5107d2c12bf4462eee379a9b20202f651153fadb8a011867eb0a56f1a1a58c1f7a6c6142de62ab93aaf
6
+ metadata.gz: 56d23237481df7aa4ebf53ee8223147ae77a72785aaad96b737101f088aba67cc781a019c0be5e62d58bf5119b7aba00a03b2682bd1a904e1a4599381593c0af
7
+ data.tar.gz: e5a5fdb9f79ec2e9260b2612ab6b75909e52d9f73f6b97dc4ec659fab83669c6d13ceedd03f39754e4c7eafec1be1b976b36aa4f35bd5e112756646e7a9a0208
@@ -291,6 +291,8 @@ module Cul::Scv::Hydra::Solrizer
291
291
  def to_solr(solr_doc={})
292
292
  solr_doc = (defined? super) ? super : solr_doc
293
293
 
294
+ return solr_doc if mods.nil? # There is no mods. Return because there is nothing to process.
295
+
294
296
  solr_doc["all_text_teim"] ||= []
295
297
 
296
298
  solr_doc["title_si"] = sort_title
@@ -2,7 +2,7 @@
2
2
  module Cul
3
3
  module Scv
4
4
  module Hydra
5
- VERSION = '0.22.5'
5
+ VERSION = '0.22.6'
6
6
  def self.version
7
7
  VERSION
8
8
  end
@@ -2,7 +2,7 @@
2
2
  module Cul
3
3
  module Scv
4
4
  module Hydra
5
- VERSION = '0.22.4'
5
+ VERSION = '0.22.5'
6
6
  def self.version
7
7
  VERSION
8
8
  end
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.5
4
+ version: 0.22.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Armintor
@@ -481,4 +481,3 @@ signing_key:
481
481
  specification_version: 4
482
482
  summary: ActiveFedora, OM, and Solrizer implementations for CUL Staff Collection Viewer
483
483
  test_files: []
484
- has_rdoc: