cipherstash-pg 1.0.0.beta.8-arm64-darwin → 1.0.0.beta.10-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: 57bd315ecf22d795b1711e06367906642041ddf36e5e1df2d72eda48241d5b1c
4
- data.tar.gz: 0e6d28ed94aee990514804377276e10df0307c9f3bdfb3cc83a16105841ef585
3
+ metadata.gz: 04741f354e08afd123b00c19264e97a7cfb799cb5dd755eb80558d00351f1a2f
4
+ data.tar.gz: 74829d73c32a1b40f7158d7ed8b920c4dabd898f74868e2c05e43df3340d09d6
5
5
  SHA512:
6
- metadata.gz: 7c3c08c50d3d7b60d2f9a79bafcb52ffd66848a445414f339248ef78077ad0db11bc697b8b1f552bf9bba34836a55334f48dd166eaf51c5a2349e8d629c2f919
7
- data.tar.gz: 21864f72232816c48c6f25d8326da1e407ab1e7259f16f35fa240e3a46a93ad45301bd244d72510e8d3f42395e57c588b45e5b9e9a9fe6ba0ffaf6585ca293a5
6
+ metadata.gz: f12123190653aa0ecc8d8fb07b8c82d3471084c47b984cded47dcbb7c5f7956a9f90074ee169440ed008c074713f7622508a3229aa6c450de9c19982b3784f73
7
+ data.tar.gz: 2281ceb511e870d3d7ff96bfd8d2aa3fc30190a415765e40bf4207cf88834f93de20594a4683bcc300236ce4d45646ab6364eaf150cb535d25787ca52e3b49a0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.8)
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.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
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.8"
2
+ VERSION = "1.0.0.beta.10"
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.8
4
+ version: 1.0.0.beta.10
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-25 00:00:00.000000000 Z
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"