cipherstash-pg 1.0.0.beta.10-arm64-darwin → 1.0.0.beta.11-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: 04741f354e08afd123b00c19264e97a7cfb799cb5dd755eb80558d00351f1a2f
4
- data.tar.gz: 74829d73c32a1b40f7158d7ed8b920c4dabd898f74868e2c05e43df3340d09d6
3
+ metadata.gz: c308d9b945549ea5e929a70130c07528edbfa71886bb7084a60d9e142496370d
4
+ data.tar.gz: 435a15f8b78c61de361615c52d8084d4e832879063a2413427c06240570b6dec
5
5
  SHA512:
6
- metadata.gz: f12123190653aa0ecc8d8fb07b8c82d3471084c47b984cded47dcbb7c5f7956a9f90074ee169440ed008c074713f7622508a3229aa6c450de9c19982b3784f73
7
- data.tar.gz: 2281ceb511e870d3d7ff96bfd8d2aa3fc30190a415765e40bf4207cf88834f93de20594a4683bcc300236ce4d45646ab6364eaf150cb535d25787ca52e3b49a0
6
+ metadata.gz: a4ae0bd8b5ba363bf2215e69b317afc0bf9bb03940204d7264266faa0c16d87b668baf380b48b94f6895b1369d2197f17e154c8913b8fb4f3bca98415b4413b9
7
+ data.tar.gz: 185f88a74a122c1dba8b2d866515051ab79ad181291dc925aab53bb7d3ae6c5944aa12a54465b0d75753db3e5c51a908e0bc87b9020696826b5fc5b2a8bdbbc3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.10)
4
+ cipherstash-pg (1.0.0.beta.11)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -28,7 +28,7 @@ GEM
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.12.0)
30
30
  rspec-support (3.12.0)
31
- stringio (3.0.6)
31
+ stringio (3.0.7)
32
32
 
33
33
  PLATFORMS
34
34
  arm64-darwin-22
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.10"
2
+ VERSION = "1.0.0.beta.11"
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.10
4
+ version: 1.0.0.beta.11
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-30 00:00:00.000000000 Z
11
+ date: 2023-06-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)