cipherstash-pg 1.0.0.beta.4-x86_64-linux → 1.0.0.beta.5-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: 96821166c868c0a05cb2ad10c6e19b4c7f8fd1eb02ab462a03bd831344f8958c
4
- data.tar.gz: a5d284c78c763ecfb6e28903a81e30564ea44e0157a4433ff9b7af0fb116fd1a
3
+ metadata.gz: dc1d11ddba13eaac3643b072915c7fff2394a6f3ae6bd6557a02097a43a28a85
4
+ data.tar.gz: c3e033327e93666b8f0a9d0c001c55b270d6b5a01058325e7c6aefc7d9acaf6f
5
5
  SHA512:
6
- metadata.gz: 51025f64e443bdc51b62167cd67743a4de7409ee5066c38e490537d198b6fd306f1371d4548f7c9dad453142d22dd2a07c46de055ecb9a13f9b8bbc5046eb6e8
7
- data.tar.gz: 6bc4c6958813dd20645c469932c161555bd1dee643faf365b9f051dd5ae98f45ad4ade58b0eb54ea5807bf4abdd6f71e7172717ff42dbd1d8274d11f24e88830
6
+ metadata.gz: d3f9d9983d84160ec6bc1754c6d40a2eff13e91d8a177e88864af57499f9398a56dbafd07792a0744bf1a454dce06272f7f09910bdcf081340e32cf1f7cfaffd
7
+ data.tar.gz: e4afc4afbdbbdd5d8b29b5e015e0c1ede388dcbc88e5e2530d83f4d31b40c90387870c8dd27af6047105d13ac9f60a74b148e1fd3ef9a4081e07f77a14e487e2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.4)
4
+ cipherstash-pg (1.0.0.beta.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/2.7/pg_ext.so CHANGED
Binary file
data/lib/3.0/pg_ext.so CHANGED
Binary file
data/lib/3.1/pg_ext.so 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.4"
2
+ VERSION = "1.0.0.beta.5"
3
3
  end
data/lib/libpq.so.5 CHANGED
Binary file
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.4
4
+ version: 1.0.0.beta.5
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-05-01 00:00:00.000000000 Z
11
+ date: 2023-05-11 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)