blacklight 7.25.0 → 7.25.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/lib/blacklight/configuration.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: f5591ce042284ddde98c77e6027f09782e681195f31fc919870d3c5efd1dd029
|
|
4
|
+
data.tar.gz: ffaf195a0ce3b1ea7a5b2e5958c4cea4daaab81bc34b3075452f44858ff084d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ae17a8834d21cc7e0229846a7ec37bdeb8ff2f451abf06b9d399580dcffe0d924d80840789d2db9152c440266fb4a8fced5c9fc7f9ef397873af8f5d84a1740
|
|
7
|
+
data.tar.gz: 8c4a34218c70c030bc5622ac1e32d84ef5967f7ae3f84fc7b044ff2004922d3cbb78e74ff96ea7d4e0f4a3aedf95f57393bc3815c36c5e27958531d3f0b58ca4
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.25.
|
|
1
|
+
7.25.1
|
|
@@ -103,7 +103,7 @@ module Blacklight
|
|
|
103
103
|
# @!attribute document_factory
|
|
104
104
|
# the factory that builds document
|
|
105
105
|
# @return [Class]
|
|
106
|
-
property :document_factory, default:
|
|
106
|
+
property :document_factory, default: nil
|
|
107
107
|
# A class that builds documents
|
|
108
108
|
def document_factory
|
|
109
109
|
super || Blacklight::DocumentFactory
|