cipherstash-pg 1.0.0.beta.11-aarch64-linux → 1.0.0.beta.13-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/lib/3.0/libpq.so.5 +0 -0
- data/lib/3.0/pg_ext.so +0 -0
- data/lib/3.1/libpq.so.5 +0 -0
- data/lib/3.1/pg_ext.so +0 -0
- data/lib/3.2/libpq.so.5 +0 -0
- data/lib/3.2/pg_ext.so +0 -0
- data/lib/cipherstash-pg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7182e238b21b4027774fcfaea361322ce978444f9a563c171d98dd530834a1c2
|
4
|
+
data.tar.gz: c4a9df13ef236b007eed838bafdb864340801aed59623836ff6f6461e1bd348c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab348ab3ac4d0a2d9356458503973ac14d1bdb0c53ae36a1fde394363736537d0fbf5b1797cd44b7ae22815af16f2cf72da23c8cb9b263ff2ac24bef91950a5b
|
7
|
+
data.tar.gz: c65a96c6efadf69721fc74a7cf4a6726b4fb7614b2d918233539ab1a7893881681522e5df57b2c554640833888d94fb1beddb217ecf6d024e3ba1bba160e0c9a
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cipherstash-pg (1.0.0.beta.
|
4
|
+
cipherstash-pg (1.0.0.beta.13)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -27,7 +27,7 @@ GEM
|
|
27
27
|
rspec-mocks (3.12.5)
|
28
28
|
diff-lcs (>= 1.2.0, < 2.0)
|
29
29
|
rspec-support (~> 3.12.0)
|
30
|
-
rspec-support (3.12.
|
30
|
+
rspec-support (3.12.1)
|
31
31
|
stringio (3.0.7)
|
32
32
|
|
33
33
|
PLATFORMS
|
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
|
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.
|
4
|
+
version: 1.0.0.beta.13
|
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-
|
11
|
+
date: 2023-07-11 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)
|