zuora_connect 1.5.40h → 1.5.40i

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: e9439f50b9f6588bd3341a2dde7ac8ba84c915dd
4
- data.tar.gz: 2d332bf487246078326b224b6bd075e42b9a8389
3
+ metadata.gz: 7a6db99f92b56e87652193ef5c136999f19fe7d6
4
+ data.tar.gz: e773624b3b70a758b7eae4a820a5604769822303
5
5
  SHA512:
6
- metadata.gz: b050de51628e1b3e578fc0f31aa9b6c1a480e93f06906215206704f20d904a98cd94e8e269cab80c039ff56eac89c47ec2ac871a990facdfa9cc0573da6792a8
7
- data.tar.gz: 5fd54ca7d3df430feaa4e9c578f9e756fd4a72689f0ef67566c7c99450cb4d3af8da90b5ec58ef3e345bae2385b9692c50e200d038766e39e163e019460b66bd
6
+ metadata.gz: 589bcf3ecfdaa91519f63e86ad51e58be8a608b1b9327377dff461ae7332ed2fa16a1e48c520b69e21b52913b0e5d6f82c08c9ded0b0de41d3a219ea51ae8f4d
7
+ data.tar.gz: 32482a5e5e8a322a9fca29b7ad59f6c4eaf5aefb710b98250012d5701a5f36b8b5117e2665af6075530eaa0be496f7d0a07c919978438862763f15feffc331ba
@@ -30,7 +30,7 @@ module ZuoraConnect
30
30
  # Returns the process type if any
31
31
  def self.get_process_type
32
32
  p_type = nil
33
- if ENV['HOSTNAME']
33
+ if ENV['HOSTNAME'] && ENV['DEIS_APP']
34
34
  temp = ENV['HOSTNAME'].split(ENV['DEIS_APP'])[1]
35
35
  temp = temp.split(/(-[0-9a-zA-Z]{5})$/)[0] # remove the 5 char hash
36
36
  p_type = temp[1, temp.rindex("-")-1]
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.5.40h"
2
+ VERSION = "1.5.40i"
3
3
  end
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.5.40h
4
+ version: 1.5.40i
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-01 00:00:00.000000000 Z
11
+ date: 2018-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment