escher-rack_middleware 0.3.1 → 0.3.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfad60887d6a084b17a134e42f4e4fde7cefc25a
|
|
4
|
+
data.tar.gz: 597957a9e2961ede5cab78fee6f9f1af5abafe70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bca6aa4c805acd6695e7f6109ffca85b8042c0132b2323f08b5fb796641a4d372f4c7096c588e273fbb4847af9fbcea1b1a2c116bcbe235d858486dd807a82e2
|
|
7
|
+
data.tar.gz: f439b5a4f4e1bbdf6de0a4cbb91d429f02ab0bd07069708c9990d239177467a4f1eb45338d20964a815b87fc49b5e3bb26dfd84ae7404082cf1a926d46b5a283
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.2
|
|
@@ -5,6 +5,7 @@ module Escher::RackMiddleware::Authenticator::Helper
|
|
|
5
5
|
end
|
|
6
6
|
|
|
7
7
|
def authorized?(request_env)
|
|
8
|
+
logger.warn('No Escher authenticator was found. Check your config!') if escher_authenticators.empty?
|
|
8
9
|
escher_authenticators.any? { |instance_init| authorized_with?(instance_init.call, request_env) }
|
|
9
10
|
end
|
|
10
11
|
|
|
@@ -27,4 +28,4 @@ module Escher::RackMiddleware::Authenticator::Helper
|
|
|
27
28
|
|
|
28
29
|
end
|
|
29
30
|
|
|
30
|
-
end
|
|
31
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: escher-rack_middleware
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Luzsi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|