tigerbeetle 0.0.7 → 0.0.9
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/CHANGELOG.md +8 -0
- data/README.md +7 -0
- data/ext/tb_client/extconf.rb +1 -1
- data/ext/tb_client/pkg.tar.gz +0 -0
- data/lib/tigerbeetle/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: ad886d2cb87ee23c6beda63cb11116a63fd5ab1a5cdd78a0bf3c227039f729d5
|
4
|
+
data.tar.gz: b20c3f8744e2d3504cff0f72be0ae16f65396ad07feda4a78cbc94c7c1a93983
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 290b214e898ed7bb71f34a21af5c3120d9efd1fd18c0828b13bfc95c50558ec5b15e1701a43eb5e3102fa2c01a74b74335bb64458ffec6834a1a1240b64a1ad0
|
7
|
+
data.tar.gz: fc71de7944935a749bfd4e13f20a4f07f32662af7c6cc810bc521fa0bc49f4f6a92f39e2da93476dc79585d75e6c363bc7aa119d78f1851befd486b344630915
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -60,6 +60,13 @@ account_2.credits_posted # 999
|
|
60
60
|
*More information on the `ledger` and `code` attributes can be found
|
61
61
|
[here](https://docs.tigerbeetle.com/coding/data-modeling/).*
|
62
62
|
|
63
|
+
### Connecting to a cluster
|
64
|
+
|
65
|
+
When connecting to a TigerBeetle cluster (multiple replicas) you need to specify all the replica
|
66
|
+
addresses ordered and separated by a comma, e.g. `127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002`.
|
67
|
+
|
68
|
+
*NOTE: Currently TigerBeetle does not support domain names, only IPv4 addresses.*
|
69
|
+
|
63
70
|
## IDs
|
64
71
|
|
65
72
|
You can choose whatever IDs you want when creating accounts and transfers (as long as they are
|
data/ext/tb_client/extconf.rb
CHANGED
data/ext/tb_client/pkg.tar.gz
CHANGED
Binary file
|
data/lib/tigerbeetle/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tigerbeetle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anthony D
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|