supersendtx 0.8.3 → 0.8.4
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 +4 -4
- data/lib/supersendtx/http.rb +1 -1
- data/lib/supersendtx/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '07879e54ca139d16ce07694d7af2c80da979bea463db6e0a8eace5919f715d6a'
|
|
4
|
+
data.tar.gz: 82e3c084f1e962fda79c23c31ca451955090aeb0fcf11b052934f46e87d59035
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a192529b9c4afd85721e68b04a0159e7f7a82a19cfd70c2af5c8d6d962a8defcda20bf953bd3c343ba6e7c80280290628ba9203d2f05a2d303f9dcc5b8d2149
|
|
7
|
+
data.tar.gz: 6659f0d9b9f53db4fe4151b320e53bd7d354c6417640bf5f1b5e7876be9307ffd59ba20a0d73c8f817b1cec674b42ad5d622fb4cde69f5f18290ba949e6b2663
|
data/lib/supersendtx/http.rb
CHANGED
|
@@ -9,7 +9,7 @@ module SuperSendTX
|
|
|
9
9
|
DEFAULT_API_BASE_URL = "https://api.supersendtx.com"
|
|
10
10
|
|
|
11
11
|
def initialize(api_key, base_url: DEFAULT_API_BASE_URL, transport: nil)
|
|
12
|
-
raise ArgumentError, "SuperSend TX API key must start with stx_" unless api_key.start_with?("stx_")
|
|
12
|
+
raise ArgumentError, "SuperSend TX API key must start with stx_ or rnl_" unless api_key.start_with?("stx_", "rnl_")
|
|
13
13
|
|
|
14
14
|
@api_key = api_key
|
|
15
15
|
@base_url = base_url.chomp("/")
|
data/lib/supersendtx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: supersendtx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SuperSend TX
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|