cipherstash-pg 1.0.0.beta.7-x86_64-linux → 1.0.0.beta.8-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: 428109c2e2823a2d23b1518603b7fc80912eb4f10eff224c6dc1d58c90af59e4
4
- data.tar.gz: 86cf38de19f7a63242767648a4b382e68a82f4a545763f4fe274ab6dc5961a3b
3
+ metadata.gz: 58ae42e5ecbcdcd3377978c4650f819bb3550d18bb94a2fd5adbeace18c7ffb2
4
+ data.tar.gz: c79a5ee0ee5734b87e0fd179d17b74940af9077ef5ca12800066dfbb74b575c1
5
5
  SHA512:
6
- metadata.gz: 205ead7c51eeeb3f78038723435a8dbe44bdc8e41883f5d21ad7be3976c3f214a155e17115a4190c8cbad55df24038ff6215e8773d342fbe48fc744f35c3d916
7
- data.tar.gz: 39eb6d8883dc80c18ff262c842aaff8e7f326e7827b3735dc6cc40468444623790cc6cf805d66d00c3487279dd1bc756774a5eb145ee6de5456fe7e52117ec57
6
+ metadata.gz: e542ec910aa3ef1664d3fa2858a1de56f306e411f686405f7f74ea2f4762d607dd9339c76ba718a24ec0038f6a95d36e7d7cde9e48b75ff40dd73bd3b4e33412
7
+ data.tar.gz: 333e8c40cefcb6f29e086320eb9a378e434bba6a10204d45298d902e1c0f89b66de4616f870c45983b8af532aede442f1b36b793c3219dc8c0c660a0f3841420
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.7)
4
+ cipherstash-pg (1.0.0.beta.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -10,7 +10,7 @@ GEM
10
10
  psych (5.1.0)
11
11
  stringio
12
12
  rake (13.0.6)
13
- rake-compiler (1.2.1)
13
+ rake-compiler (1.2.2)
14
14
  rake
15
15
  rake-compiler-dock (1.3.0)
16
16
  rdoc (6.5.0)
@@ -31,7 +31,7 @@ GEM
31
31
  stringio (3.0.6)
32
32
 
33
33
  PLATFORMS
34
- ruby
34
+ x86_64-linux
35
35
 
36
36
  DEPENDENCIES
37
37
  bundler (>= 1.16, < 3.0)
@@ -42,4 +42,4 @@ DEPENDENCIES
42
42
  rspec (~> 3.5)
43
43
 
44
44
  BUNDLED WITH
45
- 2.1.4
45
+ 2.4.6
data/lib/2.7/pg_ext.so CHANGED
Binary file
data/lib/3.0/pg_ext.so ADDED
Binary file
data/lib/3.1/pg_ext.so ADDED
Binary file
data/lib/3.2/pg_ext.so ADDED
Binary file
@@ -1,3 +1,3 @@
1
1
  module CipherStashPG
2
- VERSION = "1.0.0.beta.7"
2
+ VERSION = "1.0.0.beta.8"
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.7
4
+ version: 1.0.0.beta.8
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-22 00:00:00.000000000 Z
11
+ date: 2023-05-25 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)
@@ -49,6 +49,9 @@ files:
49
49
  - "./certs/larskanis-2023.pem"
50
50
  - "./cipherstash-pg.gemspec"
51
51
  - "./lib/2.7/pg_ext.so"
52
+ - "./lib/3.0/pg_ext.so"
53
+ - "./lib/3.1/pg_ext.so"
54
+ - "./lib/3.2/pg_ext.so"
52
55
  - "./lib/cipherstash-pg.rb"
53
56
  - "./lib/cipherstash-pg/basic_type_map_based_on_result.rb"
54
57
  - "./lib/cipherstash-pg/basic_type_map_for_queries.rb"