openreceive 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: bafb7f9b0d087706ad1cc1486fd0b5e0b5a61681e0c3101fad709c94a4ed91a5
4
- data.tar.gz: '08bf1dc6fe714a610e3a100591a9f1d715e7bc1f53458dad609621e1201df0cc'
3
+ metadata.gz: 7e626dda7db5d6dc13f2bed2c0e98918c9d2907499517d94b3bd9e44e8953ed1
4
+ data.tar.gz: 0e208160cec2b42a53b684ef57403bbd59302dcd45c02b2d95f563cc72631e29
5
5
  SHA512:
6
- metadata.gz: a6664d4ef6e73386760b5a7af6a485d9a131f0c10d8f0170a094d0c79da474cf3389006bcc079612830fe7a8239b4fa65d506840546f7090ecc054f8f212a312
7
- data.tar.gz: d14c9b0702f87e228fb0245e0835d6a980510a257a4f934ee6c1315bd35d14335f1db772b09fa2089a3393637b214f49191cf2c5d8ca49b366a4398aeaa2ffe5
6
+ metadata.gz: 0b6d0101afcc13da424e19b8b141f8aebe4d7cfa157541fe54813d104424434f05b3e247466c1cf8758034b4a6b0adcbf667bc48d9b23d7573dcfd4be9f6d3c6
7
+ data.tar.gz: 5e97f00f1da55568d84cc59031535b3ce3ef5283a07e5e153fd476cafa1390e2e12202a32d73d7e295fee650dcc85fb8cf8483fe03272ba2dac4ad554bb326f0
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 (payment icons compiled into
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenReceive
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  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
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
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.6.8
71
+ rubygems_version: 3.6.9
72
72
  specification_version: 4
73
73
  summary: OpenReceive Ruby core helpers
74
74
  test_files: []