cipherstash-pg 1.0.0.beta.7-x86_64-darwin → 1.0.0.beta.9-x86_64-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: e1af93399f1c2fcff61cb6b81ea16e6c90cdc6d5d69a4ed91dfb9818815be1ad
4
- data.tar.gz: 26478ae4b568673d395873491d89012b6e534dec3f6dfbb4fbe302c7a9f0af0a
3
+ metadata.gz: 3eaca9cfa927bbacd03df962b9980cd5a6cf71dbfde0570f0b608f06344e93eb
4
+ data.tar.gz: 81fbb108469a8731f2c62ed5dacd3f743622a24c7f172cfd5ab7b7e7772576c7
5
5
  SHA512:
6
- metadata.gz: 6786c4a7f337e725f88904bfaff389a35087686246053bd5dc09d733a6da47def4e1562a9652527900789e31d4fa4660f5f5db87f16038b82a8862e22b1901e3
7
- data.tar.gz: b3608abd162b743b8b6551b14c669b342c2b6d710c0956787e6cbac4b37004d745c4fffd02f5f4eaff19e35d2b03e5831a0b382d75df240ec730ae0e6f73cf7c
6
+ metadata.gz: c5c9e7269aad97b20962fce6f1c4ab4292e7e226bee88c70d32cc8cd7c6080fb5d7281c22c73333dc3ef46319992b5e0d0abe6a4623bcb570775e0f8ab6f64e5
7
+ data.tar.gz: 51c5fddddd5fb8621c957d942186ccf803860d559fbff419231747ec31df737ad1417a4e575f3241c3e7fcc83c4f2f328a49263c4242f394502c7ec0bf980513
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: 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-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"