blacklight 7.36.1 → 7.36.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -26
- data/VERSION +1 -1
- data/app/controllers/concerns/blacklight/token_based_user.rb +1 -12
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64b909f4876374f80a0a66d5fbccb800928b0e855b0a42ebe210807e05063017
|
4
|
+
data.tar.gz: 466d99ce6a9abf447cbe8473b6249d8a77d59a62bf70543be72062af37466084
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6882bcf01ab98b2f7769e31993ee6b4ace72962eb41e815e8f1327e708da2693f73e8e351139e47987d5418848909591a9e178a3ee0652b597bd7c7a2ecfae92
|
7
|
+
data.tar.gz: 957d559917e4a40da705f4a5ba262a55377b0c04a8fb49e1fa9b958a848c8af1c20f5ffb541037f4dd7caecc94f5ee51a7e014a69f6d277a08adcd7307ab3e88
|
data/Gemfile
CHANGED
@@ -48,29 +48,3 @@ end
|
|
48
48
|
# END ENGINE_CART BLOCK
|
49
49
|
|
50
50
|
eval_gemfile File.expand_path("spec/test_app_templates/Gemfile.extra", File.dirname(__FILE__))
|
51
|
-
|
52
|
-
gem "rubocop", "~> 1.60"
|
53
|
-
|
54
|
-
gem "rubocop-capybara", "~> 2.20"
|
55
|
-
|
56
|
-
gem "rubocop-rspec", "~> 2.26"
|
57
|
-
|
58
|
-
gem "rubocop-rails", "~> 2.23"
|
59
|
-
|
60
|
-
gem "rspec", "~> 3.12"
|
61
|
-
|
62
|
-
gem "simplecov", "~> 0.22.0"
|
63
|
-
|
64
|
-
gem "engine_cart", "~> 2.6"
|
65
|
-
|
66
|
-
gem "rspec-rails", "~> 6.1"
|
67
|
-
|
68
|
-
gem "rspec-collection_matchers", "~> 1.2"
|
69
|
-
|
70
|
-
gem "capybara", "~> 3.39"
|
71
|
-
|
72
|
-
gem "selenium-webdriver", "~> 4.16"
|
73
|
-
|
74
|
-
gem "equivalent-xml", "~> 0.6.0"
|
75
|
-
|
76
|
-
gem "axe-core-rspec", "~> 4.8"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
7.36.
|
1
|
+
7.36.2
|
@@ -48,18 +48,7 @@ module Blacklight::TokenBasedUser
|
|
48
48
|
end
|
49
49
|
|
50
50
|
def secret_key_generator
|
51
|
-
@secret_key_generator ||=
|
52
|
-
app = Rails.application
|
53
|
-
|
54
|
-
secret_key_base = if app.respond_to?(:credentials)
|
55
|
-
# Rails 5.2+
|
56
|
-
app.credentials.secret_key_base
|
57
|
-
else
|
58
|
-
# Rails <= 5.1
|
59
|
-
app.secrets.secret_key_base
|
60
|
-
end
|
61
|
-
ActiveSupport::KeyGenerator.new(secret_key_base)
|
62
|
-
end
|
51
|
+
@secret_key_generator ||= ActiveSupport::KeyGenerator.new(Rails.application.secret_key_base)
|
63
52
|
end
|
64
53
|
|
65
54
|
def message_encryptor
|
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: 7.36.
|
4
|
+
version: 7.36.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Rochkind
|
@@ -17,7 +17,7 @@ authors:
|
|
17
17
|
autorequire:
|
18
18
|
bindir: exe
|
19
19
|
cert_chain: []
|
20
|
-
date: 2024-01-
|
20
|
+
date: 2024-01-22 00:00:00.000000000 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: rails
|
@@ -957,7 +957,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
957
957
|
- !ruby/object:Gem::Version
|
958
958
|
version: '0'
|
959
959
|
requirements: []
|
960
|
-
rubygems_version: 3.5.
|
960
|
+
rubygems_version: 3.5.4
|
961
961
|
signing_key:
|
962
962
|
specification_version: 4
|
963
963
|
summary: Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr)
|