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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9370686931e54aa59a6827ada4a6f1b9601a88d5
4
- data.tar.gz: ac085fbf4b10f1ce9b97f2795ae2a2d9a637a8c3
3
+ metadata.gz: a874878adf1760be4d1354e774d8201f20ee9910
4
+ data.tar.gz: 2102617b793e2992f4f065374ca62b33f3fd39df
5
5
  SHA512:
6
- metadata.gz: 2f01d871e47c6c786875efcd8beedd4a6829ec6968aa002221f3740ddbe4300dc5a2de7d03f4cf045c7f16bbe08e2d04abbf48ee2d5054ccefd16cfae788474e
7
- data.tar.gz: 3d7a79bab1fb58028c75228c1e2c6119980e1c10c62e604dc4c9abfea97cca3770b75e31a2e58102de54a8a438b7c73647dfb981d1352bce7d4e1230a3d4969d
6
+ metadata.gz: cbeb8e733a663339b5b4d98c5288d8c2355b10e1fb50694d20e3edc790d3c3facd623ae11fbba0990cb1885513d5bcdb164c6997dcd179f82048dec152a8c6be
7
+ data.tar.gz: 57b56668777afe6093bc5b0dec60a40f6c6da9aa7c7e0e9bdb6265ebd6d67084a96d1381a7c7fc2dba1b9b9b5d91463ed99da0d12c86b9816d9101a38fc6f513
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.16.2
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: Blacklight::Catalog::SearchHistoryWindow,
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.2
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-06 00:00:00.000000000 Z
20
+ date: 2015-11-07 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: rails