billimatic-client 0.19.0 → 0.19.1

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: 1ded6965b8ef309ab84255b882107a6968792f10
4
- data.tar.gz: 54216a37c467e0f9e318e3b1686dee14a61a80df
3
+ metadata.gz: 12d7c133796d5ca0e3106ae22054864d5ab48b36
4
+ data.tar.gz: e2048ce802c10120ba3a83b5888944e9bc753003
5
5
  SHA512:
6
- metadata.gz: 69c63b420f826df5f262ca69389ab8db420d262fdfd0efea3bfafbb08992b847c158c28c5dd08b1796f929791dca69e4a15c607e0310e8523bfa1d2c07d726cc
7
- data.tar.gz: ef5a72ac05d4105da70f481754d7dfe043e55904bfa960de2f302cd6694b5ee0be0ceddd8d80791a44279f9a86f4cf67b84c0c3d374c3b032e6d48ece6c5b0da
6
+ metadata.gz: b550fbb12e10a4986ac8598f56b66700ddd111a88ffca073e874109fc457af87f9a2c8f1fee0b002383bcc96d1f007e4d5c907311edee0c3f36062e1cfc44df9
7
+ data.tar.gz: ec5080d4cb8889279c83977715fb893e508615cfd54a44e993c709d9f90d41df5aa95e4c6f22e2721e1ddb5089de46c60c69c1a9248ab5816fc3c2e11b637b80
data/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v0.19.1
6
+ - Adds `apply_negative_updates` attribute on InvoiceRule entity.
7
+
5
8
  ## v0.19.0
6
9
  - Adds Company#list endpoint.
7
10
  - Adds Person#list endpoint.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (0.19.0)
4
+ billimatic-client (0.19.1)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -25,6 +25,7 @@ module Billimatic
25
25
  attribute :automatic_email_template_id, Integer
26
26
  attribute :notification_ruler_id, Integer
27
27
  attribute :notify_customer, Boolean
28
+ attribute :apply_negative_updates, Boolean
28
29
  attribute :services, Array[Service]
29
30
  attribute :additional_information, Hash
30
31
  attribute :scheduled_updates, Array[Hash]
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '0.19.0'
2
+ VERSION = '0.19.1'
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.19.0
4
+ version: 0.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Tassinari de Oliveira
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: exe
14
14
  cert_chain: []
15
- date: 2018-09-17 00:00:00.000000000 Z
15
+ date: 2018-10-17 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: typhoeus