wave-dispatch 0.5.1 → 0.5.2

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: 409e75177b57d71d5c816915aca6be428f36539c462c19610a945d34435d90ce
4
- data.tar.gz: 364157ef490e38907643ba7b5a46a5d33a7c0bf41bc5392681fdf3ff4831f512
3
+ metadata.gz: a8eba3a497349856e8083e50d1e8c0ad009bed74ab195ea1235e1615e7d165b6
4
+ data.tar.gz: 6f3dc4c9d4287a7ee446b295e8d766e5e4a2c717f8879830b1a4fdf5cfc20854
5
5
  SHA512:
6
- metadata.gz: 5cef51963137cdccaf2df37be1d4337bbdc54904afda8a02541451fe2755645d139e6fc246f183aa923fc35d3fbcca432016f4c368419dd1d248ec8696355e4e
7
- data.tar.gz: 76f60d66aebc013a709155442104dcd47e7dc50db030e326e8c8e75f58cf5a7b9061e8f3a2b4586998af0d121edf1c664eaeaa472d4cda1d98b0b6b582fdc10b
6
+ metadata.gz: bea7635f0325a9310db02c9a90220ac6d92f4d25fdde0e739160940329f545a06624dc90d6d04169a4d61ffa4516201d37c25dcc99d66d68ad183ab9f95ee6e9
7
+ data.tar.gz: 3e7aeb815a5b67c45347b3d4091d47a96f006f1d1eb619b22ece6cedaac6057a84247dc501cea957c5437ab4c2dfcd86ed5890b346f682a4332bb242fbc6a364
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.5.1"
10
+ VERSION = "0.5.2"
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.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - WAVE Online, LLC