openreceive 0.2.1 → 0.2.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 +12 -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: 8b4f669697e8aa1afff61866fab2b96537273bfa08cc93dc9b5b3b77163d6c33
|
|
4
|
+
data.tar.gz: 33a6cde51e48a4feba6248576a33e67d78e375aac9ed6e6891651f258ae15021
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 423a7aa01e3e5685ac93a8d8f6d1d575ff47403d1aeb06373c4bc127654a5a051b5c75501314c8f07f7f4a4fda912468fa54329bb20208cea52bc5ce0ed28f89
|
|
7
|
+
data.tar.gz: 92f86e0a57361966e6b558446a7322df998b54738328f7e808b92d186074d56778f366a04b18fad6b156aa048dafc0507213eccf3c1b85bb93c007fde25e5e77
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.2 - 2026-08-25
|
|
4
|
+
|
|
5
|
+
The Ruby gems release in lockstep with the npm workspace version. The full
|
|
6
|
+
release narrative lives in the repository-root
|
|
7
|
+
[CHANGELOG](https://github.com/openreceive/openreceive/blob/master/CHANGELOG.md);
|
|
8
|
+
entries here are scoped to this gem.
|
|
9
|
+
|
|
10
|
+
- No functional change; released in lockstep. The `nwc-ruby` adapter shipped
|
|
11
|
+
here (`OpenReceive::NwcRubyReceiveClient`) is now covered by a test that
|
|
12
|
+
drives the real gem rather than a fake, through `openreceive-rails`'
|
|
13
|
+
new runtime dependency on it.
|
|
14
|
+
|
|
3
15
|
## 0.2.1 - 2026-08-24
|
|
4
16
|
|
|
5
17
|
The Ruby gems release in lockstep with the npm workspace version. The full
|
data/lib/openreceive/version.rb
CHANGED