billimatic-client 0.15.0 → 0.16.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: 056155cc282d5cb6fef2be63de1dcaf1a318419a
4
- data.tar.gz: abb25e370bebffb61e8af158b95a29cd82f11975
3
+ metadata.gz: fa9cb834e47517283f93ba21dbc5afbb9dd51ff0
4
+ data.tar.gz: 24a62050b9ac2a0074857cc26ce2d494ea005fe4
5
5
  SHA512:
6
- metadata.gz: 782f95e7a46752eef22932762b13857bd7f4d22addf82f6dac0120c4c17dc3bb916a5b5f13e4a5a3ffa9c08d164627d094c2d765ff7b2848ceae5ee04cd0c89d
7
- data.tar.gz: 7afbe6853b3aaf78e17e224fede6cc0c0710f65b4b1220096b4b2ae5ca4569dd596a4ffdd9309ae6ef620ac61bfb9ae389f282aa5ad957569567cc5f5f3f760e
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (0.15.0)
4
+ billimatic-client (0.16.0)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -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 :scheduled_update, Hash
27
+ attribute :scheduled_updates, Array[Hash]
28
28
  attribute :receivables_additional_information, Hash
29
29
  attribute :payment_information, PaymentInformation
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '0.15.0'
2
+ VERSION = '0.16.0'
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.15.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-02-15 00:00:00.000000000 Z
14
+ date: 2018-04-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: typhoeus