zuora_connect 2.0.39 → 2.0.40

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1187f03589dcf5f146ff216cf9ac519c20832f6a48166ae62d2bcd89623cef48
4
- data.tar.gz: c19768a45a793fedf4be858a0cf00e092103ac53eb1bc73befecc6f6567df542
3
+ metadata.gz: 690159f63a8d9eb6653ee405b585d44771ca1079da0f6872b108e3e169143a4e
4
+ data.tar.gz: d10d8a55a145887dd88222d8aa2860800715cc9eccf65806016cddc8b05ae1fc
5
5
  SHA512:
6
- metadata.gz: 59f453310a48f9d833e00d66043b64ad90d56a496d3e9014fb7a1a2364a709b15486f8dcd869d919ef413d9312571ca9f8ec87c9e9bbfb52479f4b24edb20977
7
- data.tar.gz: 608e6583f14ffa98c2a12486bee1ba388ffa192126aeba1323c9668f037bc3117187eeac196863a009380ff2f59e1fa093095cdb1a03e62a572ec34c0cd2c70b
6
+ metadata.gz: bb3ed92f94b5377fbd8bba914d4a3b6c1778d78d8cd3d39ad8a1515b461bfa048531ca65565a4d873549486f9804a86c655e4c4c31d6fb796bb9d8033da129fd
7
+ data.tar.gz: 37f07b99af5a5d30bcd9a6fc20a8033caa4508610e0273aba2f2fcbb1204122a9db8ce8a5ea955f9e3fabe878df717d76f6a12ea7be272f31d560d3041921837
@@ -41,10 +41,14 @@ module ZuoraConnect
41
41
  }, status: 200
42
42
  rescue => ex
43
43
  Rails.logger.error("Failed to Initialize application", ex)
44
- render json: {
45
- message: "Failure initializing app instance",
46
- status: 500
47
- }, status: 500
44
+ if performed?
45
+ Rails.logger.error("Failed to Initialize application #{performed?}", ex)
46
+ else
47
+ render json: {
48
+ message: "Failure initializing app instance",
49
+ status: 500
50
+ }, status: 500
51
+ end
48
52
  end
49
53
  end
50
54
 
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.39"
2
+ VERSION = "2.0.40"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.39
4
+ version: 2.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team