gotransverse-tract-api 0.20.3 → 0.21.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9e44b272082773f2deac6cfa9001bf7d77ae23b
|
|
4
|
+
data.tar.gz: c3956069f8e83363201328d6df01fcc921e7d5d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba1a23f4a692e9340c2c9d650b2499a05c88ca0018c49b5fbdbd26532350ac403045b2374b1801f6372ec2f499ec2e39ae32bdcad31f033d492669b469d9eb2c
|
|
7
|
+
data.tar.gz: 3baf35952bda1c76ceb74752847c7f8d7e00c230b19c13284462ccbdd96f1b7110799086e1ad9db4127cb6ee8d28ddd93946842b751dc50f8c3d07a18eb11dbf
|
|
@@ -396,6 +396,8 @@ module GoTransverseTractApi
|
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
|
|
399
|
+
bill_type[:billingAccount][:externalAccountNum] = billing_account[:external_account_number] if billing_account.has_key?(:external_account_number)
|
|
400
|
+
|
|
399
401
|
if billing_account.has_key?(:daily_bill_cycle)
|
|
400
402
|
bill_cycle = {
|
|
401
403
|
dailyBillCycle: {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gotransverse-tract-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien DeFrance
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-12-
|
|
13
|
+
date: 2016-12-22 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
260
260
|
version: '0'
|
|
261
261
|
requirements: []
|
|
262
262
|
rubyforge_project:
|
|
263
|
-
rubygems_version: 2.4.
|
|
263
|
+
rubygems_version: 2.4.8
|
|
264
264
|
signing_key:
|
|
265
265
|
specification_version: 4
|
|
266
266
|
summary: A ruby gem allowing developers to conveniently integrate with GoTransverse's
|