openreceive-rails 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: 6a60c2905db0a170488dfdd4604508b52fd01eba793e13feba85539a3d030202
4
- data.tar.gz: 3ce6a24fdb72fa1400049b64ab81a543a855f6b1baffe2eb6b4877076ab0fd67
3
+ metadata.gz: d96bcbf6cbe2379c285d8fc0f61b59438d75c27af55465be700f0c18ea498dcb
4
+ data.tar.gz: 6e97b4d45559953ffca5380313692559579e322df6700f4d165970bced786023
5
5
  SHA512:
6
- metadata.gz: b03cf5e2a171038c1cfac4d547c9109b101e13a6cccb975640a8f9257e59c4852cfa383a53f47adb2b23467b88dda0909f7cd9ae79c9005a96a3e74108b9567a
7
- data.tar.gz: 29a60afe17b7b2e7333fc6b52aef238d1695df396dc3b90212f5cf03e4efcaf7f7a38b6e468bbc72f681c7503508bb4aaa9f4afcaebb9da49118a3e2f94b937f
6
+ metadata.gz: 79214e11c2cd614f5eaac640a65180468d06218775d74415db20f9a3064e097db16575816f8da8acafc2bdd1402fe69019485476db6a44cf7ab336b2a4faa4ff
7
+ data.tar.gz: 78e9da4d3da20415f49683c6866b4ef44892b8be1bba3ea637e27080fb0474d64b462871fbce8fb0c40eb8059519f5e2653ff617ef1d9b8e23a70094c76be721
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 generated initializer's
@@ -5,6 +5,6 @@ module OpenReceive
5
5
  # top-level `::Rails` framework constant — engine code always references the framework as
6
6
  # `::Rails` to avoid shadowing.
7
7
  module Rails
8
- VERSION = "0.4.0"
8
+ VERSION = "0.4.1"
9
9
  end
10
10
  end
@@ -1,6 +1,6 @@
1
1
  # OpenReceive agent directions (Node.js)
2
2
 
3
- These directions describe OpenReceive 0.4.0.
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.0.
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-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenReceive
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.4.0
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.0
25
+ version: 0.4.1
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: openreceive-server
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 0.4.0
32
+ version: 0.4.1
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 0.4.0
39
+ version: 0.4.1
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rails
42
42
  requirement: !ruby/object:Gem::Requirement
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  - !ruby/object:Gem::Version
154
154
  version: '0'
155
155
  requirements: []
156
- rubygems_version: 3.6.8
156
+ rubygems_version: 3.6.9
157
157
  specification_version: 4
158
158
  summary: OpenReceive mountable Rails engine with engine-owned payment attempts in
159
159
  the host database.