zuora_connect 3.1.5.pre.c → 3.1.5.pre.d
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/app/models/zuora_connect/app_instance_base.rb +1 -1
- data/lib/zuora_connect/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: 8b6d724306897543a323fd69229a7f76cbc53ab37c6a7d4afc67fed8a32ff742
|
|
4
|
+
data.tar.gz: cdadbbfc0923a51176218dafb946b72e2e60e5575a495b0670565c48bdad1ede
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35d5ff782e1043a831efdd21ff37f725d8056b65ad56f1203cb53a46adcdabb2fe6a31f002b2c6f41a179735b361e6217b193782f80f7d67e5071524d10f0712
|
|
7
|
+
data.tar.gz: 8af12b1602bb355c5585c87df11869072cff69137bbe3258f1d6318a0377e6341b4c205bde5492ee9a430c2b3295c6fdbe2977e4daf9cd01be38293053a4f7a3
|
|
@@ -518,7 +518,7 @@ module ZuoraConnect
|
|
|
518
518
|
end
|
|
519
519
|
rescue ArgumentError, OpenSSL::Cipher::CipherError => ex
|
|
520
520
|
if (
|
|
521
|
-
ex.is_a?(ArgumentError) && ['invalid base64'].include?(ex.message) ||
|
|
521
|
+
ex.is_a?(ArgumentError) && ['invalid base64', 'data must not be empty'].include?(ex.message) ||
|
|
522
522
|
ex.is_a?(OpenSSL::Cipher::CipherError) && ['wrong final block length', 'bad decrypt'].include?(ex.message)
|
|
523
523
|
) && encryption_type == :envelope && (kms_tries += 1) < 3
|
|
524
524
|
ZuoraConnect.logger.warn("Fallback to encryption 'direct', from '#{encryption_type}'", ex, self.default_ougai_items)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zuora_connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.5.pre.
|
|
4
|
+
version: 3.1.5.pre.d
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Connect Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|