cipherstash-pg 1.0.0.beta.18-aarch64-linux → 1.0.0.beta.19-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: 87dbc1703b8eaef3ae2798363b1287477c4fa3add15f0398b9b502a1414e4c4c
4
- data.tar.gz: 0c21ce8a10c89b75687b9794f11a03c2143e8d7153574ca81d38c543f5f102ab
3
+ metadata.gz: 4b2f0e3c12fa095e7025f3d0c6a4611b2fbce4bbbfba67a35214f177c4b16f5f
4
+ data.tar.gz: 6ffe16bbc941b171b140b63fe38b442a1b0b26ca7ad3cc386a399b38239c7f36
5
5
  SHA512:
6
- metadata.gz: 9c0aa576782d78956590ce7b1ad54cba6c672937ab1e4183176d798a6cc6249628b64794aba89d78a50ea6bc51dd1422303c7bf082145c0c81bf498afd5ec810
7
- data.tar.gz: ecfe1432ac82f6adc7df7325d54560d4c33311ec7550363b26a812c0e00671147156aed14e215471244912e877c352ed1589e0b76b5809e6a56d18d85158e407
6
+ metadata.gz: 0106b9005edaed5f831cec2d92ddca98ce8b213f56ffeb9f9c6da29b00a479e08519d2b0907994cb4070816fb9de15d4262511c66e25edf2289a5e20ac28a06d
7
+ data.tar.gz: 2e100eda22166176f0e42d4649a52ca985f56c95660441baac3ee864a1d03dca5b8ec82e7a33902795c2a33666ac02f769fae65613dd836c1fa0e239bab257b2
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.18)
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/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.18"
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.18
4
+ version: 1.0.0.beta.19
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-05 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)