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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61c0882d63a69029b67ea527a1fb8d94729f60af
4
- data.tar.gz: b744fb178e109f31c8e4461726a7140a42396702
3
+ metadata.gz: 6696ace41b5c20265acef6418b583879a80c4d11
4
+ data.tar.gz: 889488bb0ee5e2aa11962dbb40e281394bbd50ee
5
5
  SHA512:
6
- metadata.gz: aaaf7f733aaca0c953c06660a1410035d1ad1fbea981deb67a2e5010911cca6383b8ac241b660d5ca0687ee8cb045dbc0c64e9afd8dfca3146a20a7352472c9a
7
- data.tar.gz: 4ce6a07d33f603b534f19dfa4b4b0ff208bcf7422b193065d32715909f78ad8c479e37e4f31d6224204d433e2b0674e818dec1523a76d5814e46e8d9bd3a22a6
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
- Rails.logger.debug("[#{@appinstance.blank? ? "N/A" : @appinstance.id}] Authenticate App API Request Completed In - #{(Time.now - start_time).round(2)}s")
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
@@ -1,4 +1,4 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.7.57"
2
+ VERSION = "1.7.58"
3
3
  end
4
4
 
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.57
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-29 00:00:00.000000000 Z
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