zaikio-client-helpers 0.2.0 → 0.2.1

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: 363d6b961f22895db699c5ee54243f515cc79845c95784958e66e72f58f568bd
4
- data.tar.gz: 442e1e463e845d525829d908866d6f26fd48e9b4dfd3ba8a7927bd19d53b442c
3
+ metadata.gz: 5231d366ba2c15a4a7adebee682f240828b9c09eef27ca41f0d9420c54dbf53d
4
+ data.tar.gz: a918501a0c65b22ca0a22afe632859fb89b954dc6cdda9af965f2b93e2bd8277
5
5
  SHA512:
6
- metadata.gz: 4e9319b55e7e03a9ea0d13958ad0df34bfd1d92c832e5ef8669e0fc02933a60495069997f253e7cd1651f716d985fab00164b8305f71bc68998de481ec171c3d
7
- data.tar.gz: 0e45c6d37c8ec0065b805c60e5f419a01a47673d988aaf36940d252b0df709609c3009f173ad0da5e97f947caadb6bb1be90ff0549e197d62e28a2f1981be108
6
+ metadata.gz: 122e12335f91bcb223a8ea83bc4c889c8ffa57c3348dd1a91a5ef1a9acffde537d0d260061b89b9bec9616242a608788fcb53f85daf20465ee32e594725b76fc
7
+ data.tar.gz: 56690603e8d4e2b4f88c0ec6a7ac27659dd78210de2b64b19497758dd31505e9f036d9b112f7c694c38a138ea58c21090f59a2cb6d97988592b8a9aada6f2570
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.1] - 2021-08-05
4
+
5
+ - Fixed `with_fallback` from spyke by aliasing the correct error classes
6
+
3
7
  ## [0.2.0] - 2021-07-22
4
8
 
5
9
  - Add `Zaikio:Error` and allow setting arbitrary attributes on the exceptions
@@ -3,7 +3,7 @@
3
3
  module Zaikio
4
4
  module Client
5
5
  module Helpers
6
- VERSION = "0.2.0"
6
+ VERSION = "0.2.1"
7
7
  end
8
8
  end
9
9
  end
data/lib/zaikio/error.rb CHANGED
@@ -26,6 +26,6 @@ module Spyke
26
26
  remove_const("ResourceNotFound")
27
27
  end
28
28
 
29
- ConnectionError = Class.new Zaikio::ConnectionError
30
- ResourceNotFound = Class.new Zaikio::ResourceNotFound
29
+ ConnectionError = Zaikio::ConnectionError
30
+ ResourceNotFound = Zaikio::ResourceNotFound
31
31
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zaikio-client-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zaikio GMBH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-22 00:00:00.000000000 Z
11
+ date: 2021-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday