openreceive 0.3.0 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3a4596705dc43936dccbdbbe756a5068c39746c818d9adc3ddb8501844b4b9c
4
- data.tar.gz: 27c94e8f26dae3a901ea296488073debebe15e05ddcebc4561e167e11680631a
3
+ metadata.gz: 2c7ca337e6a4ef7c0da62101e9fe100b4075ab1f05405683ac5a5ec2c8c82f8d
4
+ data.tar.gz: 85f2207b74e34ee79afb598450b83a9188ab4a0e62059e01ef032e948b61c3a7
5
5
  SHA512:
6
- metadata.gz: 801a768fc23b38d0befea992840b59e1ab20c3e4edc15600f2f42a3b8520dbf78ea148d60c0e235032d5503f43ffc60363e6fb6becdbc12fb29928b50b070a20
7
- data.tar.gz: 8aafae91f87994ed1ac2c2ad2d60e6a9a88d85b9a8d7ebb60e409acd3975679b7e054badcb7a387ff85da6cc6a4538cf19e6d953ba62a8ceb222cc384922fa24
6
+ metadata.gz: 027cd79c3ec99dfdf313daa2a8d06386dd15a6aa9b2a3bcf30736ff5dcba73c8a6f5423ac17e6d86db169dd871f5774a23932677bdab994ba864322621727f39
7
+ data.tar.gz: 6b826660272e558d4457fce409be3bb6663791f5a53f3f7b933c579a08f8ea3959133db017821987f529c073e77525868c93929e29a217a6ca18b291ff50801a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.2 - 2026-08-29
4
+
5
+ No changes to this gem in 0.3.2. The release is the overpaid-deposit refund
6
+ mapping in `openreceive-server` and the browser packages' `resumePaymentHash`
7
+ resume path; this gem's wallet, invoice and settlement code is byte-identical to
8
+ 0.3.1 and ships to keep the one-version-for-everything rule.
9
+
10
+ ## 0.3.1 - 2026-08-28
11
+
12
+ No changes to this gem in 0.3.1. The release is the browser/React `resumable`
13
+ prop, the lazy packaged-asset URL tables, and `openreceive-rails`'s doctor task
14
+ and allow-all warning; this gem's wallet, invoice and settlement code is
15
+ byte-identical to 0.3.0 and ships to keep the one-version-for-everything rule.
16
+ The full release narrative lives in the repository-root
17
+ [CHANGELOG](https://github.com/openreceive/openreceive/blob/master/CHANGELOG.md).
18
+
3
19
  ## 0.3.0 - 2026-08-26
4
20
 
5
21
  No changes to this gem in 0.3.0. The release is the JavaScript integration
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenReceive
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openreceive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenReceive