cipherstash-pg 1.0.0.beta.9-arm64-darwin → 1.0.0.beta.10-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: 4dc6448faa1c31eed6300a18a532b96f5a403a50ed6d5a7a740197b883cfaaf2
4
- data.tar.gz: 7e5249a97f1ca8a113ffebb35d3c49cbcba409c00c09e6fbe464c5811a39374f
3
+ metadata.gz: 04741f354e08afd123b00c19264e97a7cfb799cb5dd755eb80558d00351f1a2f
4
+ data.tar.gz: 74829d73c32a1b40f7158d7ed8b920c4dabd898f74868e2c05e43df3340d09d6
5
5
  SHA512:
6
- metadata.gz: 63137dded9a10df96a79ac2ee17da7392dd23232fd1aaadaed48c7c2f3923a0de605bb724ee48a5f6061d2f04fd2ba129f00ad0834b308819cd733a5ba7565fb
7
- data.tar.gz: 68c2e8ffdbd7062d1a0d4a00f8b7814f0ee506df1a7e24e9bfcf78eac710450fddd21fdcfa6c76a43e29d0624deab6752143027bf078712fab829c8f97424c99
6
+ metadata.gz: f12123190653aa0ecc8d8fb07b8c82d3471084c47b984cded47dcbb7c5f7956a9f90074ee169440ed008c074713f7622508a3229aa6c450de9c19982b3784f73
7
+ data.tar.gz: 2281ceb511e870d3d7ff96bfd8d2aa3fc30190a415765e40bf4207cf88834f93de20594a4683bcc300236ce4d45646ab6364eaf150cb535d25787ca52e3b49a0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.9)
4
+ cipherstash-pg (1.0.0.beta.10)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -10,7 +10,7 @@ GEM
10
10
  psych (5.1.0)
11
11
  stringio
12
12
  rake (13.0.6)
13
- rake-compiler (1.2.2)
13
+ rake-compiler (1.2.3)
14
14
  rake
15
15
  rake-compiler-dock (1.3.0)
16
16
  rdoc (6.5.0)
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.9"
2
+ VERSION = "1.0.0.beta.10"
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.9
4
+ version: 1.0.0.beta.10
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-26 00:00:00.000000000 Z
11
+ date: 2023-05-30 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)