cipherstash-pg 1.0.0.beta.5-aarch64-linux → 1.0.0.beta.6-aarch64-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: af861ba921a9a5dd71a73e5dc8dab5becbdd7e7acc335c886bd2a1bdb169df60
4
- data.tar.gz: 8d8b48adbe97ac8d5d440809d8ce5ed53cc4184a1c367003c2ccc58e5d1dd728
3
+ metadata.gz: 49a6ae892f65467ee8cf25d4e73f55ca2646a7231ea18ae2a7006b709955d736
4
+ data.tar.gz: 48cea277394223974368de9728224711b020db03a99e5f3df5f858c1e3306dc0
5
5
  SHA512:
6
- metadata.gz: 027216bb1f485ae397e5e6bd7bb188809dce37796bef6783e1036f8035942540f61ba00ba9f9449ca7074f4687c418130fbe53d8291550c044f81234f4696531
7
- data.tar.gz: e863db38403d97dfc86289c3ccdd6726cecd20215c1914440c009e6c89f052ad652b3085023569252ae2f60ec6b92575b1a73f075c98c0b1712f7fabbc88b02b
6
+ metadata.gz: 825cd4b9595f3a551239c39f8027a2ffc0ff857ac79ecde1a0c4ebf7c60c9af4b39640dba6ed21b694b228d96f13fab4bed7cf2441cbbc85c78a52cf664cb999
7
+ data.tar.gz: b99d7d27417892d00b00798085245a1d9ed5bf6d7780b00cd11f8adfd5db4d6acd05460b5624be9182bacbf41e109e227544cbf9cb3482f9c84f916945ddb100
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.5)
4
+ cipherstash-pg (1.0.0.beta.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/2.7/pg_ext.so CHANGED
Binary file
data/lib/3.0/pg_ext.so CHANGED
Binary file
data/lib/3.1/pg_ext.so 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.5"
2
+ VERSION = "1.0.0.beta.6"
3
3
  end
data/lib/libpq.so.5 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.5
4
+ version: 1.0.0.beta.6
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - CipherStash Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-11 00:00:00.000000000 Z
11
+ date: 2023-05-17 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)