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 +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/openreceive/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c7ca337e6a4ef7c0da62101e9fe100b4075ab1f05405683ac5a5ec2c8c82f8d
|
|
4
|
+
data.tar.gz: 85f2207b74e34ee79afb598450b83a9188ab4a0e62059e01ef032e948b61c3a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/openreceive/version.rb
CHANGED