cipherstash-pg 1.0.0.beta.8-x86_64-darwin → 1.0.0.beta.10-x86_64-darwin
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/{libpq.5.dylib → 2.7/libpq.5.dylib} +0 -0
- data/lib/2.7/pg_ext.bundle +0 -0
- data/lib/3.0/libpq.5.dylib +0 -0
- data/lib/3.0/pg_ext.bundle +0 -0
- data/lib/3.1/libpq.5.dylib +0 -0
- data/lib/3.1/pg_ext.bundle +0 -0
- data/lib/3.2/libpq.5.dylib +0 -0
- data/lib/3.2/pg_ext.bundle +0 -0
- data/lib/cipherstash-pg/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a0c670fa518222729cd54566e54a5a456c26e33d868717e526f97b18d21d0ab
|
4
|
+
data.tar.gz: fd2f54dedf115d36dab9d3c3258ed86856d0f3d102e193c3e263a34c4706eb5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eee59ef3ffc24ce295a9baecf4f48d4e74111f3f3c6e9976300c853e05e0093434f03cf36bfe4ad2964894a7ebc272b6f463cbcb8b51e4f32f6bfc691694cd5
|
7
|
+
data.tar.gz: 1bb4e47115551a3cdbc60d37a1d774ab81ea89b10133c43139e5cef938b2792c8d735a379281410c7ba69275fb61b0f8150b4f86389446edbd97390d2f1c3563
|
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.10)
|
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.3)
|
14
14
|
rake
|
15
15
|
rake-compiler-dock (1.3.0)
|
16
16
|
rdoc (6.5.0)
|
Binary file
|
data/lib/2.7/pg_ext.bundle
CHANGED
Binary file
|
Binary file
|
data/lib/3.0/pg_ext.bundle
CHANGED
Binary file
|
Binary file
|
data/lib/3.1/pg_ext.bundle
CHANGED
Binary file
|
Binary file
|
data/lib/3.2/pg_ext.bundle
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.10
|
5
5
|
platform: x86_64-darwin
|
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-30 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,9 +48,13 @@ files:
|
|
48
48
|
- "./certs/larskanis-2022.pem"
|
49
49
|
- "./certs/larskanis-2023.pem"
|
50
50
|
- "./cipherstash-pg.gemspec"
|
51
|
+
- "./lib/2.7/libpq.5.dylib"
|
51
52
|
- "./lib/2.7/pg_ext.bundle"
|
53
|
+
- "./lib/3.0/libpq.5.dylib"
|
52
54
|
- "./lib/3.0/pg_ext.bundle"
|
55
|
+
- "./lib/3.1/libpq.5.dylib"
|
53
56
|
- "./lib/3.1/pg_ext.bundle"
|
57
|
+
- "./lib/3.2/libpq.5.dylib"
|
54
58
|
- "./lib/3.2/pg_ext.bundle"
|
55
59
|
- "./lib/cipherstash-pg.rb"
|
56
60
|
- "./lib/cipherstash-pg/basic_type_map_based_on_result.rb"
|
@@ -68,7 +72,6 @@ files:
|
|
68
72
|
- "./lib/cipherstash-pg/tuple.rb"
|
69
73
|
- "./lib/cipherstash-pg/type_map_by_column.rb"
|
70
74
|
- "./lib/cipherstash-pg/version.rb"
|
71
|
-
- "./lib/libpq.5.dylib"
|
72
75
|
- "./misc/openssl-pg-segfault.rb"
|
73
76
|
- "./misc/postgres/History.txt"
|
74
77
|
- "./misc/postgres/Manifest.txt"
|