wave-dispatch 0.6.2 → 0.6.3

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: 4132ab0b5f81a3e912759da3d32a77629508687645eab9d475631a6f47a9e4b7
4
- data.tar.gz: 66ae5e4b3895592957e4870ca7df3038ca2abe43020f7c9048380cb5466d31c9
3
+ metadata.gz: 15ed7daba83d3a9801bd114822429c0acaa39bb079c25fd6d4dc24f818bfac38
4
+ data.tar.gz: 28f96397843264fba48cb1db379137be182277bd53ef305578a8b83022dc3a7d
5
5
  SHA512:
6
- metadata.gz: c03bdcc61a39530fd52182943c741d5d05aff21078d251961599e8ddf18393a8c4280f28028a2f9eb78ac1736bc961304a93f0b5d1cc3e533f282952144ba934
7
- data.tar.gz: 0eea51f1031d5ace0517fef4da3caaebcdbe4f21a0e7a75e585a03e0b1e37b747866aa973265e584c99f82ab75283c387471cef586ecf58c8f0a2e2360f6ff2a
6
+ metadata.gz: d9791cbd667001bb708783d4de3b7e675d176802e6b475a5dab37a8ada91ab3e066b4e7848c494721c601fa8d63cee2e585dfb7cfb2f409b29c3b6c75559fe3c
7
+ data.tar.gz: a21f6576804c38cdc4c0844226e2e326613571cd6d5ca649e6a5e3ec6dacaff418c8ff84aa2806521cf607af532e987d3b7eed7446ac5fbfecf0cc340ae7c13f
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.2"
10
+ VERSION = "0.6.3"
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.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - WAVE Online, LLC