cipherstash-pg 1.0.0.beta.13-x86_64-darwin → 1.0.0.beta.15-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: f8d95d260067177e452b75681d0b8e03f17ea2546a345950a9867519eaa0143e
4
- data.tar.gz: cfda6582b7aa820567c646d7b31b8b25c888751e7f22f3422738397a236e8d6c
3
+ metadata.gz: 7b65bfc98aae14a247f190f33aad4a5c7cfb7738f73fc19f2572d0fe3eb68a4a
4
+ data.tar.gz: fc27801d2e1e9e6ce7e5c38160d7bbfb60c79968e9f5d3e1313e98650dab588b
5
5
  SHA512:
6
- metadata.gz: 6539cca0c246773bf630b9ac9bb8f6b3de30949b32b37933f7572ec51c1a353d7858b4ece3d37afa1b2d39af2f7886234d29efd991450efb9be0522d041dd7b5
7
- data.tar.gz: 11dab542bb4ca2140b1f213acb2ad1ae4ac14459bc3253c41164ed286a8642e95587832e79565fc04d44883c1678d6a1a0317676b7816e82c199e7f271d09ee9
6
+ metadata.gz: ffbaf2a529a2bfd976145e560dd8f458794b4d39368aa46c84e92b1f4cfc5aceb4fac5d567193c7c0cabc73408b31aca2fed46eddfe6adc54b39810c35ea3504
7
+ data.tar.gz: 0cf0014e7878607410edcb23fc44ccf3c1bb8c1d84e048819f68bab9c6182605795c15cdfe8f1f2e778468bb04abca8e8f1fc65a08976a215377a8e51852837a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.13)
4
+ cipherstash-pg (1.0.0.beta.15)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -24,7 +24,7 @@ GEM
24
24
  rspec-expectations (3.12.3)
25
25
  diff-lcs (>= 1.2.0, < 2.0)
26
26
  rspec-support (~> 3.12.0)
27
- rspec-mocks (3.12.5)
27
+ rspec-mocks (3.12.6)
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.12.0)
30
30
  rspec-support (3.12.1)
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.13"
2
+ VERSION = "1.0.0.beta.15"
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.13
4
+ version: 1.0.0.beta.15
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-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-01 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)