activerecord-cipherstash-pg-adapter 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/activerecord-cipherstash-pg-adapter.gemspec +1 -1
- data/lib/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41c1b03000cacaecb3cc2d50b4197e84bbd7f411953d6e350f5f98cbd3a4e7d9
|
|
4
|
+
data.tar.gz: 5a173561351a49346e30563f411e3396aaf0f0716897e0a006f3093fcff598fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 916645ea7e6c4b28bb07c65bc7310868fad5cd2bd80d7e84edb3c19e9baacc355219e38fb247d88b0b5f7c2350458e38d07656d34f50f8f181f3548fe9e06c46
|
|
7
|
+
data.tar.gz: 1b7e1e3552297a4ed51ac0125c2773832a082d34d2f3c6e88fec195ca682c5e19a4dd835af1eb9b61764108a0943859b326dac240555dee148f3e16409bb6c0a
|
data/CHANGELOG.md
CHANGED
|
@@ -6,12 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.8.3] - 2023-10-12
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Bump cipherstash-pg version to beta.19.
|
|
14
|
+
|
|
9
15
|
## [0.8.2] - 2023-09-25
|
|
10
16
|
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
11
19
|
- Update supported Active Record version to <= 7.1.
|
|
12
20
|
|
|
13
21
|
## [0.8.1] - 2023-09-14
|
|
14
22
|
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
15
25
|
- Update max supported Active Record dep to < version 7.1.
|
|
16
26
|
|
|
17
27
|
## [0.8.0] - 2023-09-07
|
|
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
|
|
32
32
|
# Runtime dependencies here; dev+test go in Gemfile.
|
|
33
33
|
spec.add_dependency "activerecord", ">= 6.0.0", "<= 7.1"
|
|
34
|
-
spec.add_dependency "cipherstash-pg", ">= 1.0.0.beta.
|
|
34
|
+
spec.add_dependency "cipherstash-pg", ">= 1.0.0.beta.19"
|
|
35
35
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-cipherstash-pg-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robin Howard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 1.0.0.beta.
|
|
39
|
+
version: 1.0.0.beta.19
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 1.0.0.beta.
|
|
46
|
+
version: 1.0.0.beta.19
|
|
47
47
|
description: CipherStash PostgreSQL adapter for ActiveRecord.
|
|
48
48
|
email:
|
|
49
49
|
- robin@cipherstash.com
|
|
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
205
|
version: '0'
|
|
206
206
|
requirements: []
|
|
207
|
-
rubygems_version: 3.3.
|
|
207
|
+
rubygems_version: 3.3.7
|
|
208
208
|
signing_key:
|
|
209
209
|
specification_version: 4
|
|
210
210
|
summary: CipherStash PostgreSQL adapter for ActiveRecord.
|