cipherstash-pg 1.0.0.beta.4-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: 2141e518ca13636b759c0037920782d873cde22ff3abdd17398e95787d6fe33e
4
- data.tar.gz: 4c5133c8ecee0b63013fc635f35d1aaee538f15299e9cc0f883432e9b7a07b96
3
+ metadata.gz: 49a6ae892f65467ee8cf25d4e73f55ca2646a7231ea18ae2a7006b709955d736
4
+ data.tar.gz: 48cea277394223974368de9728224711b020db03a99e5f3df5f858c1e3306dc0
5
5
  SHA512:
6
- metadata.gz: 68fb72d1d1cc29c493aea2066b475a2c3aa7496fb4a66ec729b299f51fc2e3057820b0230aeae62734fe719d5789eeb8b474dc304bf8373aa79b35687471fd41
7
- data.tar.gz: 6c9ae4c323d998c0c0b99b93bd20bb38506271918d8565fac88f889da423810744cbb6e98453c8e900b728535a6272a71ccc4031a1ab89033473aa5850fed125
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.4)
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.4"
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.4
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-01 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)