zuora_connect 2.0.19 → 2.0.20
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 -0
- data/lib/zuora_connect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 145d08a089a06a5fac7deebe4785420e196c017b06f81b05d3b57b99227fe528
|
|
4
|
+
data.tar.gz: a3325b2896366d01b8c724d4ce7d33ba70c65f587ac45ce17de960265c55c890
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94f2b0b471ce791fd2f82ef0a777fe01123618505c88e0f4b460e4928087cdcd90dbf567da540d80ae62a348b92dc598e07f647c5a14c712ec72320fb29b5f20
|
|
7
|
+
data.tar.gz: a4f0b17a68965acaf0ffa8196ae8f24cd0dda5f45fe36b459ed0d54fc0ea7ca58339b59647e3e06decd50ba2fe225bfa08bab30154c1ce79958b44d87f08a5f4
|
|
@@ -110,6 +110,7 @@ module ZuoraConnect
|
|
|
110
110
|
## DEV MODE TASK DATA MOCKUP
|
|
111
111
|
if ZuoraConnect.configuration.mode != "Production"
|
|
112
112
|
mock_task_data = {
|
|
113
|
+
"id" => ZuoraConnect.configuration.dev_mode_appinstance,
|
|
113
114
|
"mode" => ZuoraConnect.configuration.dev_mode_mode
|
|
114
115
|
}
|
|
115
116
|
|
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: 2.0.
|
|
4
|
+
version: 2.0.20
|
|
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-12-
|
|
11
|
+
date: 2019-12-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|