lexis_nexis_instant_authenticate 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bb20bc58d5abb26e9474d3907b4c5d8b6fb2c8c
|
4
|
+
data.tar.gz: 2e9e0dc6b83a413224e1491ee9b0ba0ff95c4232
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0c1c3588181f423dcde21e4b3c21146f9bd411491d18e1101346d491c178fbb60285630b7d865a85b2502bbd433c30fd8285d7ed73d3749709a91e33b89c678
|
7
|
+
data.tar.gz: 3218edd303afd98fac3f2f7c616fb2f5f10d631e5fde6f8d6a0c68c4ebe25242db31a8a932d3a5c1aed40f3148f76fb37a8a3ee8c3f367931883e177e1255587
|
@@ -21,7 +21,10 @@ module LexisNexisInstantAuthenticate
|
|
21
21
|
config.log !@options[:production]
|
22
22
|
config.log_level @options[:log_level] || :warn
|
23
23
|
config.namespace_identifier "ws"
|
24
|
-
|
24
|
+
|
25
|
+
if !@options[:proxy].nil?
|
26
|
+
config.proxy @options[:proxy]
|
27
|
+
end
|
25
28
|
|
26
29
|
config.wsse_auth(@options[:username], @options[:password], :digest)
|
27
30
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lexis_nexis_instant_authenticate
|
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
|
- Christopher Ostrowski
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|