wave-dispatch 0.6.0 → 0.6.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/wave_dispatch.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe1e068d8c0fcdbab89dfafaf8cf69a66e7b1d5d19ea894683f8ed55ce572dff
4
- data.tar.gz: 8de9c4fe4b61ecbcf21ec1a5687052de76454f4fb220480b1003b43b9f95f254
3
+ metadata.gz: 70c5dbfaf54392986a7df2311a690f13c3b1b0ae20c43243e6a6a07bfc0f816b
4
+ data.tar.gz: 8cb2064a6084c6053661c8106ae9d5bbe652c40ec7a6862fd3e774cf8e038497
5
5
  SHA512:
6
- metadata.gz: 6e28b1c6c663975c08e2584a0ff9fa6778c1b11f21216be4ddb37ff834a0b84e9e8f3ee92bb6ca6ca453483a199d506dea20066fed88c297ed7eca0238b682de
7
- data.tar.gz: bb46ce4f290e4b3f982fe2dfd420521365f8071b38f73fdd0d457b7b656cf5b36b75caf198dfd20dca66a28e6531d7f56761619f12155aacf38af4c1e9d8cca0
6
+ metadata.gz: 68e200f7f520106e46eb633865b2b0128c3cf1e5ce3aff3408c3d433ab41e88875bfae880a02304b0b9e96315549193c43f4b7ef39a75943b35ead0fca82682e
7
+ data.tar.gz: d9eb998d92b6e79a4b2a80414ee83fd2d39a48d71e544cce19acf6303aee88ab5e2f70e375e43cb7ab910dca268bf61741f1a2b887b217038f31ed65657336a6
data/lib/wave_dispatch.rb CHANGED
@@ -7,7 +7,7 @@ require "uri"
7
7
  require "openssl"
8
8
 
9
9
  module WaveDispatch
10
- VERSION = "0.6.0"
10
+ VERSION = "0.6.1"
11
11
 
12
12
  # 0.5.1 — payment hook: a Proc called once with the 402 challenge body (Hash) that returns the
13
13
  # headers (Hash[String => String]) to retry the request with. Pair with `Client.wallet_hook(provider:,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wave-dispatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - WAVE Online, LLC