cipherstash-pg 1.0.0.beta.7-arm64-darwin → 1.0.0.beta.9-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8af7d61bec0c54bb9bccb15921c71e3f308fe22453c236bde11bf750e14fa3df
4
- data.tar.gz: 0d8e6c44ef4d5066e4d5d552b93e7f2a06dc70b140d545861d58ea8862b12a51
3
+ metadata.gz: 4dc6448faa1c31eed6300a18a532b96f5a403a50ed6d5a7a740197b883cfaaf2
4
+ data.tar.gz: 7e5249a97f1ca8a113ffebb35d3c49cbcba409c00c09e6fbe464c5811a39374f
5
5
  SHA512:
6
- metadata.gz: 1d1a7a76ac2f82d2e9ee70ef836a2917d2e58cc2974e00127ce185f94b8764f8566b67f618ca1c4d92bc2fa84d091ea1d5ac163e827e36f6750b60a6e8957a8f
7
- data.tar.gz: 83116dfbe15b76f1befd5d0f56ea4b06edd557f5bb29e14e12980881fa4f801f907b87483449a9074825b05f654df4a7818d42124572f5dbb0f496d59302e158
6
+ metadata.gz: 63137dded9a10df96a79ac2ee17da7392dd23232fd1aaadaed48c7c2f3923a0de605bb724ee48a5f6061d2f04fd2ba129f00ad0834b308819cd733a5ba7565fb
7
+ data.tar.gz: 68c2e8ffdbd7062d1a0d4a00f8b7814f0ee506df1a7e24e9bfcf78eac710450fddd21fdcfa6c76a43e29d0624deab6752143027bf078712fab829c8f97424c99
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.7)
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.1)
13
+ rake-compiler (1.2.2)
14
14
  rake
15
15
  rake-compiler-dock (1.3.0)
16
16
  rdoc (6.5.0)
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module CipherStashPG
2
- VERSION = "1.0.0.beta.7"
2
+ VERSION = "1.0.0.beta.9"
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.7
4
+ version: 1.0.0.beta.9
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - CipherStash Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-22 00:00:00.000000000 Z
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,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"