tigerbeetle 0.0.38-x86_64-linux → 0.0.40-x86_64-linux
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 +5 -0
- data/lib/tb_client/native/x86_64-linux-gnu.2.27/libtb_client.a +0 -0
- data/lib/tb_client/native/x86_64-linux-gnu.2.27/libtb_client.so +0 -0
- data/lib/tb_client/native/x86_64-linux-musl/libtb_client.a +0 -0
- data/lib/tb_client/native/x86_64-linux-musl/libtb_client.so +0 -0
- data/lib/tigerbeetle/version.rb +2 -2
- data/tigerbeetle.gemspec +10 -0
- metadata +10 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 075ac17c34624f265c5da8e1b83463655829918ba283b32a057fd2e642e062fd
|
|
4
|
+
data.tar.gz: 3188875ebf4f8eec8700164c1edc52deff560b033f17208454c508a3a409f20a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc7fdd9b41315909e4df066c0ecf60e71381a87cb9d75a13557725da72a338cd056cbb9b605b27059b38ebac04bf01bf0016e86576425b75f2d2d4d7795a3d0d
|
|
7
|
+
data.tar.gz: 500e50988489cd1f0a49ef08db9c645e0d95d71246044034abe5e03da5448559cf7fb0e897d3bb7c539e87a825ba14fe8fdff9c2af3f1c809975498302aed275
|
data/CHANGELOG.md
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/tigerbeetle/version.rb
CHANGED
data/tigerbeetle.gemspec
CHANGED
|
@@ -16,6 +16,16 @@ Gem::Specification.new do |spec|
|
|
|
16
16
|
|
|
17
17
|
spec.require_paths = ['lib']
|
|
18
18
|
|
|
19
|
+
spec.post_install_message = <<-EOS
|
|
20
|
+
BREAKING CHANGES WARNING!
|
|
21
|
+
|
|
22
|
+
Starting with the next major version this gem will get replaced with the TigerBeetle
|
|
23
|
+
team owned implementation. While it is very similar, it includes a number of breaking
|
|
24
|
+
changes. Please refer to this migration guide when updating:
|
|
25
|
+
|
|
26
|
+
https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/ruby/docs/migration.md
|
|
27
|
+
EOS
|
|
28
|
+
|
|
19
29
|
platform = ENV['TB_PLATFORM']
|
|
20
30
|
files = [
|
|
21
31
|
Dir['lib/**/*.rb'],
|
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.40
|
|
5
5
|
platform: x86_64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Anthony D
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|
|
@@ -111,7 +111,14 @@ homepage: https://github.com/antstorm/tigerbeetle-ruby
|
|
|
111
111
|
licenses:
|
|
112
112
|
- Apache-2.0
|
|
113
113
|
metadata: {}
|
|
114
|
-
post_install_message:
|
|
114
|
+
post_install_message: |2
|
|
115
|
+
BREAKING CHANGES WARNING!
|
|
116
|
+
|
|
117
|
+
Starting with the next major version this gem will get replaced with the TigerBeetle
|
|
118
|
+
team owned implementation. While it is very similar, it includes a number of breaking
|
|
119
|
+
changes. Please refer to this migration guide when updating:
|
|
120
|
+
|
|
121
|
+
https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/ruby/docs/migration.md
|
|
115
122
|
rdoc_options: []
|
|
116
123
|
require_paths:
|
|
117
124
|
- lib
|