lexis_nexis_instant_authenticate 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: 5c4733e8026c274f837c43b2fa17b80efad78732
4
- data.tar.gz: f652cf378678f34c942b21553473ed820fd24d84
3
+ metadata.gz: 9bb20bc58d5abb26e9474d3907b4c5d8b6fb2c8c
4
+ data.tar.gz: 2e9e0dc6b83a413224e1491ee9b0ba0ff95c4232
5
5
  SHA512:
6
- metadata.gz: 6a3b1db66ca07b1952b461831faacfb9225e828e288baab7c34720fc535fb17eaf08b5533c9d4cb6282cc47288f2b76d5f82eafb48a2ae733ee8df7b9fd9fe12
7
- data.tar.gz: 546b299de7f6c82fe7a3ec4e482d503503015847c4b1cac13815e0232463ef403368cd4fc055caca4c6880fa922f26c8d8367d57b2d238a64ffe045fbef9f88b
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
- config.proxy @options[:proxy]
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
@@ -1,3 +1,3 @@
1
1
  module LexisNexisInstantAuthenticate
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  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.1
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-21 00:00:00.000000000 Z
11
+ date: 2017-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler