cipherstash-pg 1.0.0.beta.19-x86_64-darwin → 1.0.0.beta.22-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: 91e563f84e375463430316085af5198c6ddf67d4e2a2c8cbebd607400c044dd8
4
- data.tar.gz: 44dfa9e1023cdca714730787925f95c1c657b42b0cb95882ae17c5186874f9a9
3
+ metadata.gz: dbf36ccd8a5832826c96a1d26e6597eb99498e2ba984122ec868f4c9ecd310d7
4
+ data.tar.gz: ec1753d3d5a0791ec42907036343f620cc35f4e027e22a1b215b80f914ef1c47
5
5
  SHA512:
6
- metadata.gz: 9ca6fd42c2e287ad72a65e8761d23ae89193c52f3220cf5e183830f05e662ec48dd6238d80308b3aa772f5b307464d1691ba4363c873b74a0ec228a5fe65154f
7
- data.tar.gz: 738dbb7e3ad1d8911a31360cef2be88f357c9216b2b98bcbf52a4a77ba21d948deda360e4466e3df8edede816439c9f5496adfc264cdee952087f656c4e0e6bc
6
+ metadata.gz: 3fabc27b25b85af1ed70172324cbcb79dc624a883ace7a01847d3c7c86bd385e32a7cd6a743d2a275a81f2cba27c9802e0da2d38d1edd623d69c4993fd37c182
7
+ data.tar.gz: 2f88aabbb1fd1148aea540bba2f3484695ffc51c40707bc3ff71308f67ed0ce0c5951df8a1d8c6bd2f14f6ce82e704d78ec677ded0852213064d103a01800f06
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.19)
4
+ cipherstash-pg (1.0.0.beta.22)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  diff-lcs (1.5.0)
10
- psych (5.1.1)
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
- rake-compiler-dock (1.3.0)
15
+ rake-compiler-dock (1.3.1)
16
16
  rdoc (6.5.0)
17
17
  psych (>= 4.0.0)
18
18
  rspec (3.12.0)
@@ -31,7 +31,7 @@ GEM
31
31
  stringio (3.0.8)
32
32
 
33
33
  PLATFORMS
34
- x86_64-darwin-22
34
+ x86_64-darwin-23
35
35
 
36
36
  DEPENDENCIES
37
37
  bundler (>= 1.16, < 3.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.19"
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.19
4
+ version: 1.0.0.beta.22
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-10-12 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)