uc3-dmp-external-api 0.0.19 → 0.0.20

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
  SHA256:
3
- metadata.gz: e112b8c5a12077d5b52b060e31a9a9a0a1a607fb3289bdf247881b6553dc6dc2
4
- data.tar.gz: 0e562df8e0f194da9941cccb950e3d45ffd7524bb111d9000104ed4420ad3351
3
+ metadata.gz: 0d81cb7f9cbee4f822a3f4ff5ead07879586a5efe3c4e0c2f799f92079382a92
4
+ data.tar.gz: 76f9e493bb62e76b3c047f178496627001020c211a3351f1dac1a3d92ca6120f
5
5
  SHA512:
6
- metadata.gz: 6bdfd428b985e8bf167594259f5f607b7cd3ae390a9d735df8313026a21d55e35f0754caf5ef49acabbaa9073278d42b99da643fa645367931ee4bceff917cb7
7
- data.tar.gz: 5b52bb8a18b72d90b9b8d8bfe60ea032c38a20dd8f544a261ca78df4136b08ac8109c9dfe53d6bc1feef0bf7000b8e7cd65c091a6395b0a864ed9731eafdb6c0
6
+ metadata.gz: 73212fffa7074aaf31638a5a14e70429dc2916cc24ece9666cc98af2a928541024bd215329279825149a3070b1481ae3cba29f73f4f7536ea5750909c1c41b03
7
+ data.tar.gz: 980063a3cde752cdd289a89ef7bd39d836da49ee9e83c31ade76160bf8a5e72f28220d6774c80b3c0621e2c09b88a3657bb2c69ea9910ac3c7e2d36796645102
@@ -19,7 +19,7 @@ module Uc3DmpExternalApi
19
19
  # Call the specified URL using the specified HTTP method, body and headers
20
20
  # rubocop:disable Metrics/AbcSize, Metrics/ParameterLists
21
21
  def call(url:, method: :get, body: '', basic_auth: {}, additional_headers: {}, logger: nil)
22
- uri = URI(URI.encode_uri_component(url))
22
+ uri = URI(url)
23
23
  # Skip the body if we are doing a get
24
24
  body = nil if method.to_sym == :get
25
25
  opts = _options(body:, basic_auth:, additional_headers:, logger:)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpExternalApi
4
- VERSION = '0.0.19'
4
+ VERSION = '0.0.20'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-external-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley