integration_point 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 35e534cbfde3def7a27b24ad0dc6725553bbf48a36f75829531db282037bb879
4
- data.tar.gz: bd03a590a0e5d0b69d62d87f80165e158bd1741fe9eae049d1d3a85b6950979b
3
+ metadata.gz: c5b8b8255a0bb6f2ae9d8da99a55795c4cb887dd723ea4d663e2cef815b2dd7b
4
+ data.tar.gz: d6c45d60f3c567c1bdf5892fb23d4107289f106bf0a46756e90bc310190378fa
5
5
  SHA512:
6
- metadata.gz: 889edb6c41c6cd7224e8a96e1f4c9600e4ca9b547bb03b3f4007e9a8e96ebf743be9b06e98287696b229c487b46a66e89c19b9c2da3ce18d110b92c5179e1caf
7
- data.tar.gz: aec557dc5cf040032a2b1b09c3d80d2946e3743957838a6b5b7b6138ace69730fe7e2bcfe6d6286b292b32d66dec6003ebefe6d6c0c4b6ad5db6d76aca0678ea
6
+ metadata.gz: 583c4d7964af34c074816167560aba3ad3ee8d7d52727226917b3196135b073c1c20d97fc65cfada7dce921d0601ebed0111a8d2b515e88a90a744b80e951cb3
7
+ data.tar.gz: 27e296728cbb5214b72434435649e624bd667d0354b4044c5c832176fabdf89357f381b36040e92a125d3cc568564dc2626cd857fb6d505a58685bd75f9a04ec
@@ -20,7 +20,7 @@ module IntegrationPoint
20
20
  return nil if client.nil?
21
21
 
22
22
  query = build_dps_integration_search_query(xml_values)
23
- @xml_response = client.call(:dps_integrated_search, message: query)
23
+ @xml_response = client.call(:dps_integrated_search, message: query, follow_redirects: true)
24
24
  self
25
25
  end
26
26
 
@@ -1,3 +1,3 @@
1
1
  module IntegrationPoint
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: integration_point
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Hagan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-18 00:00:00.000000000 Z
11
+ date: 2020-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: countries
@@ -71,7 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 3.0.3
74
+ rubyforge_project:
75
+ rubygems_version: 2.7.7
75
76
  signing_key:
76
77
  specification_version: 4
77
78
  summary: Integration Point Ruby Client