cipherstash-pg 1.0.0.beta.10-aarch64-linux → 1.0.0.beta.12-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: 42b6a457b41e1c1b68f957eba6725cfcff3aa56a2d03d87786644594a7fc6e26
4
- data.tar.gz: 405cfc2058de8fbb371ab5da9f31d563ee69352173c4b5a1f83a2d50c4130533
3
+ metadata.gz: db759f728cf3f179609eafcba48f88e56ec0630c6825d3dda38d18af1cfaa15d
4
+ data.tar.gz: cafba7f6fce1c313a74344ec8e94862525d7c17772d2db7b6c24d0ffd417c88c
5
5
  SHA512:
6
- metadata.gz: 4181800d85b4bd1b684cd44d7a3db4ab7158827bdfe0e21d0519674e51a338677c1c3cb2d2e4ac1d9e420b218269d381220b02eedca7bb6363a3f0264abbaa12
7
- data.tar.gz: 16eede23de2d64af4822bb866679c275eb07a3a7cf3c330eeca1469c76d269915199bee6f2173a8c5b11153a47252f83af6ae15c21f0adbf708ff5a51a6c5a7e
6
+ metadata.gz: 199d312aa066603bf2b23fa2301b45c9d1b12ba697df5491cb9386a9102100fd7a62344c9eff37e484ab42cf0d030d6f3a839c7efad5a2e1f3bc11a34a77f23d
7
+ data.tar.gz: 509fe587c0aca1ac19caa6fa5973253820f7de2242fece4235e8ce3b3a2b74b7c5e65dadae010e80624bb989faa1534a059d6cc4994c20292214b2227a39f20d
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
  aarch64-linux
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: aarch64-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)