cipherstash-pg 1.0.0.beta.9-x86_64-linux → 1.0.0.beta.11-x86_64-linux

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: 530a87908c0a8c2cb7b8aca6c1c797aea41fd1d0f468b33adb9e1890cc5ab02d
4
- data.tar.gz: 1b5bb0a30390013aa5bd50b0e12f07891f62782ae4d67dda5dcdd0a0360041e5
3
+ metadata.gz: 8e30d29195f3d9d1967f2d3e4440059692de2004d1337265a90825e767fa3678
4
+ data.tar.gz: 4bd0a4345317363d3c317459efbbfc351737802f920b1d784ea06c53be65e417
5
5
  SHA512:
6
- metadata.gz: 9a49d3db4089dcec6e87d18617a61f0e9c03f54b14f0b1707b952cb4908216c3f82f3d7a0c7493724ac42ee62980295be10245cc5adbe0fe167e36f831510e6d
7
- data.tar.gz: f8e824a18ced8fc8cf2a1cb0b8f03c42aa272e3e69958fc0a15b7fa471e2aac915cb48cf2bb37ea350c389b32ffc01d5d9fac0bfd641d51db5a92a8f49ac7c73
6
+ metadata.gz: 7ecbfae784961b0bd71452d65b62788ba4fdf72d82a2aa0cf960510d5048570f434b82bcbd5474752816b0ae1ea4c895819e81b5a8046c4d80058a196ca0c7bf
7
+ data.tar.gz: 1fb05af06072c7adf60191a657aac1696c63ec01ff9fc49b29b83c5fd40ed6ed9bafbfd9992c5b64bac5bf728d85f6512c35b8ab37f6b8d44721f91c208d4aaa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.9)
4
+ cipherstash-pg (1.0.0.beta.11)
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.2)
13
+ rake-compiler (1.2.3)
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.0)
31
- stringio (3.0.6)
31
+ stringio (3.0.7)
32
32
 
33
33
  PLATFORMS
34
34
  x86_64-linux
data/lib/2.7/libpq.so.5 CHANGED
Binary file
data/lib/2.7/pg_ext.so CHANGED
Binary file
data/lib/3.0/libpq.so.5 CHANGED
Binary file
data/lib/3.0/pg_ext.so CHANGED
Binary file
data/lib/3.1/libpq.so.5 CHANGED
Binary file
data/lib/3.1/pg_ext.so CHANGED
Binary file
data/lib/3.2/libpq.so.5 CHANGED
Binary file
data/lib/3.2/pg_ext.so CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module CipherStashPG
2
- VERSION = "1.0.0.beta.9"
2
+ VERSION = "1.0.0.beta.11"
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.9
4
+ version: 1.0.0.beta.11
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - CipherStash Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-26 00:00:00.000000000 Z
11
+ date: 2023-06-05 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)