openreceive 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0236c2d34919d5be3ddb63a8ea58a4d3f7893d5dfcd0f8cb03142ead583473f
4
- data.tar.gz: 050d0a795038c6435360ebdbc32a43bb970b9b1fc9d389794e0f923e5c5f435d
3
+ metadata.gz: e8e9dc01c8f505e309c6d2594c5f3ffe36433518e1c0926b16e9c163dbf25bc0
4
+ data.tar.gz: 307d49115bea2aac153ecc865b84b9679f2344d74165fad4b68759b870ad44ff
5
5
  SHA512:
6
- metadata.gz: 15f158eca326663f007e002700a59e715116c4bf359cbc40f3f7e15c8b22de9535e9e5aad9ecd2c336ee35943839471651e8eb31d26626a2216163a3883ca060
7
- data.tar.gz: 483b606a42e3da3191271b4473fc96110c550a830a21afb7760bf2dbeb763ea6f1b370a4ad8c649e5d5b48ebc5da137f2977831b80fea501eaf87f6a665a35a8
6
+ metadata.gz: 4c74ccd004768ac1438f5a8216885700cb0a16f701f61fed5096077dce194ed6af2c056462ad9fa8638e5a08b80d991f4e7bf089a1bdcb13866be175da1f1bae
7
+ data.tar.gz: 24b9ccb3d3d585f211d27565fd93f040e3a96603bf03141aa8989968edbca6832dd1a29713401f2a58acb9cc4f08a82777a75457d2a2ff4130eb5aea98bac1fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.3 - 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.
11
+
12
+ ## 0.2.2 - 2026-08-25
13
+
14
+ The Ruby gems release in lockstep with the npm workspace version. The full
15
+ release narrative lives in the repository-root
16
+ [CHANGELOG](https://github.com/openreceive/openreceive/blob/master/CHANGELOG.md);
17
+ entries here are scoped to this gem.
18
+
19
+ - No functional change; released in lockstep. The `nwc-ruby` adapter shipped
20
+ here (`OpenReceive::NwcRubyReceiveClient`) is now covered by a test that
21
+ drives the real gem rather than a fake, through `openreceive-rails`'
22
+ new runtime dependency on it.
23
+
3
24
  ## 0.2.1 - 2026-08-24
4
25
 
5
26
  The Ruby gems release in lockstep with the npm workspace version. The full
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenReceive
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.3"
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.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenReceive