blacklight 5.16.2 → 5.16.3
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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a874878adf1760be4d1354e774d8201f20ee9910
|
|
4
|
+
data.tar.gz: 2102617b793e2992f4f065374ca62b33f3fd39df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbeb8e733a663339b5b4d98c5288d8c2355b10e1fb50694d20e3edc790d3c3facd623ae11fbba0990cb1885513d5bcdb164c6997dcd179f82048dec152a8c6be
|
|
7
|
+
data.tar.gz: 57b56668777afe6093bc5b0dec60a40f6c6da9aa7c7e0e9bdb6265ebd6d67084a96d1381a7c7fc2dba1b9b9b5d91463ed99da0d12c86b9816d9101a38fc6f513
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.16.
|
|
1
|
+
5.16.3
|
|
@@ -141,7 +141,7 @@ module Blacklight
|
|
|
141
141
|
default_per_page: nil,
|
|
142
142
|
# how many searches to save in session history
|
|
143
143
|
# (TODO: move the value into the configuration?)
|
|
144
|
-
search_history_window:
|
|
144
|
+
search_history_window: 100,
|
|
145
145
|
default_facet_limit: 10
|
|
146
146
|
}
|
|
147
147
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blacklight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.16.
|
|
4
|
+
version: 5.16.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Rochkind
|
|
@@ -17,7 +17,7 @@ authors:
|
|
|
17
17
|
autorequire:
|
|
18
18
|
bindir: bin
|
|
19
19
|
cert_chain: []
|
|
20
|
-
date: 2015-11-
|
|
20
|
+
date: 2015-11-07 00:00:00.000000000 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: rails
|