zuora_connect 1.7.57 → 1.7.58
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/config/initializers/aws.rb +1 -0
- data/lib/zuora_connect/controllers/helpers.rb +3 -1
- data/lib/zuora_connect/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6696ace41b5c20265acef6418b583879a80c4d11
|
4
|
+
data.tar.gz: 889488bb0ee5e2aa11962dbb40e281394bbd50ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2502531eed632078cf1ae3e400d0ed81ff76a36ae1fde589e237d004d619b2a77c4a0bffab256def90cf906aa7ac6a837c4bd07e27cc6849f96ffce235958499
|
7
|
+
data.tar.gz: 4a7f5d350864f505e0dc46b795f244287a1548e1e10c33353c629df690c27dfda9ed16723fda234822d661e8c0cf4c058a321a05e89017d850856ef876454300
|
@@ -0,0 +1 @@
|
|
1
|
+
Aws.config.update({log_level: :warn})
|
@@ -21,7 +21,9 @@ module ZuoraConnect
|
|
21
21
|
check_instance
|
22
22
|
end
|
23
23
|
end
|
24
|
-
|
24
|
+
if @appinstance.present?
|
25
|
+
Rails.logger.debug("[#{@appinstance.id}] Authenticate App API Request Completed In - #{(Time.now - start_time).round(2)}s")
|
26
|
+
end
|
25
27
|
end
|
26
28
|
|
27
29
|
def verify_with_navbar
|
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: 1.7.
|
4
|
+
version: 1.7.58
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apartment
|
@@ -270,6 +270,7 @@ files:
|
|
270
270
|
- app/views/zuora_connect/static/launch.html.erb
|
271
271
|
- app/views/zuora_connect/static/session_error.html.erb
|
272
272
|
- config/initializers/apartment.rb
|
273
|
+
- config/initializers/aws.rb
|
273
274
|
- config/initializers/object_method_hooks.rb
|
274
275
|
- config/initializers/postgresql_adapter.rb
|
275
276
|
- config/initializers/prometheus.rb
|