cipherstash-pg 1.0.0.beta.19-arm64-darwin → 1.0.0.beta.22-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: 0b6e20c61e6d99c9a595d230c3be80c863be6ceca38cf950d9b5b815c705ace0
4
- data.tar.gz: 5f1ef28350b4b215430c9a31b5f993329aa93a8b987997dfa7afb9f287c8ab62
3
+ metadata.gz: 1445dddab4e6d0e1282eb77d32194f7a72bb2a6f635ff24e3901a2ffa229efb8
4
+ data.tar.gz: 0b93cc25f328e2c09e08246d8f1a26f195be0b808b34a8d3a92ab314729e68ff
5
5
  SHA512:
6
- metadata.gz: 7073898d56e041c0623f47c3965a4d922e33e18701705eb05f099dc657348808e861139d034ca3b188f06da249dae7453c7dcb2ff0f9edb0af5d09af4cd7871c
7
- data.tar.gz: fbefde47857caf45bcdac1d865c4097216942138d90b384c56160e2b4e23981a894611b30753df87e7ee857d93f225e1244ead6bec7aad98b4187fc7c9e389ed
6
+ metadata.gz: ee255c378032164c61fbd4b4aff344318f873aa6390a6cf078cd1c78e2425c04fbdfedbe04cc4f70faff1c66358ad353e13b5d199d6f37c5f19d3ba80cee2ac0
7
+ data.tar.gz: 56b5ad144166da37594d09b6e2083444bb41cbacf0ba56a0a66fe75f2f33e6a90e4e907dc65f9d1cd46c7507a09d4fe944827f63cb2e447c8e791c4b5ffc2c27
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)
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: arm64-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)