shipstation 0.16.6 → 0.16.7

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
  SHA1:
3
- metadata.gz: a171fba8d97be21008ec2af692a5081c51e88761
4
- data.tar.gz: 32deea3da2ddc28b4733d35877b15054aeaea1ab
3
+ metadata.gz: eccb33dc316e12fb82e4aa03b0a782eea29ab2f9
4
+ data.tar.gz: ab0daa9e81f345e8c48ae6e306d14dba27953ce4
5
5
  SHA512:
6
- metadata.gz: 76c794fceaab3966d0af00c080740d589e3e42fdfd646d551aef47c55da7be0bd2a6db905509addb7fb3c0ea300519326f40eb2cff3ce4769eac7b4201261609
7
- data.tar.gz: ff74fc578bd9b07a1a3589d23f6be8351d61dccc0a5165d1123ff90c18afc80cf0003f001b42ca52dd3bab4c639a464107aee972276e31bf990beb7bb9876580
6
+ metadata.gz: d7b9fc224fb1821cc280e8d6e234cb83cf991387c8b7951a0112e5c61eba17e62644e1817966671542111995ad4938472920f29699799aee3ab43ac652ebe804
7
+ data.tar.gz: 51962716b01875da48bb8c0ec46a68282985db01e826a23327f19fefc2bae5ce0b08692cc2e193b6283868192d8e847a22e55c6b0f47ec7f193331009b1a249e
@@ -84,7 +84,7 @@ module Shipstation
84
84
  headers: headers
85
85
  }).execute do |response, request, result|
86
86
  if response.code != 200
87
- raise ApiRequestError(
87
+ raise ApiRequestError.new(
88
88
  response_code: response.code,
89
89
  response_headers: response.headers,
90
90
  response_body: response.to_str
@@ -1,3 +1,3 @@
1
1
  module Shipstation
2
- VERSION = "0.16.6"
2
+ VERSION = "0.16.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipstation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.6
4
+ version: 0.16.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Dallimore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client