blacklight-access_controls 0.4.0 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4da9caad885ff0b30267eeba0a49a4a774f496c
4
- data.tar.gz: 1c565161db0f2225033e2094f78805af1d3ab86b
3
+ metadata.gz: ffbb2c368a44b27a8f4f2f2d8a1dcaf9e852d1d2
4
+ data.tar.gz: 8bbce1c96b6dc86e87bdc34e0ee0fb38d3fd1a29
5
5
  SHA512:
6
- metadata.gz: 42562c8422e7dde417760f215d764d49c12ae6a4814cd887f0ce5aa537a7137cad8a5ecff19956887378996a588bcccdd9cfc22e72854753d06592585fee13a8
7
- data.tar.gz: e8484e47a1c8a4d244b0d9a038e0f7e4d6c3df8c1293007f854f42a6924ade9ec85ca6721f23bc62f63b0abbec10d547db7a4d50c922c6d8404cd7c6df097061
6
+ metadata.gz: 609ee8e41330854b9e56b63739244696f50d2caf110117cf6581b974ad25a4e5526e9aebece6d51774f81c816cda17fbaa6ef5d9b1eb6db375eacf817125b751
7
+ data.tar.gz: dab7487a3bb03d5bd9133f91e9a4cb1650e43a371adf08fdd22d8ff961619c8629aeb1f7174f2f11cdf1455649d275bf669c981b12cfe224de25283bb163f4a7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -6,12 +6,6 @@ module Blacklight
6
6
  module Catalog
7
7
  extend ActiveSupport::Concern
8
8
 
9
- # Override blacklight to produce a search_builder that has
10
- # the current ability in context
11
- def search_builder
12
- super.tap { |builder| builder.current_ability = current_ability }
13
- end
14
-
15
9
  # Controller "before" filter for enforcing access controls
16
10
  # on show actions.
17
11
  # @param [Hash] opts (optional, not currently used)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight-access_controls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer