billimatic-client 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +1 -1
- data/lib/billimatic/entities/invoice_rule.rb +1 -1
- 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: fa9cb834e47517283f93ba21dbc5afbb9dd51ff0
|
4
|
+
data.tar.gz: 24a62050b9ac2a0074857cc26ce2d494ea005fe4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b479d2da1053da77477cea3950bb51f3ad272322b9a045626ff16bc4435baa174a816902904bc7a35e37f7300109ebfe246f4db6a404e9e4a5503eb470206ec
|
7
|
+
data.tar.gz: 9bb6630829b150048a6166720732d57ecbb2c118a46fc77d8ace3fe09ed0b5f200a76392fad76722e96dd334a1a78e1900f8f24127219a2d78e5cbb0cc315568
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2
2
|
|
3
3
|
## Next version
|
4
4
|
|
5
|
+
## v0.16.0
|
6
|
+
- Changes `scheduled_updates` field on InvoiceRule entity, to become a collection of scheduled_update hashes.
|
7
|
+
|
5
8
|
## v0.15.0
|
6
9
|
- Fixes README.md details for update endpoints, with correct HTTP method used.
|
7
10
|
- Adds `city_inscription`, `myfinance_customer_id` and `myfinance_errors` attributes on Company entity.
|
data/Gemfile.lock
CHANGED
@@ -24,7 +24,7 @@ module Billimatic
|
|
24
24
|
attribute :automatic_email_template_id, Integer
|
25
25
|
attribute :services, Array[Service]
|
26
26
|
attribute :additional_information, Hash
|
27
|
-
attribute :
|
27
|
+
attribute :scheduled_updates, Array[Hash]
|
28
28
|
attribute :receivables_additional_information, Hash
|
29
29
|
attribute :payment_information, PaymentInformation
|
30
30
|
end
|
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.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rodrigo Tassinari de Oliveira
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: exe
|
13
13
|
cert_chain: []
|
14
|
-
date: 2018-
|
14
|
+
date: 2018-04-27 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: typhoeus
|