cipherstash-pg 1.0.0.beta.15-x86_64-darwin → 1.0.0.beta.17-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: 7b65bfc98aae14a247f190f33aad4a5c7cfb7738f73fc19f2572d0fe3eb68a4a
4
- data.tar.gz: fc27801d2e1e9e6ce7e5c38160d7bbfb60c79968e9f5d3e1313e98650dab588b
3
+ metadata.gz: 7c132c06087cddbb803327b8e29089541d82ebd022b3b2789d5e9ca7747cd074
4
+ data.tar.gz: dbfa8d0ab80a9014c45c9a8f25aa6f31a6ab9958bc72911252eea688daf2454b
5
5
  SHA512:
6
- metadata.gz: ffbaf2a529a2bfd976145e560dd8f458794b4d39368aa46c84e92b1f4cfc5aceb4fac5d567193c7c0cabc73408b31aca2fed46eddfe6adc54b39810c35ea3504
7
- data.tar.gz: 0cf0014e7878607410edcb23fc44ccf3c1bb8c1d84e048819f68bab9c6182605795c15cdfe8f1f2e778468bb04abca8e8f1fc65a08976a215377a8e51852837a
6
+ metadata.gz: dd9c5928eed8b806f1040f404899f11be551d1b6c83e06aebf4cbfee0621d43919ebb18b95e2c5ddae212980f7856b8a61165ab444ff4dc93e5f1034c2949bd3
7
+ data.tar.gz: c23ebff6f0d10a6aed1fd807eb876840ba8fdcbe7c7aff2d842578bc17607c9c6f180e74021d8df36b172d569e26b043a0cc4127f5e96eed6e19f4e57eefd21f
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
  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.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: x86_64-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)