lexis_nexis_instant_authenticate 0.3.0 → 0.3.1

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: 1f834cd2390d9348140a92b6960b9f926baedd77
4
- data.tar.gz: 68dcf36491121bda5f794bf97e4e18a8532d0028
3
+ metadata.gz: 5c4733e8026c274f837c43b2fa17b80efad78732
4
+ data.tar.gz: f652cf378678f34c942b21553473ed820fd24d84
5
5
  SHA512:
6
- metadata.gz: 6cf1184ab5c38bc05b84f699e130e3f553263089950ee17f385b32f67b52e03944a4c5655f35b2d717d6049ddcfffa5eee2d4197576e4ca3f2cea3bc2041717c
7
- data.tar.gz: ab250dfda90dc25574f51c3cc149b4b5cff16c3d403de6f0515ed576f6c2bf9f613f03e9e8abd51307a78aa186d87687294c01df663ef9d6c36340ad5763a96e
6
+ metadata.gz: 6a3b1db66ca07b1952b461831faacfb9225e828e288baab7c34720fc535fb17eaf08b5533c9d4cb6282cc47288f2b76d5f82eafb48a2ae733ee8df7b9fd9fe12
7
+ data.tar.gz: 546b299de7f6c82fe7a3ec4e482d503503015847c4b1cac13815e0232463ef403368cd4fc055caca4c6880fa922f26c8d8367d57b2d238a64ffe045fbef9f88b
data/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  Generate & Score Instant Authenicate quizes using Lexis Nexis SOAP API.
4
4
 
5
+ ## Notes
6
+
7
+ This gem originally started as a simple Savon.rb service, however, it was quickly made clear that the LN SOAP API has some rough edges that require some specialized changes.
8
+ The main patch was around authentication. This gem monkey patches the `Akami::WSSE#wsse_username_token` method to include the cleartext password along with the digest auth.
9
+
10
+ This gem also does not leverage the WSDL from LN, even though it does import it into Savon. Savon has problems parsing the WSDL correctly and as such does not provide a reliable interface.
11
+
5
12
 
6
13
  ## Installation
7
14
 
@@ -21,6 +21,7 @@ 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
 
25
26
  config.wsse_auth(@options[:username], @options[:password], :digest)
26
27
  end
@@ -1,3 +1,3 @@
1
1
  module LexisNexisInstantAuthenticate
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Ostrowski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-28 00:00:00.000000000 Z
11
+ date: 2017-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.4.8
144
+ rubygems_version: 2.6.10
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Ruby interface for using LexisNexis Instant Authenticate.