cipherstash-pg 1.0.0.beta.12-arm64-darwin → 1.0.0.beta.14-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: a2c85472ffe0c200283cbbe85b5922792180394cd422a3462719f9666a49128c
4
- data.tar.gz: e91b66830d8f09e607e17f25942b881d22a463b638eb2eedbc733f04c5d61626
3
+ metadata.gz: 8e6984c82bc7af57ba54e5e40490d743e642c64024de8a39d5f3152bb02fa3a4
4
+ data.tar.gz: b49fc57f4941b81aefb6def0f4f26e2e256621ef1fa784adbce967281275f977
5
5
  SHA512:
6
- metadata.gz: 40f2c9f5bf423cdc72b4cbff057a005b6cd7a8dafc3e028ba8515ac2bc4aff742c2fda5f93eac8776f44071a24ee12d1155cba7ba6eb9c6b2bf5f709d060f278
7
- data.tar.gz: 551cad093eb04f750e68bdc409ba5aeddabf98f0be35ba4d9acddf7802341199c1146f86e3b34f5ec1543bb812bef8631a2b5b6ee28953c208f43941496eec2e
6
+ metadata.gz: ed493b6bf8c7a406748cdffb331f48beb13874290c822534415986da756c0dfef5ac0ffb51fd7a9fc1a3c521a02005220fdc60efc731b038332f1b1e71c8ed91
7
+ data.tar.gz: 6dab01251cf4a1c5c7049eecdf04d4650b1a1c8b453e5e1a8386ea0566467df34d44c4bdaa20a6a0e15d01cf915651977ee60c344a6defebff22452062f7ad76
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.12)
4
+ cipherstash-pg (1.0.0.beta.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -27,7 +27,7 @@ GEM
27
27
  rspec-mocks (3.12.5)
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.12.0)
30
- rspec-support (3.12.0)
30
+ rspec-support (3.12.1)
31
31
  stringio (3.0.7)
32
32
 
33
33
  PLATFORMS
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.12"
2
+ VERSION = "1.0.0.beta.14"
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.12
4
+ version: 1.0.0.beta.14
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-06-09 00:00:00.000000000 Z
11
+ date: 2023-07-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)