tigerbeetle 0.0.39 → 0.0.40
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/tigerbeetle/version.rb +1 -1
- 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: aa096cc140607711d883f8bb7faac2f2ea7a31542b16212944aac0f2088cacf2
|
|
4
|
+
data.tar.gz: 34c5860b56af1cdc33a767041cf32098889399bb9c4abc6f7787fa56f0e15a49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c578ccd274177c6124d9b12cf64098c3a681192db27faf25a0c468d4646e6e9e7edf749076b74c16ac2736c7f8e5341abf9453c36e3497d53524cfe87e8a60df
|
|
7
|
+
data.tar.gz: f43981d6892935335be642f92572d506c34cbb3bc14cc6b1f24f863ed19b28c00202b15d3fdc1bfdbce600950eecaee7e4fde78e5db26c1e6d571911afade4cd
|
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: ruby
|
|
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
|
|
@@ -350,7 +350,14 @@ homepage: https://github.com/antstorm/tigerbeetle-ruby
|
|
|
350
350
|
licenses:
|
|
351
351
|
- Apache-2.0
|
|
352
352
|
metadata: {}
|
|
353
|
-
post_install_message:
|
|
353
|
+
post_install_message: |2
|
|
354
|
+
BREAKING CHANGES WARNING!
|
|
355
|
+
|
|
356
|
+
Starting with the next major version this gem will get replaced with the TigerBeetle
|
|
357
|
+
team owned implementation. While it is very similar, it includes a number of breaking
|
|
358
|
+
changes. Please refer to this migration guide when updating:
|
|
359
|
+
|
|
360
|
+
https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/ruby/docs/migration.md
|
|
354
361
|
rdoc_options: []
|
|
355
362
|
require_paths:
|
|
356
363
|
- lib
|