cipherstash-pg 1.0.0.beta.21-arm64-darwin → 1.0.0.beta.22-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: 2c164b3f93cad5fcdcd602c088ae57f91c281d5aec9a4793be6a5b8b03925587
4
- data.tar.gz: 9143a064a292b6f28a2c626ceaa097cbbfe83bde322b7b1c5b1a0e3ff192ec22
3
+ metadata.gz: 1445dddab4e6d0e1282eb77d32194f7a72bb2a6f635ff24e3901a2ffa229efb8
4
+ data.tar.gz: 0b93cc25f328e2c09e08246d8f1a26f195be0b808b34a8d3a92ab314729e68ff
5
5
  SHA512:
6
- metadata.gz: d359eee37ef2c0dc22e2843796176c8b2d8d69b8d5dfd13cf88e3816f26aafe18ccf08c4a9bb9baafada4954ff96346bb0002c9593542347364db6b08aa63f27
7
- data.tar.gz: 8f82b5db9eb6462e92deb198fd062cf2293c687c8d5184527d07525d4c9b3ee482bf1d16742e0b6665b77f967e8591c535b5c1a82718b7060bec610e3f34a93e
6
+ metadata.gz: ee255c378032164c61fbd4b4aff344318f873aa6390a6cf078cd1c78e2425c04fbdfedbe04cc4f70faff1c66358ad353e13b5d199d6f37c5f19d3ba80cee2ac0
7
+ data.tar.gz: 56b5ad144166da37594d09b6e2083444bb41cbacf0ba56a0a66fe75f2f33e6a90e4e907dc65f9d1cd46c7507a09d4fe944827f63cb2e447c8e791c4b5ffc2c27
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.21)
4
+ cipherstash-pg (1.0.0.beta.22)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,7 +9,7 @@ GEM
9
9
  diff-lcs (1.5.0)
10
10
  psych (5.1.1.1)
11
11
  stringio
12
- rake (13.0.6)
12
+ rake (13.1.0)
13
13
  rake-compiler (1.2.5)
14
14
  rake
15
15
  rake-compiler-dock (1.3.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.21"
2
+ VERSION = "1.0.0.beta.22"
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.21
4
+ version: 1.0.0.beta.22
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-10-26 00:00:00.000000000 Z
11
+ date: 2023-10-31 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)