zuora_connect 1.5.40b → 1.5.40c

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: e18846dd3a100492259458122d7a58e1f62ad595
4
- data.tar.gz: ea40c59fc3814fef76e4279c76ea9a0fbe651fcb
3
+ metadata.gz: 753cf39fdb1d819cc2bc6e2d4feb9d4cbf147d7a
4
+ data.tar.gz: 2ea5a6277408d932ee5257cf1726ec4b2c2dd0da
5
5
  SHA512:
6
- metadata.gz: 6432f6f921abfa602136fd176af03fb750cc611538881ca3cb241568103a00e7ad3b3498bf66edae33d5616f85bc376824fa51d1482c3c90ce43669e88c01ceb
7
- data.tar.gz: f537619bd058bfe29040d7bfbf7ef89e95eea34dc640ac929d95722909b3df632a017d0a0ea2be66889115a39bddfe156403267e74f993a3a8f0764d04b04a27
6
+ metadata.gz: f9f4d8c85aa8daa796a330890400252c0505b2b7d0428353fd75169629da93b03f89f1afff409050e7c31866aa40990368c46b9a6e74c73d43880ed310966649
7
+ data.tar.gz: e3c2678033874dc7403d40f4c661fb7ee4ee66172e6b249d760c584bf2279208a224519e2c21ce91bd4b134c951631bd7c46b8ab2f5a54a17974a8727f57e6ac
@@ -37,4 +37,10 @@ module ZuoraConnect
37
37
 
38
38
  return configuration
39
39
  end
40
+
41
+
42
+
43
+
44
+
45
+
40
46
  end
@@ -11,9 +11,7 @@ module ZuoraConnect
11
11
  @use_s3 = false
12
12
  @private_key = ENV["CONNECT_KEY"]
13
13
  @additional_apartment_models = []
14
- # telegraf_endpoints: select based on which daemonset to use
15
14
  @telegraf_endpoint = 'udp://telegraf-ds.deis.svc.cluster.local:8094'
16
- # @telegraf_endpoint = 'udp://deis-monitor-telegraf.deis.svc.cluster.local:8094'
17
15
  @enable_metrics_flag = true
18
16
  @telegraf_client = Telegraf::Agent.new @telegraf_endpoint
19
17
 
@@ -6,7 +6,6 @@ module ZuoraConnect
6
6
  module Helpers
7
7
  extend ActiveSupport::Concern
8
8
 
9
-
10
9
  def authenticate_app_api_request
11
10
  #Skip session for api requests
12
11
  Thread.current[:appinstance] = nil
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.5.40b"
2
+ VERSION = "1.5.40c"
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: 1.5.40b
4
+ version: 1.5.40c
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team