kms_encrypted 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/kms_encrypted/log_subscriber.rb +2 -2
- data/lib/kms_encrypted/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3cd6e5aed4d2b4abd0ea948b36a5d4d70e216f189dd24553329aefca77ada32
|
4
|
+
data.tar.gz: 9a54c6f72bcbc605d3a88ced3a1bd17b5b9a375824d22f61a9d47f98ff1595f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41d90475acb864ab2c59b7cb8afb0ef86e46baf20bcadfcbabffb1a12770883e02a7254926c5fa2eb83a2b6802a3d586b7c567e3a127e3ef3946616d37590a1a
|
7
|
+
data.tar.gz: b8e15761db942481f13768f112d3adc2154b6c3647e24c8155ebf2a3138104eaec0d8f36a95a6cfc117a7014cb5e1936b372dcfe0dea20ea5a621db1bf0ae48d
|
data/CHANGELOG.md
CHANGED
@@ -8,7 +8,7 @@ module KmsEncrypted
|
|
8
8
|
name += " (#{event.duration.round(1)}ms)"
|
9
9
|
context = event.payload[:context]
|
10
10
|
context = context.inspect if context.is_a?(Hash)
|
11
|
-
debug " #{color(name, YELLOW, true)} Context: #{context}"
|
11
|
+
debug " #{color(name, YELLOW, bold: true)} Context: #{context}"
|
12
12
|
end
|
13
13
|
|
14
14
|
def encrypt(event)
|
@@ -19,7 +19,7 @@ module KmsEncrypted
|
|
19
19
|
name += " (#{event.duration.round(1)}ms)"
|
20
20
|
context = event.payload[:context]
|
21
21
|
context = context.inspect if context.is_a?(Hash)
|
22
|
-
debug " #{color(name, YELLOW, true)} Context: #{context}"
|
22
|
+
debug " #{color(name, YELLOW, bold: true)} Context: #{context}"
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kms_encrypted
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|