cipherstash-pg 1.0.0.beta.21-aarch64-linux → 1.0.0.beta.22-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: 4d1adae9fb034d900d2ac52ecc8ee4ecd01520269d7cb569ac2053ac4320512f
4
- data.tar.gz: 1808ecd2da54ed6c9e0543f5041f916c453d0d1150e273e1f9ec68a8ec31d8bd
3
+ metadata.gz: 61e7513093acf5dcb01edeb6e310c8496a2a303aef77b0088568f16ea4642f51
4
+ data.tar.gz: dc4c75631608417b262ba7e6b90d2a1714afad218804b8ff3f794da36bf9b7fe
5
5
  SHA512:
6
- metadata.gz: ee82e2ec2d0a10e4a7a7eb17e569681d424bb869035ed5b1a3bd3de2ac1ad7948ec8ead33a2ab181fb52c7b293ab3ef43eb4ef41e54da8da59b39ff8ca018a5a
7
- data.tar.gz: e9d24a393be06433d2ca2a861e25d0d95cf693665b88fbf01395bf8aa4c1445a13e5b3b9e1498d72b8ca4456acca02bdf661802e1ce8fd965a500589686a7176
6
+ metadata.gz: 2a276e92b291b76985617313d1b6416f791a31c7e061f11b5a9c5ba390932e9a0a348d18d789da46d2455c05d5617c8f7ec760b7ad890a34fb75875c06580620
7
+ data.tar.gz: 5bade2c2ad09410d1fa95bb67aae7843b225b864891ae42eb9b15fec4621b622194dbf97b1f51f45788759ca997e35407efff9d473254c7a48760e4aa81f57af
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.21)
4
+ cipherstash-pg (1.0.0.beta.22)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,7 +9,7 @@ GEM
9
9
  diff-lcs (1.5.0)
10
10
  psych (5.1.1.1)
11
11
  stringio
12
- rake (13.0.6)
12
+ rake (13.1.0)
13
13
  rake-compiler (1.2.5)
14
14
  rake
15
15
  rake-compiler-dock (1.3.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.21"
2
+ VERSION = "1.0.0.beta.22"
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.21
4
+ version: 1.0.0.beta.22
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-10-26 00:00:00.000000000 Z
11
+ date: 2023-10-31 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)