cipherstash-pg 1.0.0.beta.6-x86_64-darwin → 1.0.0.beta.8-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: be84797aff765c26b0548db74f8c60521fd4aeaf77d5d8d14a5d3d336b280534
4
- data.tar.gz: 8879434083c0c56aba09280c523d1b7513c8db7bd48c2892bb6cef8e2d362894
3
+ metadata.gz: 239b8a7cbc13f3e7356b936864e86e238964ec4fe56dd3eb8ce6f7068f29362c
4
+ data.tar.gz: a96f25f52a9563ffcac9c32747afd56a1fa659ffc9d272c53c0ecea4daf974ec
5
5
  SHA512:
6
- metadata.gz: 06e11bc97c7d76f97a9f0f804b3bf281b0ba2d6ee3be5a551c4b61c373adc80d58114e2a09bef991cbc4bba1df3e83c8cd3fb46b96f2475a81dc5fed3e457046
7
- data.tar.gz: 8523daf5d2dfa8fc3f63d825a413889fda9a8e77d169323a4dc9f17f7526d70cb1eeb2ac01ee8f4193826280f65e417cd58aa36dab790770558c7b03d5fe294a
6
+ metadata.gz: '058ee941190334e94831e498b63777a89b6aee5773d7aaf0e8692236b7a5b7f65a8df9ec224cdbd31ffd5d0d4a92430cde3056b8be16b7046cf2e854dfdac44c'
7
+ data.tar.gz: 41c8c0845607db7de6c56cda26d9cbabfd357b51b1a7be3177ccb70c49136a1a014f7797266a7dc75e263872f8ed2241a084d4b2903a7939ab59510a51881c95
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.6)
4
+ cipherstash-pg (1.0.0.beta.8)
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.1)
13
+ rake-compiler (1.2.2)
14
14
  rake
15
15
  rake-compiler-dock (1.3.0)
16
16
  rdoc (6.5.0)
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module CipherStashPG
2
- VERSION = "1.0.0.beta.6"
2
+ VERSION = "1.0.0.beta.8"
3
3
  end
data/lib/libpq.5.dylib CHANGED
Binary file
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.6
4
+ version: 1.0.0.beta.8
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-05-17 00:00:00.000000000 Z
11
+ date: 2023-05-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)