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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/billimatic/entities/invoice.rb +1 -0
- data/lib/billimatic/entities/invoice_rule.rb +1 -0
- data/lib/billimatic/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: bb388f2a18e689fcb08b69d9d375f4d1c44200a6
|
4
|
+
data.tar.gz: 356dabd82324a59085fc17f0f84949a78ffe101d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11944728ad93c46bc379949ed9f20a0b5c6ed3e43c689c4168cf3f6d4f03f18010824c605011cda3116ef18046a1d451a2989ed127fbc2e408a8a91017a2abc1
|
7
|
+
data.tar.gz: d2961cd2a4e9a5555efd79baa57efe284f31cbf7327efa2c5e6e9868026a99863b69a826b8e3c34fe742b36bb8d068699dcd0c994c4f6a8fce61b9ec024a6497
|
data/Gemfile.lock
CHANGED
@@ -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
|
data/lib/billimatic/version.rb
CHANGED
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.
|
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-
|
13
|
+
date: 2017-04-11 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: typhoeus
|