cipherstash-pg 1.0.0.beta.18-x86_64-darwin → 1.0.0.beta.21-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: d3d1d43814443eaa767da01c617c5df8290d3411ad20093f9702805d989fc664
4
- data.tar.gz: e637ce4641e24cca25d1f3d0750df0094e72e17990ab0a2b936913f2218149a4
3
+ metadata.gz: c9f85e5ad48d3250517f3bcf9dc9a068b0bef23cf4c187c1bcfcef1d11398ee5
4
+ data.tar.gz: 6b851201526fee74a1a9af7ca6d932784c0af6f1db14a9ec6040d070a8b1e870
5
5
  SHA512:
6
- metadata.gz: 6219f0e31aacdaf6171d19b4278d0121a85f4e255e83083d3eab151523efd6eb747d1e091227a4276d5c0bd1e406fc5a752a40e12fc14e30f2ccfa5f6d8f5c51
7
- data.tar.gz: d9a7840f397865860e731d35afa9f15ae0dbd40f67d5bc8a28894831fb53976cfea6d91bb02d8bf4e1f7fe1bbdbe986af2cc15dcc9c015bbedcb6c55541445c8
6
+ metadata.gz: d22cd7ac97b9b3d8947a6ad021da5ecd4d860224f172f214644194170eddb2327bb80fd210e45ab1a145f48ef4b3d0a9446741bb34f9167d1eb49d2665283fc4
7
+ data.tar.gz: 2bb7dd1c7f1544481a9ab567e0cc3a7dc4bdec3bab8f917c8c4226f2b52f9226f8a041f969ae071486beb835c080c6e8588cb27dd7b7abc2b85aa69bfb41d954
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.18)
4
+ cipherstash-pg (1.0.0.beta.21)
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.0)
10
+ psych (5.1.1.1)
11
11
  stringio
12
12
  rake (13.0.6)
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)
@@ -42,4 +42,4 @@ DEPENDENCIES
42
42
  rspec (~> 3.5)
43
43
 
44
44
  BUNDLED WITH
45
- 2.4.6
45
+ 2.4.13
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.18"
2
+ VERSION = "1.0.0.beta.21"
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.18
4
+ version: 1.0.0.beta.21
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-05 00:00:00.000000000 Z
11
+ date: 2023-10-26 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)