blacklight 7.12.0 → 7.12.1
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 +4 -4
- data/VERSION +1 -1
- data/app/helpers/blacklight/blacklight_helper_behavior.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f595fd87d8dbfa6aec25b133ea695e0edfcf4762e8451e84fb26947b3f7b2c41
|
|
4
|
+
data.tar.gz: adf2c0528a386885de7a656a84a0a88f2a2c419f07a6235279d9adc2dbe65f35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31e4a93e7e8b4f02ef3608743d0c3a44e9f08a1752ca4cb424b2f61b8bff9478f94a10ed2035c3090667bba4209ed2a89a19d993f16b6b03923616d044b7c122
|
|
7
|
+
data.tar.gz: 464311223c2591897ce1e1ec74493502a11b23c3f601a955df3496e0616152241eccced5345722756fee0653ae554573b7b1b962bc68ee1e8d29fc3263209e9b
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.12.
|
|
1
|
+
7.12.1
|
|
@@ -408,7 +408,7 @@ module Blacklight::BlacklightHelperBehavior
|
|
|
408
408
|
# @private
|
|
409
409
|
|
|
410
410
|
def self.blacklight_path
|
|
411
|
-
@blacklight_path ||= Gem.loaded_specs["blacklight"].
|
|
411
|
+
@blacklight_path ||= Gem.loaded_specs["blacklight"].full_gem_path
|
|
412
412
|
end
|
|
413
413
|
|
|
414
414
|
def partial_from_blacklight?(partial)
|