cipherstash-pg 1.0.0.beta.15-arm64-darwin → 1.0.0.beta.17-arm64-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: 450f39dab70541211bc25679ee9f931e7892cfd847691547fe512eede7e9f886
4
- data.tar.gz: 7af3c768016bd9458d125c21e8f69e61d9577f82189205a12b1a5587270d3b08
3
+ metadata.gz: 15a8bcd6877d4b70a77ab421dfbed43417571fdb0847ec1e3549394e6058db19
4
+ data.tar.gz: 4e11d0af682a7dc51d8d70b81ca0bdbe51ba2b25e12e891f46cb2caa7a3b0747
5
5
  SHA512:
6
- metadata.gz: b1eb85fcd9da70d91abfcdc16f7f4a211ba29fde2389026ee0f1a651043ff5c2a9ce342044d45f003d5a5a36ffb26c33146bf811594689e213b2ccb4028db9cf
7
- data.tar.gz: e7d65c3d42534c4b3fb43b508d6973ac772fe0fb850a066213dca0a5d69f40201cc93152c193c1fb685daf2348908bd5f79cf580ab2e0f85380a903aac3452d3
6
+ metadata.gz: 71531bd2850fb5242aa36241eb56717e2e02ff4cfcb491a6415e552f3d25cb97e2d45962f8b7dc53244bfcb0d3b9a6f76f90d21a5e5093dccdff0e16e99d71b5
7
+ data.tar.gz: 2931bf5583c9dececd678b173bf196573d811a6dbfdd00683d9c2fe1cdb442bcccf677b2ca5fe3db777a6fcc3b011772739d7114c14bb71e97eee1e537fe6683
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.15)
4
+ cipherstash-pg (1.0.0.beta.17)
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)
@@ -28,7 +28,7 @@ GEM
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
  arm64-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.15"
2
+ VERSION = "1.0.0.beta.17"
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.15
4
+ version: 1.0.0.beta.17
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-08-01 00:00:00.000000000 Z
11
+ date: 2023-09-07 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)