cipherstash-pg 1.0.0.beta.7-arm64-darwin → 1.0.0.beta.8-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: 57bd315ecf22d795b1711e06367906642041ddf36e5e1df2d72eda48241d5b1c
4
+ data.tar.gz: 0e6d28ed94aee990514804377276e10df0307c9f3bdfb3cc83a16105841ef585
5
5
  SHA512:
6
- metadata.gz: 1d1a7a76ac2f82d2e9ee70ef836a2917d2e58cc2974e00127ce185f94b8764f8566b67f618ca1c4d92bc2fa84d091ea1d5ac163e827e36f6750b60a6e8957a8f
7
- data.tar.gz: 83116dfbe15b76f1befd5d0f56ea4b06edd557f5bb29e14e12980881fa4f801f907b87483449a9074825b05f654df4a7818d42124572f5dbb0f496d59302e158
6
+ metadata.gz: 7c3c08c50d3d7b60d2f9a79bafcb52ffd66848a445414f339248ef78077ad0db11bc697b8b1f552bf9bba34836a55334f48dd166eaf51c5a2349e8d629c2f919
7
+ data.tar.gz: 21864f72232816c48c6f25d8326da1e407ab1e7259f16f35fa240e3a46a93ad45301bd244d72510e8d3f42395e57c588b45e5b9e9a9fe6ba0ffaf6585ca293a5
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.8)
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
@@ -1,3 +1,3 @@
1
1
  module CipherStashPG
2
- VERSION = "1.0.0.beta.7"
2
+ VERSION = "1.0.0.beta.8"
3
3
  end
data/lib/libpq.5.dylib 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.7
4
+ version: 1.0.0.beta.8
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-25 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)