cipherstash-pg 1.0.0.beta.12-x86_64-darwin → 1.0.0.beta.14-x86_64-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: 07226570112b19aee31aaebae9c1c5814501363b8a991b96a41289232caf2d4c
4
- data.tar.gz: 0f8af456db6e92ac7cb5752e36b203089802cfd05a7c3b598ab98a9ff3657265
3
+ metadata.gz: 9e35ae909c26102ba9fce35c2ebb5e9d33e560de5ace556da7ac38f32cd7ab3e
4
+ data.tar.gz: c0000a272f3a940f9d8230b800c4fe442aef9e1b98ef92451e5f2db3c1e005df
5
5
  SHA512:
6
- metadata.gz: af2742797e529d59771d715a18c3714f79cc0eb0334518c287423b726ce83ef10a804eec7c0c0c5d81a3163426c3df7ae8c694c1af97904ccd87196395ebf411
7
- data.tar.gz: 3f28a95a3f8c1cca1e2fac124cfbc256eedfac16c626158dae0aff1c8db34d7cf5f39cd9ff664bd0ba6e74d274c7b56fabf76dbb09d5cddb47cffd716df2f65a
6
+ metadata.gz: 6e403bbff1349dbe6936715253924eb488d23fd9ac246964cf5c2e92f03d840f27cb8c532fe9f60377c4750fbdd646bfc08181e48ee4c7bdb87cc95bb6c4bffe
7
+ data.tar.gz: 7dc6e40e2f373d45e47aea4dbd0bc01f6c663e8c96f7003d486fa5d4138bd2e629bbcfdc37bb93392d953978e6cfbea76d0cb77e7fa02582c662beb80f27d855
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.12)
4
+ cipherstash-pg (1.0.0.beta.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -27,7 +27,7 @@ GEM
27
27
  rspec-mocks (3.12.5)
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.12.0)
30
- rspec-support (3.12.0)
30
+ rspec-support (3.12.1)
31
31
  stringio (3.0.7)
32
32
 
33
33
  PLATFORMS
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.12"
2
+ VERSION = "1.0.0.beta.14"
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.12
4
+ version: 1.0.0.beta.14
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-06-09 00:00:00.000000000 Z
11
+ date: 2023-07-11 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)