cloud_party 0.1.4 → 0.1.5

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: 54fbb0b2eca114604d2f435006027739069141e3c49976e5e92314c847f17be1
4
- data.tar.gz: 57f162ee057947f7bd2ab400e6ac03ea33d908a82a2aab5679c3d30a8c1c56b1
3
+ metadata.gz: 89606fd3a44695c89167d12280241e0e41bf50639bd833d1821a429387e5b5e0
4
+ data.tar.gz: 5bb0758290a653ccf6660119f65f11e8b31b104b6872cd1cd62f8a5bdb4cae26
5
5
  SHA512:
6
- metadata.gz: 40c4296815f2868235a868a341f3f21adf6f2cdfde4bd6278ba8a0d71103fa0631e31ad4135fcb7056ee82d2a3e82724bfad85e8af7b0736c280d891c19eaeed
7
- data.tar.gz: 6927858659883ee7ee70934bd62a09c000a9cf9fdd90081989b6d3d8bdfcc24e181c4b2bbd3b72191d7586d3dadaac33dafc608099792a16a92e5f4ecce29c13
6
+ metadata.gz: ab996b258d91496f5701b296f9c46241a30a5e710a2c655b1917fee209876eb3329f0fffa370168cca0e6fbd72982fa3022c8b378faf6b13ab13ad91f71d8cb1
7
+ data.tar.gz: b2dc08ecf21e5672346a8ffecdbd46eb656348d146e2f868962c9f420f960457424f86d4cdbbf39537060e8b891204bf82150e9d473f0557f8f4baa7e891ecb5
@@ -23,7 +23,7 @@ module CloudParty
23
23
  #{endpoint}. Inspect CloudParty::APIError#response
24
24
  for further details
25
25
  MESSAGE
26
- raise CloudParty::APIError.new(message, response)
26
+ raise CloudParty::Errors::APIError.new(message, response)
27
27
  end
28
28
  @results = []
29
29
  case endpoint
@@ -36,7 +36,7 @@ module CloudParty
36
36
  @result = CloudParty::Responses::Result.new(@body[:result])
37
37
  @results << @result
38
38
  else
39
- raise UnRecognizedEndpointError.new(endpoint, self.class)
39
+ raise Errors::UnRecognizedEndpointError.new(endpoint, self.class)
40
40
  end
41
41
 
42
42
  @errors = []
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudParty
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_party
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Spencer