cipherstash-pg 1.0.0.beta.7-x86_64-linux → 1.0.0.beta.9-x86_64-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 +4 -4
- data/lib/{libpq.so.5 → 2.7/libpq.so.5} +0 -0
- data/lib/2.7/pg_ext.so +0 -0
- 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 +9 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 530a87908c0a8c2cb7b8aca6c1c797aea41fd1d0f468b33adb9e1890cc5ab02d
|
4
|
+
data.tar.gz: 1b5bb0a30390013aa5bd50b0e12f07891f62782ae4d67dda5dcdd0a0360041e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a49d3db4089dcec6e87d18617a61f0e9c03f54b14f0b1707b952cb4908216c3f82f3d7a0c7493724ac42ee62980295be10245cc5adbe0fe167e36f831510e6d
|
7
|
+
data.tar.gz: f8e824a18ced8fc8cf2a1cb0b8f03c42aa272e3e69958fc0a15b7fa471e2aac915cb48cf2bb37ea350c389b32ffc01d5d9fac0bfd641d51db5a92a8f49ac7c73
|
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.9)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -10,7 +10,7 @@ GEM
|
|
10
10
|
psych (5.1.0)
|
11
11
|
stringio
|
12
12
|
rake (13.0.6)
|
13
|
-
rake-compiler (1.2.
|
13
|
+
rake-compiler (1.2.2)
|
14
14
|
rake
|
15
15
|
rake-compiler-dock (1.3.0)
|
16
16
|
rdoc (6.5.0)
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
stringio (3.0.6)
|
32
32
|
|
33
33
|
PLATFORMS
|
34
|
-
|
34
|
+
x86_64-linux
|
35
35
|
|
36
36
|
DEPENDENCIES
|
37
37
|
bundler (>= 1.16, < 3.0)
|
@@ -42,4 +42,4 @@ DEPENDENCIES
|
|
42
42
|
rspec (~> 3.5)
|
43
43
|
|
44
44
|
BUNDLED WITH
|
45
|
-
2.
|
45
|
+
2.4.6
|
Binary file
|
data/lib/2.7/pg_ext.so
CHANGED
Binary file
|
data/lib/3.0/libpq.so.5
ADDED
Binary file
|
data/lib/3.0/pg_ext.so
ADDED
Binary file
|
data/lib/3.1/libpq.so.5
ADDED
Binary file
|
data/lib/3.1/pg_ext.so
ADDED
Binary file
|
data/lib/3.2/libpq.so.5
ADDED
Binary file
|
data/lib/3.2/pg_ext.so
ADDED
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.9
|
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-05-
|
11
|
+
date: 2023-05-26 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)
|
@@ -48,7 +48,14 @@ files:
|
|
48
48
|
- "./certs/larskanis-2022.pem"
|
49
49
|
- "./certs/larskanis-2023.pem"
|
50
50
|
- "./cipherstash-pg.gemspec"
|
51
|
+
- "./lib/2.7/libpq.so.5"
|
51
52
|
- "./lib/2.7/pg_ext.so"
|
53
|
+
- "./lib/3.0/libpq.so.5"
|
54
|
+
- "./lib/3.0/pg_ext.so"
|
55
|
+
- "./lib/3.1/libpq.so.5"
|
56
|
+
- "./lib/3.1/pg_ext.so"
|
57
|
+
- "./lib/3.2/libpq.so.5"
|
58
|
+
- "./lib/3.2/pg_ext.so"
|
52
59
|
- "./lib/cipherstash-pg.rb"
|
53
60
|
- "./lib/cipherstash-pg/basic_type_map_based_on_result.rb"
|
54
61
|
- "./lib/cipherstash-pg/basic_type_map_for_queries.rb"
|
@@ -65,7 +72,6 @@ files:
|
|
65
72
|
- "./lib/cipherstash-pg/tuple.rb"
|
66
73
|
- "./lib/cipherstash-pg/type_map_by_column.rb"
|
67
74
|
- "./lib/cipherstash-pg/version.rb"
|
68
|
-
- "./lib/libpq.so.5"
|
69
75
|
- "./misc/openssl-pg-segfault.rb"
|
70
76
|
- "./misc/postgres/History.txt"
|
71
77
|
- "./misc/postgres/Manifest.txt"
|