absolutepay 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +9 -0
  3. data/lib/absolutepay.rb +9 -0
  4. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9cd6623dfac15efd7630f9188f6c50241a567e04339884cf058644cded4c9934
4
+ data.tar.gz: 32b8095d22e5e6a2fbc751fac36dfd4e4553ca076f10f260feef8e936a238291
5
+ SHA512:
6
+ metadata.gz: 2093662dc35e6a83958cb1994a8aa620adb95ef5cd1b8336f56198e1ebfe03c6a7ddf4f65f80878915093f5a8e463c48973fd1ffa492197260880385ca396581
7
+ data.tar.gz: d2232bc13957cfa7f2c5a9bfe97077d18efa619ba37a387f29144c81cfb8e0ab9a7e9192ca53d689f4ed6f284f7ea384d415ff454b51258c99e59d75098cc0ad
data/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # absolutepay (RubyGems)
2
+
3
+ Official Ruby SDK for [AbsolutePay](https://absolutepay.io). Early placeholder that reserves the
4
+ gem name; full client on the way.
5
+
6
+ - **Docs:** https://docs.absolutepay.io
7
+ - **API base:** `https://api.absolutepay.io`
8
+
9
+ © AbsolutePay. Proprietary.
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Official AbsolutePay SDK (early placeholder).
4
+ # Docs: https://docs.absolutepay.io · API: https://api.absolutepay.io
5
+ module AbsolutePay
6
+ API_BASE_URL = "https://api.absolutepay.io"
7
+ DOCS_URL = "https://docs.absolutepay.io"
8
+ VERSION = "0.0.1"
9
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: absolutepay
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - AbsolutePay
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-06-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Accept crypto payments, send payouts, and reconcile with AbsolutePay.
14
+ Early placeholder; full client on the way.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/absolutepay.rb
22
+ homepage: https://absolutepay.io
23
+ licenses:
24
+ - Nonstandard
25
+ metadata:
26
+ homepage_uri: https://absolutepay.io
27
+ documentation_uri: https://docs.absolutepay.io
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '3.0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.3.5
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Official AbsolutePay SDK
47
+ test_files: []