openreceive-server 0.4.0 → 0.4.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 271a7ee03d74631055a362fb03ca81d8697c8f28df939e79b67d8f3e7eff1cd9
|
|
4
|
+
data.tar.gz: c112f15e3e76692d04de231d29c0815b7f91ea2e28842ad080ebb2190c53939d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 873c0b39fdaee40c3d26edec78afb28ee1cfc1d23d9c4e914a82d130306fe49930fe8540c48c52c1e12a5bdc778b1c82ff8343dc8bd21c5060334ff83542316d
|
|
7
|
+
data.tar.gz: 1031294d10e1993f545329e0b90e521d444980770a8c57b18d93e10ace6ade47ab59a47b361fb4ffe974e9509798186f268a1e680bbb9c6cd2905cfac6167cc5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.1 - 2026-09-02
|
|
4
|
+
|
|
5
|
+
Version lockstep with the 0.4.1 npm release. First version published from CI
|
|
6
|
+
through RubyGems Trusted Publishing (`.github/workflows/publish-gems.yml`)
|
|
7
|
+
instead of a maintainer's API key and OTP. No functional change in this gem.
|
|
8
|
+
|
|
3
9
|
## 0.4.0 - 2026-09-02
|
|
4
10
|
|
|
5
11
|
Version lockstep with the 0.4.0 npm release. The README's `authorize` example
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# OpenReceive agent directions (Node.js)
|
|
2
2
|
|
|
3
|
-
These directions describe OpenReceive 0.4.
|
|
3
|
+
These directions describe OpenReceive 0.4.1.
|
|
4
4
|
|
|
5
5
|
Add OpenReceive to a Node application — the app you are already working in. You
|
|
6
6
|
do not need a copy of the OpenReceive source: the packages are on npm, and the
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# OpenReceive agent directions (Rails)
|
|
2
2
|
|
|
3
|
-
These directions describe OpenReceive 0.4.
|
|
3
|
+
These directions describe OpenReceive 0.4.1.
|
|
4
4
|
|
|
5
5
|
Add OpenReceive to a Rails application — the app you are already working in. You
|
|
6
6
|
do not need a copy of the OpenReceive source: the gem is on RubyGems, the
|
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.4.
|
|
4
|
+
version: 0.4.1
|
|
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.4.
|
|
18
|
+
version: 0.4.1
|
|
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.4.
|
|
25
|
+
version: 0.4.1
|
|
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
|
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
83
|
requirements: []
|
|
84
|
-
rubygems_version: 3.6.
|
|
84
|
+
rubygems_version: 3.6.9
|
|
85
85
|
specification_version: 4
|
|
86
86
|
summary: Storage-free OpenReceive receive-only service and HTTP routes for Ruby.
|
|
87
87
|
test_files: []
|