fdb 6.3.22 → 6.3.23

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c73a96c929aa30cb3ed7a71c79a7c0db2a19db89
4
- data.tar.gz: 810653df13089e8a154cfeac0f1af06e17607f99
2
+ SHA256:
3
+ metadata.gz: 60cd5d81d4e80dda85bd203f0733c2a955a2183ab4dd467f6ebe64157128e3dd
4
+ data.tar.gz: 71925396890373e76708001abede59d1e14371bef5180ce31eeaff8b794bd337
5
5
  SHA512:
6
- metadata.gz: 40b8e63b4f0ca0b62154fbd47134afae1d5851ded510f181f4edfb38c1e50ea2139a119cd97ae8f0862838db0a3959e222150f92b2dc0b6a851f89c1633e2adf
7
- data.tar.gz: d3302608acd34e82235634359585619eefcd329ade1214529cc5546c42820789b4f114c7ca117393cdf3822c0c005bd8547eb40b2e3e28a788e0bc90a521bdf1
6
+ metadata.gz: b89f3cd8d12f3518a8e1f256d613c6ecff765f04953f84fe9bc800835da64353d905d0e7b376189177b6b54b081eafd96a3384628108335f42d3fd7c011513f6
7
+ data.tar.gz: 992ffd0294432f66a78a2528f0aa0e202c0ea28cd5efe375f3997784e48af24ded28f1f93cf73a2e98a27190e04b0d90cd60ef70c9fee1a778e42b9748e6c9d8
@@ -33,7 +33,7 @@ module FDB
33
33
  "TRACE_FORMAT" => [34, "Select the format of the log files. xml (the default) and json are supported.", '', "Format of trace files"],
34
34
  "TRACE_CLOCK_SOURCE" => [35, "Select clock source for trace files. now (the default) or realtime are supported.", '', "Trace clock source"],
35
35
  "TRACE_FILE_IDENTIFIER" => [36, "Once provided, this string will be used to replace the port/PID in the log file names.", '', "The identifier that will be part of all trace file names"],
36
- "TRACE_PARTIAL_FILE_SUFFIX" => [39, "", '', nil],
36
+ "TRACE_PARTIAL_FILE_SUFFIX" => [39, "", '', "Append this suffix to partially written log files. When a log file is complete, it is renamed to remove the suffix. No separator is added between the file and the suffix. If you want to add a file extension, you should include the separator - e.g. '.tmp' instead of 'tmp' to add the 'tmp' extension."],
37
37
  "KNOB" => [40, "Set internal tuning or debugging knobs", '', "knob_name=knob_value"],
38
38
  "TLS_PLUGIN" => [41, "Deprecated", '', "file path or linker-resolved name"],
39
39
  "TLS_CERT_BYTES" => [42, "Set the certificate chain", '', "certificates"],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.22
4
+ version: 6.3.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - FoundationDB
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-02 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -64,8 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - These bindings require the FoundationDB client. The client can be obtained from
66
66
  https://www.foundationdb.org/download/.
67
- rubyforge_project:
68
- rubygems_version: 2.6.14.4
67
+ rubygems_version: 3.1.6
69
68
  signing_key:
70
69
  specification_version: 4
71
70
  summary: Ruby bindings for the FoundationDB database