fdb 5.2.7 → 6.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fdb.rb +1 -1
  3. data/lib/fdboptions.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2571b75d3a902a33881296885fe6d056cfa3d8a0
4
- data.tar.gz: 26ab8dc445784aa73ecd43dbc85190d5339313e1
3
+ metadata.gz: 31db3fd6404e54f4f57884a6a7b2d908749dc221
4
+ data.tar.gz: 87470589c9f1c274deb3eeb6bf652add580d197d
5
5
  SHA512:
6
- metadata.gz: 4940241f6dec31467cbc25f4530ca680efdc91e183799cd3d81f08be767afe5f82023d0b0c01017da8dfc824d55b40c202ae8b288aa8b36a034372f7edf62f0e
7
- data.tar.gz: 3f383caf39cda4356f8ecfdd932ee8ab0fef4f7c32513d4deafcc7c26fd4c399d57a019b4b12b5dda6e27c198c4d7e6b5f85470a860a9c4035f42b1e661f107c
6
+ metadata.gz: b6e406bde2f58a824ef7d12b043d1ea34146d49beb2f86837361dab6c9ab496d1741c257091c58b7cc9bec8539d0875821833965abf47ae6b90650a8e748fdc8
7
+ data.tar.gz: c04056ff331343f31a46c73c9f934414225efd0c96e358d49a196f88fad341a39866cf27a0be9dc76cd5a9300511fc57f7a41b6f48aa11db7969b402ec9ba19a
data/lib/fdb.rb CHANGED
@@ -36,7 +36,7 @@ module FDB
36
36
  end
37
37
  end
38
38
  def self.api_version(version)
39
- header_version = 520
39
+ header_version = 600
40
40
  if self.is_api_version_selected?()
41
41
  if @@chosen_version != version
42
42
  raise "FDB API already loaded at version #{@@chosen_version}."
data/lib/fdboptions.rb CHANGED
@@ -29,9 +29,9 @@ module FDB
29
29
  "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)"],
30
30
  "TRACE_ROLL_SIZE" => [31, "Sets the maximum size in bytes of a single trace output file. This value should be in the range ``[0, INT64_MAX]``. If the value is set to 0, there is no limit on individual file size. The default is a maximum size of 10,485,760 bytes.", 0, "max size of a single trace output file"],
31
31
  "TRACE_MAX_LOGS_SIZE" => [32, "Sets the maximum size of all the trace output files put together. This value should be in the range ``[0, INT64_MAX]``. If the value is set to 0, there is no limit on the total size of the files. The default is a maximum size of 104,857,600 bytes. If the default roll size is used, this means that a maximum of 10 trace files will be written at a time.", 0, "max total size of trace files"],
32
- "TRACE_LOG_GROUP" => [33, "Sets the 'logGroup' attribute with the specified value for all events in the trace output files. The default log group is 'default'.", '', "value of the logGroup attribute"],
32
+ "TRACE_LOG_GROUP" => [33, "Sets the 'LogGroup' attribute with the specified value for all events in the trace output files. The default log group is 'default'.", '', "value of the LogGroup attribute"],
33
33
  "KNOB" => [40, "Set internal tuning or debugging knobs", '', "knob_name=knob_value"],
34
- "TLS_PLUGIN" => [41, "Set the TLS plugin to load. This option, if used, must be set before any other TLS options", '', "file path or linker-resolved name"],
34
+ "TLS_PLUGIN" => [41, "Deprecated", '', "file path or linker-resolved name"],
35
35
  "TLS_CERT_BYTES" => [42, "Set the certificate chain", '', "certificates"],
36
36
  "TLS_CERT_PATH" => [43, "Set the file from which to load the certificate chain", '', "file path"],
37
37
  "TLS_KEY_BYTES" => [45, "Set the private key corresponding to your own certificate", '', "key"],
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: 5.2.7
4
+ version: 6.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - FoundationDB
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-30 00:00:00.000000000 Z
11
+ date: 2018-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi