cipherstash-pg 1.0.0.beta.14-x86_64-darwin → 1.0.0.beta.16-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: 9e35ae909c26102ba9fce35c2ebb5e9d33e560de5ace556da7ac38f32cd7ab3e
4
- data.tar.gz: c0000a272f3a940f9d8230b800c4fe442aef9e1b98ef92451e5f2db3c1e005df
3
+ metadata.gz: 1bbb5532c2581bbc3d3f37a02c7878141b7f3df903d90f37d74ed779038d65f0
4
+ data.tar.gz: ee2986b2d64b90ee8f73855fbac45f802dbc7debd57e725e6cd02b457b0ebcda
5
5
  SHA512:
6
- metadata.gz: 6e403bbff1349dbe6936715253924eb488d23fd9ac246964cf5c2e92f03d840f27cb8c532fe9f60377c4750fbdd646bfc08181e48ee4c7bdb87cc95bb6c4bffe
7
- data.tar.gz: 7dc6e40e2f373d45e47aea4dbd0bc01f6c663e8c96f7003d486fa5d4138bd2e629bbcfdc37bb93392d953978e6cfbea76d0cb77e7fa02582c662beb80f27d855
6
+ metadata.gz: 426024f989b134b48470a5f1e3ce62942d85f249ab2d2a84019cdeed5992c64a2e7c418482f95a3f6ce22fbc8fb067b84759429dd848e8ab598c07b5836b58b5
7
+ data.tar.gz: 1f617441f72b36ac43ae41d54c96444f62b65c717657c6c69d6082e8a12bdc772121f2c9e9ab6384b6b4c3e2f852088817c0a2a7b897748e3a8991c8f93e5e55
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.14)
4
+ cipherstash-pg (1.0.0.beta.16)
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.3)
13
+ rake-compiler (1.2.5)
14
14
  rake
15
15
  rake-compiler-dock (1.3.0)
16
16
  rdoc (6.5.0)
@@ -24,11 +24,11 @@ GEM
24
24
  rspec-expectations (3.12.3)
25
25
  diff-lcs (>= 1.2.0, < 2.0)
26
26
  rspec-support (~> 3.12.0)
27
- rspec-mocks (3.12.5)
27
+ rspec-mocks (3.12.6)
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.12.0)
30
30
  rspec-support (3.12.1)
31
- stringio (3.0.7)
31
+ stringio (3.0.8)
32
32
 
33
33
  PLATFORMS
34
34
  x86_64-darwin-22
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.14"
2
+ VERSION = "1.0.0.beta.16"
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.14
4
+ version: 1.0.0.beta.16
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-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-25 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)