cipherstash-pg 1.0.0.beta.8-x86_64-linux → 1.0.0.beta.10-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: 58ae42e5ecbcdcd3377978c4650f819bb3550d18bb94a2fd5adbeace18c7ffb2
4
- data.tar.gz: c79a5ee0ee5734b87e0fd179d17b74940af9077ef5ca12800066dfbb74b575c1
3
+ metadata.gz: 36bcb050205188e7d2559cd48e264059be35bcf64a774e54c8b2b44b787825b0
4
+ data.tar.gz: e2c24414db263efce6160c30f1ee8dfadbeb99a9c3959c6efaa54f71e6ec7ed5
5
5
  SHA512:
6
- metadata.gz: e542ec910aa3ef1664d3fa2858a1de56f306e411f686405f7f74ea2f4762d607dd9339c76ba718a24ec0038f6a95d36e7d7cde9e48b75ff40dd73bd3b4e33412
7
- data.tar.gz: 333e8c40cefcb6f29e086320eb9a378e434bba6a10204d45298d902e1c0f89b66de4616f870c45983b8af532aede442f1b36b793c3219dc8c0c660a0f3841420
6
+ metadata.gz: 8e1d2f6d65736433c746150b9b3bd2db78bca3edf2770b456212c42a71c829c6cbf67a08afc16fb07e3ff6b053e316358955dce4f4daa0e24bce001a20a832c0
7
+ data.tar.gz: f521db394d063af00d56abed1aeb9baa6babe2c7f9c25b151d6e685ab99f2690cee7dc9d7d1f45343ed6ed79c889a3e0ca472c98b5087d594dd99822d78c8e44
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cipherstash-pg (1.0.0.beta.8)
4
+ cipherstash-pg (1.0.0.beta.10)
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.2)
13
+ rake-compiler (1.2.3)
14
14
  rake
15
15
  rake-compiler-dock (1.3.0)
16
16
  rdoc (6.5.0)
Binary file
data/lib/2.7/pg_ext.so CHANGED
Binary file
Binary file
data/lib/3.0/pg_ext.so CHANGED
Binary file
Binary file
data/lib/3.1/pg_ext.so CHANGED
Binary file
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.8"
2
+ VERSION = "1.0.0.beta.10"
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.8
4
+ version: 1.0.0.beta.10
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-25 00:00:00.000000000 Z
11
+ date: 2023-05-30 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)
@@ -48,9 +48,13 @@ files:
48
48
  - "./certs/larskanis-2022.pem"
49
49
  - "./certs/larskanis-2023.pem"
50
50
  - "./cipherstash-pg.gemspec"
51
+ - "./lib/2.7/libpq.so.5"
51
52
  - "./lib/2.7/pg_ext.so"
53
+ - "./lib/3.0/libpq.so.5"
52
54
  - "./lib/3.0/pg_ext.so"
55
+ - "./lib/3.1/libpq.so.5"
53
56
  - "./lib/3.1/pg_ext.so"
57
+ - "./lib/3.2/libpq.so.5"
54
58
  - "./lib/3.2/pg_ext.so"
55
59
  - "./lib/cipherstash-pg.rb"
56
60
  - "./lib/cipherstash-pg/basic_type_map_based_on_result.rb"
@@ -68,7 +72,6 @@ files:
68
72
  - "./lib/cipherstash-pg/tuple.rb"
69
73
  - "./lib/cipherstash-pg/type_map_by_column.rb"
70
74
  - "./lib/cipherstash-pg/version.rb"
71
- - "./lib/libpq.so.5"
72
75
  - "./misc/openssl-pg-segfault.rb"
73
76
  - "./misc/postgres/History.txt"
74
77
  - "./misc/postgres/Manifest.txt"