cipherstash-pg 1.0.0.beta.19-x86_64-linux → 1.0.0.beta.22-x86_64-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: a7b9368681c66107def1c3bf2ea4b57e09860516aaa4952e1c5c1d2fce608f7c
4
- data.tar.gz: 933053c106c8b93bb3baa543978b0cbd8af077cb0f52e907839d2ec6695c2eee
3
+ metadata.gz: dd6a07ddd73e6fa83ef104519698c6d21481dc2505dacd08e0c9ec01c31281bc
4
+ data.tar.gz: 548218506d80b79ef03a1c241a7a7ce0aab616272239c4725c4c70699d8f82aa
5
5
  SHA512:
6
- metadata.gz: 5cf00ad7cff9b325c63f98791b0e8b932f117b5929fec4ecb40ef3fa4b198a016577313ef7e83db6710d3d7b99d9c85a688eb879544cd487b56b4a79314d6ed2
7
- data.tar.gz: 34948486024a326dac033348beffd0954fc9b7104c00d2cc46432b6fff3f5ab158cf977884e5220253d968e0f9e8a565f749fc3ec0cae07c442dc846f78ea8b8
6
+ metadata.gz: a3aee04e721fb0f5327a864307fe76f1c0896e638f684a892ab8e3c4f460c670cef010ca8221279ec7d2c4f2a270b3f8effdb1296a0c9ee09d178a6901d114cd
7
+ data.tar.gz: 4dab73100c5b5c93e38dd360e3b8e763bffd652dccc2f4c47b94513f1311555b0de59e43573ef00f175b1aa7a47f57c8e4fbee2a0c4538c3b7d8c11deec6f9c1
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.19)
4
+ cipherstash-pg (1.0.0.beta.22)
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.1)
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
- rake-compiler-dock (1.3.0)
15
+ rake-compiler-dock (1.3.1)
16
16
  rdoc (6.5.0)
17
17
  psych (>= 4.0.0)
18
18
  rspec (3.12.0)
data/lib/2.7/libpq.so.5 CHANGED
Binary file
data/lib/2.7/pg_ext.so CHANGED
Binary file
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.19"
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.19
4
+ version: 1.0.0.beta.22
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - CipherStash Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-12 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)