cipherstash-pg 1.0.0.beta.16-aarch64-linux → 1.0.0.beta.18-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: 81e632d0ab23ce634831f5ebebe2271a8d6687481dd73ee298b8c163111e5783
4
- data.tar.gz: a5feb30824635820fe2d0f763f8e183b425d2e9fc2a43367cbaeaa6d326b595e
3
+ metadata.gz: 87dbc1703b8eaef3ae2798363b1287477c4fa3add15f0398b9b502a1414e4c4c
4
+ data.tar.gz: 0c21ce8a10c89b75687b9794f11a03c2143e8d7153574ca81d38c543f5f102ab
5
5
  SHA512:
6
- metadata.gz: 58a81c65cb8a4f2389701c9cadfb1e9474a7d4dd3d6d44c88dded514c49e73cacc0b62e32bb9acf495ab3baa016723712268dad74c16613fe4f408d535400997
7
- data.tar.gz: b0feda529ca4d677e4b7be049b0684af828bc4c66e88dceb4402d9efb4636773ee03b830f4a16ee1b41b7256a310dadc2ed6b28f2af1d546bbdc5716b403732a
6
+ metadata.gz: 9c0aa576782d78956590ce7b1ad54cba6c672937ab1e4183176d798a6cc6249628b64794aba89d78a50ea6bc51dd1422303c7bf082145c0c81bf498afd5ec810
7
+ data.tar.gz: ecfe1432ac82f6adc7df7325d54560d4c33311ec7550363b26a812c0e00671147156aed14e215471244912e877c352ed1589e0b76b5809e6a56d18d85158e407
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.16)
4
+ cipherstash-pg (1.0.0.beta.18)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.16"
2
+ VERSION = "1.0.0.beta.18"
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.16
4
+ version: 1.0.0.beta.18
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-08-25 00:00:00.000000000 Z
11
+ date: 2023-10-05 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)