sdr-client 0.26.0 → 0.26.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
  SHA256:
3
- metadata.gz: bc94441356e85e3a35f47af78c1b64f4a9d15d7c74bdc0878bd4be7fa1f58970
4
- data.tar.gz: f394f42beca6b52397efa057c737e1926d417f8bfcf0b04027b279cfe4b4e8f2
3
+ metadata.gz: f2f9928c696ecb5051e4f6ba708985a2448aaa3189f93df4fcd0b85ab733ea87
4
+ data.tar.gz: 457989602bdece5c31cbcc95276531721a6c5682c040176de7645c1730be4326
5
5
  SHA512:
6
- metadata.gz: 4f14dd1c266779bbe8ce6f361589d518af6b6febe28b5a225112b56e08c090f5ed20d070d5a9a8265fc22fc2db0901b6629e66734b94a6986122fa6a7e62afaa
7
- data.tar.gz: 3b8a03492afe8ca395f46018cfaa4c2eaec6a97547b2b5f8d69604d46e2247481d96c9015ce3389a73fef15e6b32a29d73f87bf88d09ae5e96bf7037286a8384
6
+ metadata.gz: 94ed5ab0d789c3d2669979bb8753bd60d0f1a51f6434f6c8b28e210fc04dc4ffcd2af9125ef3b08e4e49996c5d05c2e53b5e8348794fbad351cc5dc57e4b0b0f
7
+ data.tar.gz: a816a3c86dccc3f90939a81eecf5cf46ef659b3fcc5d4c97948e41796bf13a1b2d5da8de958c0f58c5a46d0ab16f56fa813ef3d3c796671d7dd4b04fd591168f
@@ -13,7 +13,7 @@ module SdrClient
13
13
  connection = Connection.new(url: "#{url}/v1/background_job_results/#{job_id}").connection
14
14
  resp = connection.get
15
15
 
16
- raise "unexpected response: #{response.status} #{response.body}" unless resp.success?
16
+ raise "unexpected response: #{resp.status} #{resp.body}" unless resp.success?
17
17
 
18
18
  JSON.parse(resp.body).with_indifferent_access
19
19
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '0.26.0'
4
+ VERSION = '0.26.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdr-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-21 00:00:00.000000000 Z
11
+ date: 2020-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport