cipherstash-pg 1.0.0.beta.4-x86_64-darwin → 1.0.0.beta.5-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: 4a619272978ae49ae4b7ecdc6d0e2b3564dbc823f0b57463bc46bd32c46ad075
4
- data.tar.gz: 87084bdaa00bf9fbc943775b4ebea775dd085e3648df83f12eeff2ae896b45a8
3
+ metadata.gz: 5a532045793e8108ca9421e0d6f1652fad53bfbefa44a7b957ef7716374023f1
4
+ data.tar.gz: f79c4cbe9b87492efe3af1ec9e5a5c875daea749848ea4c09d8e910f95b91b25
5
5
  SHA512:
6
- metadata.gz: 900f540ea7f2ea01052bb42b31217117b599a15cf9a7ed134035b897f069d6b8c260114bdee73a8b8ca83fbbea944038930282b2ba38d67a8a539a26ad45c249
7
- data.tar.gz: f246ac680028605ae35b2ae07c20c2d00b059a5964f112ca67b84ccbe01b6f1dab17697efe28006e8dad83b84bd7987fa3771ac20635a6449cf1343e56005d4d
6
+ metadata.gz: 16436ad27937eb8f6da7c64c1ef3225282c7b02e3132a880f0b494741a4fed9159d51d139dbcbcee0d8d41f4e828a06f71f3ab011bd6b669ce506f5bb2097d58
7
+ data.tar.gz: 7bc57da1d1228d252b0ee0c7bee85a2578819d2ff66f6a206ecefc6ecb7b017d9323be60cd966917afac7df1eeae7624f4b58525c3809797f6c698c363b75fd6
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)
4
+ cipherstash-pg (1.0.0.beta.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module CipherStashPG
2
- VERSION = "1.0.0.beta.4"
2
+ VERSION = "1.0.0.beta.5"
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.4
4
+ version: 1.0.0.beta.5
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-04 00:00:00.000000000 Z
11
+ date: 2023-05-11 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)