openreceive-server 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 815016906827bfc710461c1d68490612651e561647e844490366a835efd4ec5b
4
- data.tar.gz: 35be8788e0f8bbcc83b2fdf6771e0bbce272267ef6c76151b739e23639ff56fe
3
+ metadata.gz: fab55d2a945025a4385ca22446b7294709abfbd114fe8c096fbd78f6a6c05412
4
+ data.tar.gz: 82e04197ecfa6c41b41e2254454319bc1010af1dbb3b037cd625a68fbda9e852
5
5
  SHA512:
6
- metadata.gz: 96c1bbbea13c33b366f6f09a30104fa3340b49500ee6ecfd97475155c0b280981a534ba20df800b362d193cdc6cd11c4bbe6c16a6c8bd20e9e8083b6f0a5d9af
7
- data.tar.gz: cfb1f18622c9e424e0f10754da453c7be4300137a204f8e6742cdd38f37587b37afa782a4b6bbc4bf6e55cc5e51727f2d6d9f459806fb4a5db5a8741efd00bdd
6
+ metadata.gz: 7cb275bc3fb480877c2896e6ccee09b08ced3646253e2b7e300213727596aee0cfb85b81e4b9839359c5aace091d95c46ba66211ea62176ce5eb4bb0c9266072
7
+ data.tar.gz: 9ef8d4268b7a0698e6fb773f1fe96ee1b0f93a264986975ff76ef50223407a15ae57a7aae7d64225b224dca4b46595a6e99f674f43ef67d6072eed1585c21422
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. `nwc-ruby` is still deliberately NOT a dependency of
11
+ this gem: a Rack host injects its own NWC client and this gem never reaches
12
+ for one. The Rails engine — the exception that rationale already named — now
13
+ declares it, and the comment here says so.
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OpenReceive
4
4
  module Server
5
- VERSION = "0.2.1"
5
+ VERSION = "0.2.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openreceive-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenReceive
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.2.1
18
+ version: 0.2.2
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 0.2.1
25
+ version: 0.2.2
26
26
  description: 'Server building blocks for OpenReceive: a storage-free Service that
27
27
  mirrors the Node engine and a framework-agnostic Rack app implementing the shipped
28
28
  HTTP routes while the host owns order and payment persistence. Receive-only: it