openreceive 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fcf74bd2d30e343699aec8c8cde07877a32fe35e6dd0b9bd13024c8001b3e76f
|
|
4
|
+
data.tar.gz: ce4b49f8a5e973223bfbaebde4facb23b02f9f0cb57ee467fbd8a8a9dac2576c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 983f8761fe5e9aa080ff7847e7987fe962d6edb07e31aae868b966c957b1d2180c9926ba70b554785c734608f4638e38d644d940ba225562d00d7e8144056484
|
|
7
|
+
data.tar.gz: 6e2863ec1643a2013d30028c0485c4e69b79bc809968bb51b457942c648b89fc6913e47d20c6ea52c53799e12298fa0d3a38e1159d0ad8f23d786bc21e353728
|
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).
|
data/lib/openreceive/version.rb
CHANGED
|
@@ -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.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.
|
|
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
|