cipherstash-pg 1.0.0.beta.14-aarch64-linux → 1.0.0.beta.15-aarch64-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: f54c2cbc9218d43b1ad0aa6cb7b4940afab067643c258c161d660d63aa7b76ab
4
- data.tar.gz: 0cac645b6b7fb7e13a00fa416364acd5bd3b8469ee0820bf0a7f866bae2329b3
3
+ metadata.gz: 337b29975a673c76ae90dc512bd7b7e3b7edc7ec3496b3d47868cfda3eb0c458
4
+ data.tar.gz: 673ea210d0fcbde1e191ce79cbe7321de639c5a027687cc2cc2e544419c5e19c
5
5
  SHA512:
6
- metadata.gz: 78c2306b519a092f9e2b24814d61a21509734bcbccae3582cdbb39a8047ad638d5e5cfa32640de3f63cc3d6bf535edb7b61586573e32b9c4f683c89018680e1e
7
- data.tar.gz: e65717a3a4c852660e965a054619ba7a02541c2a7fdb294334c3ab548a01b0cdc010e5ae772dc4bf8e61ba2f9daaca3fc2f66b1c5ff62e137174c72bf1a7eff8
6
+ metadata.gz: 9a357bced5608f44b5e313344f28de83873e10617542d3ba623d136420cbb1a7f50c6e0c9b8b15c09623ed4f7998845c1f1ae37e070ae1028b112a60ad2ad75a
7
+ data.tar.gz: 4a6f15f999691b61468bc6469742628f9a1192dc0cf7bd32e1ebf97101e0fdc03d2dada34db4a1bfb16ea00e72869dda16b3c9ae4b5ac383503b5977a06bad24
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.14)
4
+ cipherstash-pg (1.0.0.beta.15)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -24,7 +24,7 @@ GEM
24
24
  rspec-expectations (3.12.3)
25
25
  diff-lcs (>= 1.2.0, < 2.0)
26
26
  rspec-support (~> 3.12.0)
27
- rspec-mocks (3.12.5)
27
+ rspec-mocks (3.12.6)
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.12.0)
30
30
  rspec-support (3.12.1)
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.14"
2
+ VERSION = "1.0.0.beta.15"
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.14
4
+ version: 1.0.0.beta.15
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - CipherStash Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-01 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)