cipherstash-pg 1.0.0.beta.11-x86_64-linux → 1.0.0.beta.13-x86_64-linux

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: 8e30d29195f3d9d1967f2d3e4440059692de2004d1337265a90825e767fa3678
4
- data.tar.gz: 4bd0a4345317363d3c317459efbbfc351737802f920b1d784ea06c53be65e417
3
+ metadata.gz: 469ee9555dfdf0f7d3f116b0dc8271630c2ce411ca8cf719353ce9ea23cdd609
4
+ data.tar.gz: c7523788e70611f5c690ca75b9ac13b37b639d32b8cde0462da0c7c169a374c9
5
5
  SHA512:
6
- metadata.gz: 7ecbfae784961b0bd71452d65b62788ba4fdf72d82a2aa0cf960510d5048570f434b82bcbd5474752816b0ae1ea4c895819e81b5a8046c4d80058a196ca0c7bf
7
- data.tar.gz: 1fb05af06072c7adf60191a657aac1696c63ec01ff9fc49b29b83c5fd40ed6ed9bafbfd9992c5b64bac5bf728d85f6512c35b8ab37f6b8d44721f91c208d4aaa
6
+ metadata.gz: 419c12fa04a64495a065bf1d8b9ccddfe8d933a94cffffc1c4768ca7472f1d1f7c4759185f7f8dcbe7c73df283f9c8a892bb31b749a9f43b936d6b9504843b23
7
+ data.tar.gz: 6b59db79a55a41d715850eb42cb28da8e7b7a8e930e5aaca7a6156052c48e95185c89a8a846a676f2d47a13b58db079a31b57f8d5b031738b8587dc82842b7be
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.11)
4
+ cipherstash-pg (1.0.0.beta.13)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -27,7 +27,7 @@ GEM
27
27
  rspec-mocks (3.12.5)
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.12.0)
30
- rspec-support (3.12.0)
30
+ rspec-support (3.12.1)
31
31
  stringio (3.0.7)
32
32
 
33
33
  PLATFORMS
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.11"
2
+ VERSION = "1.0.0.beta.13"
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.11
4
+ version: 1.0.0.beta.13
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-06-05 00:00:00.000000000 Z
11
+ date: 2023-07-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)