uc3-dmp-external-api 0.0.7 → 0.0.8

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: dc43472126bd2936720f2b37ecb45bf7bf239d58be5d409019c5e987ecc6fb97
4
- data.tar.gz: '038effb8560029ccf52d2f0cff14d1f66e2d5f5b71803dac1acda924bde76920'
3
+ metadata.gz: c2818002466c6dd5a14095e41cdf7873c4c4269e6a8871d644425cdda70be60c
4
+ data.tar.gz: e34734bc3242a271c954dc5225056f2b706607e6474db57fc50803234c5e5c34
5
5
  SHA512:
6
- metadata.gz: e948db4ac6313ecaa44956321cafee5fc81e4bb41283a6574c8f29ae24dbf0e514bd101f790179c1918a171dedff0fb4f319a3f770a9550f6bb66ca360c7f73f
7
- data.tar.gz: ff3b42fa26cd7c91b6a214ccfa19d7beb11c70fbdf6a6383d1b7da58762a42c8a4747c85beb3c0b2f8f470179a702be43bf4ff129e317f7e1bca72077f0b465a
6
+ metadata.gz: c4bb1dff30d186bf54ea5c5b65b040a7d8b32245ca226c87eeca77285c6ecb2dda81ea111131f218666c90d1dacb12ea30d8e0ffff06ab016b79c877feb4a68e
7
+ data.tar.gz: 184e1113f18ffd67622364b201eb1ab54e1f3b0a5b413a52bf88c5111e3f0185a16a725c771fb9c5d57463c6664af3c4636af636d50fc67afad3de0445529f21
@@ -44,10 +44,7 @@ module Uc3DmpExternalApi
44
44
  # # Handle the response body based on the Content-Type
45
45
  def _process_response(resp:)
46
46
  return nil if resp.body.nil? || resp.body.empty?
47
-
48
- mime = resp.headers['content-type']
49
- mime = 'application/json' if mime.nil? && (rep.body.start_with?('[') || resp.body.start_with?('{'))
50
- return resp.body.to_s unless mime == 'application/json'
47
+ return resp.body.to_s unless resp.headers.fetch('content-type', '').include?('application/json')
51
48
 
52
49
  JSON.parse(resp.body)
53
50
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpExternalApi
4
- VERSION = '0.0.7'
4
+ VERSION = '0.0.8'
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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley