gotransverse-tract-api 0.11.1 → 0.11.2

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: 7f6f694e70a36f27938054b41c82784bb7cae79e
4
- data.tar.gz: 3a8a4432232b6448408bc0726b845c51c36c13c3
3
+ metadata.gz: ed16b84ad2eba1e7a94113fa6439c5001ccec245
4
+ data.tar.gz: 90d7edfdec370d5288d91e593552ea3e75354980
5
5
  SHA512:
6
- metadata.gz: 40efbb726a03c7a21f32c38cbb7aa3e83053cadc63d4fd16809adb03b575ab79931cae31631a5e8c8dc7c867813444501402f3613c186be6fbbc6578ad9699a6
7
- data.tar.gz: 6d2e70f7d27b1e124989215e2b40c61a7eb115fd25ddb632124e92ee6796f9d275b432e95a924f5b6654602339d2a76bb511fc2ee05732931da6a88616c2296b
6
+ metadata.gz: 4a9ca377cbb348cc9ec25252a860c0ee35d6aa0af4019b5fcafd48201dd84056e17cf41992f4f73620c0c9ff2110aef8678da6ba88396107c139cf0f5164bbac
7
+ data.tar.gz: 97b6caf59053e2ee4b62dfcb9133ac71c9b9b1c917833dbb913f4d9f0758a57b910db9bb4d6831c08b5aae6b113056758450c96ae0c0fd5fe65c8ef5f869c276
@@ -387,8 +387,7 @@ module GoTransverseTractApi
387
387
  def create_billing_account billing_account
388
388
  data = {
389
389
  billingAccount: {
390
- billType: billing_account[:bill_type],
391
- startDate: billing_account[:start_date]
390
+ billType: billing_account[:bill_type]
392
391
  },
393
392
  dailyBillCycle: {
394
393
  eid: billing_account[:daily_bill_cycle][:eid]
@@ -1,6 +1,6 @@
1
1
  module GoTransverseTractApi
2
2
 
3
- VERSION = "0.11.1"
3
+ VERSION = "0.11.2"
4
4
  TARGET_API_VERSION = "1.29"
5
5
 
6
6
  end
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.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien DeFrance
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-20 00:00:00.000000000 Z
12
+ date: 2016-04-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler