cipherstash-pg 1.0.0.beta.4-aarch64-linux → 1.0.0.beta.5-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: 2141e518ca13636b759c0037920782d873cde22ff3abdd17398e95787d6fe33e
4
- data.tar.gz: 4c5133c8ecee0b63013fc635f35d1aaee538f15299e9cc0f883432e9b7a07b96
3
+ metadata.gz: af861ba921a9a5dd71a73e5dc8dab5becbdd7e7acc335c886bd2a1bdb169df60
4
+ data.tar.gz: 8d8b48adbe97ac8d5d440809d8ce5ed53cc4184a1c367003c2ccc58e5d1dd728
5
5
  SHA512:
6
- metadata.gz: 68fb72d1d1cc29c493aea2066b475a2c3aa7496fb4a66ec729b299f51fc2e3057820b0230aeae62734fe719d5789eeb8b474dc304bf8373aa79b35687471fd41
7
- data.tar.gz: 6c9ae4c323d998c0c0b99b93bd20bb38506271918d8565fac88f889da423810744cbb6e98453c8e900b728535a6272a71ccc4031a1ab89033473aa5850fed125
6
+ metadata.gz: 027216bb1f485ae397e5e6bd7bb188809dce37796bef6783e1036f8035942540f61ba00ba9f9449ca7074f4687c418130fbe53d8291550c044f81234f4696531
7
+ data.tar.gz: e863db38403d97dfc86289c3ccdd6726cecd20215c1914440c009e6c89f052ad652b3085023569252ae2f60ec6b92575b1a73f075c98c0b1712f7fabbc88b02b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.4)
4
+ cipherstash-pg (1.0.0.beta.5)
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.4"
2
+ VERSION = "1.0.0.beta.5"
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.4
4
+ version: 1.0.0.beta.5
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-01 00:00:00.000000000 Z
11
+ date: 2023-05-11 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)