cipherstash-pg 1.0.0.beta.10-x86_64-linux → 1.0.0.beta.12-x86_64-linux

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: 36bcb050205188e7d2559cd48e264059be35bcf64a774e54c8b2b44b787825b0
4
- data.tar.gz: e2c24414db263efce6160c30f1ee8dfadbeb99a9c3959c6efaa54f71e6ec7ed5
3
+ metadata.gz: 70c8e6d65635344e1931405d04114bd610d4004be14b5f946054cf0a5281d791
4
+ data.tar.gz: e3f3fdcf82c5f71064fcea79d4062a5fa69f3664759bc87ac48d151d968ef4ed
5
5
  SHA512:
6
- metadata.gz: 8e1d2f6d65736433c746150b9b3bd2db78bca3edf2770b456212c42a71c829c6cbf67a08afc16fb07e3ff6b053e316358955dce4f4daa0e24bce001a20a832c0
7
- data.tar.gz: f521db394d063af00d56abed1aeb9baa6babe2c7f9c25b151d6e685ab99f2690cee7dc9d7d1f45343ed6ed79c889a3e0ca472c98b5087d594dd99822d78c8e44
6
+ metadata.gz: 72e3542a96aa18a4d035fae4167199e8e208a4794bc0595925e12ac7f5a70bd3f735587fc94236dfb4dada22108671aad6b15915b004e624c50d6cd45dd8ba66
7
+ data.tar.gz: 3b2e5478e64eaad2be1b7217e7df7ca12faa870db68007168dd5faae3007eeffb8d8307506fdfea125fec607bc00d213944f51d7ad4f074ec65ee1a8d8d813d7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.10)
4
+ cipherstash-pg (1.0.0.beta.12)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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.10"
2
+ VERSION = "1.0.0.beta.12"
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.10
4
+ version: 1.0.0.beta.12
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-30 00:00:00.000000000 Z
11
+ date: 2023-06-09 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)