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