cipherstash-pg 1.0.0.beta.4-arm64-darwin → 1.0.0.beta.5-arm64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 904d611576dd8c7c60df7f0e27c6b9df9674ac2f5362a213b3cbe956867687ae
4
- data.tar.gz: 6885e0da17d7757ba04413a07bcd7e3598567b5e4315b2de3386a761d6e7d4f7
3
+ metadata.gz: 741c5638663eeb27671728404af509589bc386489a05a16e0a0bcd97ad478f35
4
+ data.tar.gz: c775dbb1ab3c35580ace2c6967fadf056a23b4fd20e300efc770120a438bd0b2
5
5
  SHA512:
6
- metadata.gz: 102a41a91ab205d0b9bc76d8d58a4485bac1d33f2f1d8ea8f73b73dbcec2fd908d239b6b5e8dfffb2d19bba3d5abd5cfbbc895509eba38094e1f93b9d8574f3c
7
- data.tar.gz: 85c00e30e7f87ae7b0ee318210671a1d974318930d6b4e4a8a0ee8d3d687d1f7b1647d2e3c35b23d847f3eb77a60dde0893b86f10eff1d51f3a2b5f48820333b
6
+ metadata.gz: c025c75331847038f919ee5c6ef96305784f0e6413dea36d54d7e145331c0261d48e618abb589c4ab9524d877d73bd2e32e23058e9cece86b35ffcb801f7534a
7
+ data.tar.gz: 4f70094d96a9b0423b46048967b7f6703807daa4911594bbeb21e3ceedbbb82889342103ac9fe0689bfbbb663a6caf141d3d59bf3c058669dae090a90d564c2b
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: 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-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)