cipherstash-pg 1.0.0.beta.14-aarch64-linux → 1.0.0.beta.16-aarch64-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: f54c2cbc9218d43b1ad0aa6cb7b4940afab067643c258c161d660d63aa7b76ab
4
- data.tar.gz: 0cac645b6b7fb7e13a00fa416364acd5bd3b8469ee0820bf0a7f866bae2329b3
3
+ metadata.gz: 81e632d0ab23ce634831f5ebebe2271a8d6687481dd73ee298b8c163111e5783
4
+ data.tar.gz: a5feb30824635820fe2d0f763f8e183b425d2e9fc2a43367cbaeaa6d326b595e
5
5
  SHA512:
6
- metadata.gz: 78c2306b519a092f9e2b24814d61a21509734bcbccae3582cdbb39a8047ad638d5e5cfa32640de3f63cc3d6bf535edb7b61586573e32b9c4f683c89018680e1e
7
- data.tar.gz: e65717a3a4c852660e965a054619ba7a02541c2a7fdb294334c3ab548a01b0cdc010e5ae772dc4bf8e61ba2f9daaca3fc2f66b1c5ff62e137174c72bf1a7eff8
6
+ metadata.gz: 58a81c65cb8a4f2389701c9cadfb1e9474a7d4dd3d6d44c88dded514c49e73cacc0b62e32bb9acf495ab3baa016723712268dad74c16613fe4f408d535400997
7
+ data.tar.gz: b0feda529ca4d677e4b7be049b0684af828bc4c66e88dceb4402d9efb4636773ee03b830f4a16ee1b41b7256a310dadc2ed6b28f2af1d546bbdc5716b403732a
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.16)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -10,7 +10,7 @@ GEM
10
10
  psych (5.1.0)
11
11
  stringio
12
12
  rake (13.0.6)
13
- rake-compiler (1.2.3)
13
+ rake-compiler (1.2.5)
14
14
  rake
15
15
  rake-compiler-dock (1.3.0)
16
16
  rdoc (6.5.0)
@@ -24,11 +24,11 @@ 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)
31
- stringio (3.0.7)
31
+ stringio (3.0.8)
32
32
 
33
33
  PLATFORMS
34
34
  aarch64-linux
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.16"
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.16
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-25 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)