cipherstash-pg 1.0.0.beta.17-x86_64-linux → 1.0.0.beta.19-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: 3699528ff7435de7963a7a115d299ad85772d7dda7803358dee2369594e14f92
4
- data.tar.gz: 960ed7f98f86ed21d5038d4053ca4806641f9d24583eabec153433229f8e284d
3
+ metadata.gz: a7b9368681c66107def1c3bf2ea4b57e09860516aaa4952e1c5c1d2fce608f7c
4
+ data.tar.gz: 933053c106c8b93bb3baa543978b0cbd8af077cb0f52e907839d2ec6695c2eee
5
5
  SHA512:
6
- metadata.gz: d04a5ce566691a559d213b1fc8fdc62e7f6d2bc3ec890bcdd3415b6a2c3c7fc2dcc92f6661603cf547e8ffea3b483dd6d7cf7c4fecc3f225c801907a71583d7e
7
- data.tar.gz: df3b1aa8d8556a10f770bffd48bbdc13b696a5751d6e566ff26e254b9124655fcd6cd365728dfcc2db2cdfe0dbcab7a2ac1ab713802647ce46f5b16f778029bf
6
+ metadata.gz: 5cf00ad7cff9b325c63f98791b0e8b932f117b5929fec4ecb40ef3fa4b198a016577313ef7e83db6710d3d7b99d9c85a688eb879544cd487b56b4a79314d6ed2
7
+ data.tar.gz: 34948486024a326dac033348beffd0954fc9b7104c00d2cc46432b6fff3f5ab158cf977884e5220253d968e0f9e8a565f749fc3ec0cae07c442dc846f78ea8b8
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.17)
4
+ cipherstash-pg (1.0.0.beta.19)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  diff-lcs (1.5.0)
10
- psych (5.1.0)
10
+ psych (5.1.1)
11
11
  stringio
12
12
  rake (13.0.6)
13
13
  rake-compiler (1.2.5)
@@ -42,4 +42,4 @@ DEPENDENCIES
42
42
  rspec (~> 3.5)
43
43
 
44
44
  BUNDLED WITH
45
- 2.4.6
45
+ 2.4.13
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.17"
2
+ VERSION = "1.0.0.beta.19"
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.17
4
+ version: 1.0.0.beta.19
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-09-07 00:00:00.000000000 Z
11
+ date: 2023-10-12 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)