cipherstash-pg 1.0.0.beta.16-x86_64-darwin → 1.0.0.beta.18-x86_64-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: 1bbb5532c2581bbc3d3f37a02c7878141b7f3df903d90f37d74ed779038d65f0
4
- data.tar.gz: ee2986b2d64b90ee8f73855fbac45f802dbc7debd57e725e6cd02b457b0ebcda
3
+ metadata.gz: d3d1d43814443eaa767da01c617c5df8290d3411ad20093f9702805d989fc664
4
+ data.tar.gz: e637ce4641e24cca25d1f3d0750df0094e72e17990ab0a2b936913f2218149a4
5
5
  SHA512:
6
- metadata.gz: 426024f989b134b48470a5f1e3ce62942d85f249ab2d2a84019cdeed5992c64a2e7c418482f95a3f6ce22fbc8fb067b84759429dd848e8ab598c07b5836b58b5
7
- data.tar.gz: 1f617441f72b36ac43ae41d54c96444f62b65c717657c6c69d6082e8a12bdc772121f2c9e9ab6384b6b4c3e2f852088817c0a2a7b897748e3a8991c8f93e5e55
6
+ metadata.gz: 6219f0e31aacdaf6171d19b4278d0121a85f4e255e83083d3eab151523efd6eb747d1e091227a4276d5c0bd1e406fc5a752a40e12fc14e30f2ccfa5f6d8f5c51
7
+ data.tar.gz: d9a7840f397865860e731d35afa9f15ae0dbd40f67d5bc8a28894831fb53976cfea6d91bb02d8bf4e1f7fe1bbdbe986af2cc15dcc9c015bbedcb6c55541445c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.16)
4
+ cipherstash-pg (1.0.0.beta.18)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
Binary file
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.16"
2
+ VERSION = "1.0.0.beta.18"
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.16
4
+ version: 1.0.0.beta.18
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-08-25 00:00:00.000000000 Z
11
+ date: 2023-10-05 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)