blacklight-spotlight 4.3.5 → 4.3.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
  SHA256:
3
- metadata.gz: 4072210a79a54389ee239b50b5ff1abb0ff0877edee553eab3dbcbd3aa6fe22d
4
- data.tar.gz: aef35a478cd5006607ea307511afebf4235f84b193ca8ac51a026c5ad66bbc0d
3
+ metadata.gz: 8ba3a634cb2d3e98d2e232693d66bf6302d35adddc2a205f882f6a42d2c07a23
4
+ data.tar.gz: d75c262a003e14c422faa10b870b470ade54ac182ec0bbcabe54183568993b4b
5
5
  SHA512:
6
- metadata.gz: aae35c30e95fbc7cc5d34ab8281d70a2cf77265fc4c870eba393e27158e91a66b6103bf86334671d647ed53ed11ab103dd0c8e717d9822d4e21ad21837607a5c
7
- data.tar.gz: 1a7b9e8ad72e3f0b015b09b0225860bc75edfa6fd53df906376b3c02a74c97e449cd3a43f3f78b868ebd5b324cc41033e36bf448108115f73f2d9a8931261248
6
+ metadata.gz: edf8054bb3b116302982901e2dd68be8c137180142b3fb2e259723288addeac1ba1f17f20befd375b7d74c87170733e5dd35143855efd0950521dda7bcb84c3a
7
+ data.tar.gz: 48d306dc660ca8a0b0917458be70d19ac73100ba591c39aec26132d0d723f62a3a7c503c4d442a015af6dabe97a69ae057ab8fad2341b5a1c5835c7feff679cc
@@ -15,9 +15,7 @@ module Spotlight
15
15
  end
16
16
 
17
17
  def path(path)
18
- return path unless path.instance_of?(::Spotlight::Exhibit)
19
-
20
- helpers.exhibit_path(path)
18
+ helpers.url_for(path)
21
19
  end
22
20
  end
23
21
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spotlight
4
- VERSION = '4.3.5'
4
+ VERSION = '4.3.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight-spotlight
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.5
4
+ version: 4.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2024-11-07 00:00:00.000000000 Z
14
+ date: 2024-11-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activejob-status