isomorfeus-ferret 0.16.1 → 0.16.2

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: 9dcaaa358ed2a6f076d6568391491d634958b643a5b3bb2e4dc66cde4ccc3687
4
- data.tar.gz: 4ad6e5b2d5e548d3ed63bbcd3e8c19006a674a678df84dba0f81fb9eedc7085c
3
+ metadata.gz: ca79dc44a2271fca9a4f0fae7586aab07f0d2267728591da5acd93edb08805cf
4
+ data.tar.gz: 19aa0e83eac3c572bc50c995dfadc7820f0b45f28cd7968566c394eebe3d7426
5
5
  SHA512:
6
- metadata.gz: 1729bf3aa6199c09223f320d5af74803b4979a14adeef99619a24bff4d2a7071a004c9b27402d1ddddff4c7637ad67d95dd6741400afa2cb769126d868663cd5
7
- data.tar.gz: 71cdff4e967dfc4d2c100358ffcd68dfcbc6122139ccde1f6320ec3a61405023868c832ba83ec7a9da3fe2aa731bd4fa26afebea2312e83c36f8566e12b962fe
6
+ metadata.gz: 45b3051498353bf3d957a461d1fab80ceefda0dbc2ae393fc686fd3f712f619b272d3d030b2737e372ba0e52a8cc5ce0dcf19627e6cb2bf738e9d54b6a7f8dd4
7
+ data.tar.gz: c9421bc05bc8f5a84f48db79b61fc6f3b41edfba3e69613a303f2057a418752f72b71775d452fea744dbb5c220ce95899c5802039ce0c23cd74b1adfb853afe3
@@ -472,7 +472,6 @@ static FrtOutStream *mdbxs_new_output(FrtStore *store, const char *filename) {
472
472
  mdbxs_commit_txn(store, txn, del_env_txn);
473
473
 
474
474
  FrtRAMFile *rf = rf_new(filename);
475
- FRT_REF(rf);
476
475
  FrtOutStream *os = frt_os_new();
477
476
  os->pointer = 0;
478
477
  os->file.rf = rf;
@@ -508,7 +507,6 @@ static FrtInStream *mdbxs_open_input(FrtStore *store, const char *filename) {
508
507
  }
509
508
 
510
509
  rf = rf_new(filename);
511
- FRT_REF(rf);
512
510
 
513
511
  if (val.iov_len > 0) {
514
512
  frt_uchar *buffer;
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  module Ferret
3
- VERSION = '0.16.1'
3
+ VERSION = '0.16.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-ferret
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 0.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-01 00:00:00.000000000 Z
11
+ date: 2022-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj