fdb 7.1.25 → 7.1.27

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e57c3a04010731e0a739b34308da6d3ee96f39c7b4597cf172c91d2aa5093028
4
- data.tar.gz: 23966d5a0e3e18ee7549507229c116381f04528830a102ce38e07c318c9acdcd
3
+ metadata.gz: e272f32318d94b9e6f69a88150875c6dc9b60c1715601300b49ae98821fa427f
4
+ data.tar.gz: 6d3c5c750a058e44786faf7e50701984c710eb8fce55cef8170b64a3c294c35a
5
5
  SHA512:
6
- metadata.gz: 97ae0a2431685853c0c6878c5da50adfc3eb4262838d2b9c311a5ecd946230270c85436e5e4d579e16f1ec7658715da075149efb65363b8daface3735adf0921
7
- data.tar.gz: 8ae0db8fe9dcad3c53c56a3ce8ef561f24f78016f55d49926c0edd897c8004cf6fada8596d2fef0b1c1ddf4150eb20d3d808f1e6644506724cb81b7011780e61
6
+ metadata.gz: cc6c9f0a4fa24167f0024260bb3763cc45b3b94de78b583632e93df8adf94f4e700d6c4fb98fd554a8ab0b5c49516c2e547becaff7d9331a56014d0834dadaec
7
+ data.tar.gz: ed6ed71f5f496d3475c92b2f79dbec0062f47cbe2845422499eb0d43a8b553681ebe6aa7364176d56f5cb52454bd43f3c7a419ca4604a54ac5eba45ab4326cc1
@@ -24,6 +24,7 @@
24
24
 
25
25
  module FDB
26
26
  @@NetworkOption = {
27
+ "RETAIN_CLIENT_LIBRARY_COPIES" => [67, "Retain temporary external client library copies that are created for enabling multi-threading.", nil, nil],
27
28
  "LOCAL_ADDRESS" => [10, "Deprecated", '', "IP:PORT"],
28
29
  "CLUSTER_FILE" => [20, "Deprecated", '', "path to cluster file"],
29
30
  "TRACE_ENABLE" => [30, "Enables trace output to a file in a directory of the clients choosing", '', "path to output directory (or NULL for current working directory)"],
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: 7.1.25
4
+ version: 7.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - FoundationDB
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-08 00:00:00.000000000 Z
11
+ date: 2023-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi