cipherstash-pg 1.0.0.beta.4-arm64-darwin → 1.0.0.beta.6-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: 904d611576dd8c7c60df7f0e27c6b9df9674ac2f5362a213b3cbe956867687ae
4
- data.tar.gz: 6885e0da17d7757ba04413a07bcd7e3598567b5e4315b2de3386a761d6e7d4f7
3
+ metadata.gz: bc4031fdd78ab841badd7ed6fd6315cfec7e688b850bf131597d9ce971796eae
4
+ data.tar.gz: 515280477948c82128deccc00d29d020507a5b55390554971bf24195c3e965ed
5
5
  SHA512:
6
- metadata.gz: 102a41a91ab205d0b9bc76d8d58a4485bac1d33f2f1d8ea8f73b73dbcec2fd908d239b6b5e8dfffb2d19bba3d5abd5cfbbc895509eba38094e1f93b9d8574f3c
7
- data.tar.gz: 85c00e30e7f87ae7b0ee318210671a1d974318930d6b4e4a8a0ee8d3d687d1f7b1647d2e3c35b23d847f3eb77a60dde0893b86f10eff1d51f3a2b5f48820333b
6
+ metadata.gz: 57fddb94c1426b791b13d318bc66dac127dd53f029e1f0b4a184910462965e362cc0391565f7d9277ad24ec5f73b1e20fd28c7a830b13b257771a93f01945bc7
7
+ data.tar.gz: c8dcdebdb8d0e53666e6ea052b833c77e98a0cca3582cfe3471da8a614ff1b59ad199334e33c0599e4f2ee0e7081fdc8ec67b10946b08fd35daa061d309f10d1
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.6)
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.6"
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.6
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-04 00:00:00.000000000 Z
11
+ date: 2023-05-17 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)