billimatic-client 0.11.2 → 0.11.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf08007f157c5480cd076ac729c6683b6a3d7b61
4
- data.tar.gz: 6fddf8a7730fef2fdf5c044bc59747c755ce960b
3
+ metadata.gz: bb388f2a18e689fcb08b69d9d375f4d1c44200a6
4
+ data.tar.gz: 356dabd82324a59085fc17f0f84949a78ffe101d
5
5
  SHA512:
6
- metadata.gz: d793b8c539076fba1c0feff809804ff31a49fba23846d3f94d2ec42b9bd2bc73f8491e165c2ca1bfaf31f0f9a82d7023067bb5cd3e817927b8def9f7a0a12528
7
- data.tar.gz: b59f76eb68cda8764bb7d3cdf00e98ea566f7195c6a70effd4aae3eb563d66ad254053eeaf5dfa9daec1c931dfc559948b19725f372021f0c51ffba19077568e
6
+ metadata.gz: 11944728ad93c46bc379949ed9f20a0b5c6ed3e43c689c4168cf3f6d4f03f18010824c605011cda3116ef18046a1d451a2989ed127fbc2e408a8a91017a2abc1
7
+ data.tar.gz: d2961cd2a4e9a5555efd79baa57efe284f31cbf7327efa2c5e6e9868026a99863b69a826b8e3c34fe742b36bb8d068699dcd0c994c4f6a8fce61b9ec024a6497
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (0.11.2)
4
+ billimatic-client (0.11.3)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -28,6 +28,7 @@ module Billimatic
28
28
  attribute :cobrato_charge_config_name, String
29
29
  attribute :cobrato_charge_template_id, Integer
30
30
  attribute :cobrato_charge_template_name, String
31
+ attribute :management_type, String
31
32
  attribute :receivables, [Receivable]
32
33
  attribute :services, [Service]
33
34
  attribute :attachments, [Hash]
@@ -16,6 +16,7 @@ module Billimatic
16
16
  attribute :cobrato_charge_config_name, String
17
17
  attribute :cobrato_charge_template_id, Integer
18
18
  attribute :cobrato_charge_template_name, String
19
+ attribute :management_type, String
19
20
  attribute :services, Array[Service]
20
21
  attribute :additional_information, Hash
21
22
  attribute :scheduled_update, Hash
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '0.11.2'
2
+ VERSION = '0.11.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billimatic-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Tassinari de Oliveira
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-03-31 00:00:00.000000000 Z
13
+ date: 2017-04-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus