openreceive-server 0.4.2 → 0.4.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: 8531811b5ffc69913bcf13970f0c18f6de494360f0ee746251fccd7c0d73ea92
4
- data.tar.gz: 38e4a6c85d95235b12a907bf6852b286f498c8aaceb6b91ca0ec8bc4aa7862c4
3
+ metadata.gz: '09b809e6c436d85417fb48addf475dc6959a61f4ca13d550c57a307c4b649fbd'
4
+ data.tar.gz: 692253104dbe08d5b29b02484878536dbf69d3fe6ecc33b7dc6e5e532ffba09a
5
5
  SHA512:
6
- metadata.gz: 5b4484815ec4ff40aaf49e6a374a2d9a512843b29c15447bd7476a7828cee9cc8ce8d0a6b8c59823daae9e0f920b231c3f0cab1ee6a88aca7b3ac6c38608ba4e
7
- data.tar.gz: f7c1edd3b2ec73d908e3b3698fe0389f9afc1479e1010be41983c53b36b405360ae64ee247082b20a2e3538e6236e5def2ba708b7a93eb4838900557b8a5525b
6
+ metadata.gz: 21e87b82fe6fbaa907b2a62e0fee844189f8f4854758238def202437ec3e32f130cb9d2e6a4e68c20450365b7a79129ed3dfe4d388e47b4554384076c040d689
7
+ data.tar.gz: 2ba9e101cc8334916f5b8e87c361c2326ec58dc0cf4f2750705cd7f537f964af33e243a07bdf402f17d17c9c4006b2a6c3897c50c243a59554078e7ffac9b259
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.3 - 2026-09-03
4
+
5
+ Version lockstep with the 0.4.3 npm release (container-query checkout
6
+ layout, themed pre-create screens, padded root, money caption). No Ruby
7
+ changes in this gem.
8
+
3
9
  ## 0.4.2 - 2026-09-03
4
10
 
5
11
  Version lockstep with the 0.4.2 npm release (the scoped frontend stylesheet).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OpenReceive
4
4
  module Server
5
- VERSION = "0.4.2"
5
+ VERSION = "0.4.3"
6
6
  end
7
7
  end
@@ -1,6 +1,6 @@
1
1
  # OpenReceive agent directions (Node.js)
2
2
 
3
- These directions describe OpenReceive 0.4.2.
3
+ These directions describe OpenReceive 0.4.3.
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.2.
3
+ These directions describe OpenReceive 0.4.3.
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.2
4
+ version: 0.4.3
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.2
18
+ version: 0.4.3
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.2
25
+ version: 0.4.3
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