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 +4 -4
- data/app/models/zuora_connect/app_instance_base.rb +1 -1
- data/lib/zuora_connect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a6db99f92b56e87652193ef5c136999f19fe7d6
|
|
4
|
+
data.tar.gz: e773624b3b70a758b7eae4a820a5604769822303
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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]
|
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.
|
|
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-
|
|
11
|
+
date: 2018-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|