cipherstash-pg 1.0.0.beta.16-x86_64-linux → 1.0.0.beta.18-x86_64-linux

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
2
  SHA256:
3
- metadata.gz: 22a617714783aaec8de26e5c6c15a866ca29b123485d799fec1743cc26cb20a8
4
- data.tar.gz: 2bbe59ec25b08e7fc44135b2ead3dab76482867c3ffa00ba400604afeb15f637
3
+ metadata.gz: 65c6ad5ab909799be2738627cc8e33c5a2ad1e028462e986ca7c33df55fdb2d9
4
+ data.tar.gz: 91953b00bd9099b7de90f9f657d5c4f705f792866ef30391e713f0d9a9df4a6e
5
5
  SHA512:
6
- metadata.gz: fd4e20021e2e330f92bbb083d9fb34d1383168319556ab1eb10bbd5c1931609b5725b8e5d6c412045e833a81308482ffb17e904ca8361a47ae97c5e567ee2e6b
7
- data.tar.gz: 194cf5de039784ab339a60a1b861124a09b4ad269c4e46c892acf348292b3872fa4655584b64187657722961c4499a6f45da094de2c322fc945479d6501d314e
6
+ metadata.gz: 9dbcda9b6fda513435aa461ec8ed5ef9e361559b6a21dccb8d25edde811240148df9ae07f3278f60b116ab482438e3c05e1e85a8f06b6a8921f23d5a41c506a2
7
+ data.tar.gz: 2fc5421da4390c9be6de8e7a7398749ec253f5e859fa524c339853ed8bbfcafeecc527a29bea7d36e8ea229d83d127061340117a8f05456832116e7cd1d8f6ac
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.16)
4
+ cipherstash-pg (1.0.0.beta.18)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/2.7/libpq.so.5 CHANGED
Binary file
data/lib/2.7/pg_ext.so CHANGED
Binary file
data/lib/3.0/libpq.so.5 CHANGED
Binary file
data/lib/3.0/pg_ext.so CHANGED
Binary file
data/lib/3.1/libpq.so.5 CHANGED
Binary file
data/lib/3.1/pg_ext.so CHANGED
Binary file
data/lib/3.2/libpq.so.5 CHANGED
Binary file
data/lib/3.2/pg_ext.so CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module CipherStashPG
2
- VERSION = "1.0.0.beta.16"
2
+ VERSION = "1.0.0.beta.18"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cipherstash-pg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.16
4
+ version: 1.0.0.beta.18
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - CipherStash Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-25 00:00:00.000000000 Z
11
+ date: 2023-10-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: CipherStashPG is the Ruby interface to CipherStash-enhanced PostgresQL,
14
14
  based on PG. Known to work on Postgres 14+ (might work on older version)