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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5e9d54c273ae3e76a7a1f7a531b72b06caf5e00379f38e0d163e26199a06e88
4
- data.tar.gz: d52dfddfa8a212558a03a7471256f6eb9548f9d4f38c9cad94f4a3f9b83c8273
3
+ metadata.gz: b3cd6e5aed4d2b4abd0ea948b36a5d4d70e216f189dd24553329aefca77ada32
4
+ data.tar.gz: 9a54c6f72bcbc605d3a88ced3a1bd17b5b9a375824d22f61a9d47f98ff1595f9
5
5
  SHA512:
6
- metadata.gz: 44ed5968f5922182764a922e8c915850e720b9909959ff0194c0f0451bb544986ea278b21380da539b30b203d8779304e01c8d4b04f407e67e623999c8456b1e
7
- data.tar.gz: 4cf8569a4bae315bf269ae16dfb145cb5bf90f8680eeab7b886be9e486281e09b6426529d7254da93e0adb0060eee4be9f8674bc15ba0730105d20c4c1cc7423
6
+ metadata.gz: 41d90475acb864ab2c59b7cb8afb0ef86e46baf20bcadfcbabffb1a12770883e02a7254926c5fa2eb83a2b6802a3d586b7c567e3a127e3ef3946616d37590a1a
7
+ data.tar.gz: b8e15761db942481f13768f112d3adc2154b6c3647e24c8155ebf2a3138104eaec0d8f36a95a6cfc117a7014cb5e1936b372dcfe0dea20ea5a621db1bf0ae48d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.5.1 (2023-09-05)
2
+
3
+ - Fixed deprecation warning with Active Support 7.1
4
+
1
5
  ## 1.5.0 (2023-04-09)
2
6
 
3
7
  - Added support for attr_encrypted 4
@@ -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
@@ -1,3 +1,3 @@
1
1
  module KmsEncrypted
2
- VERSION = "1.5.0"
2
+ VERSION = "1.5.1"
3
3
  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.0
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-04-09 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport