billimatic-client 0.22.0 → 0.22.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: 09405a4ee4e875f15bb68693cdde3312a7e52ce0
4
- data.tar.gz: 0096c77935fb3cc77b4e6bedd2bbccf965749cf7
3
+ metadata.gz: eee57dd42e1024faca5d50589b6e9034f6ba352d
4
+ data.tar.gz: 68faff10246eaec84989a76b7286e2d0cf9136ce
5
5
  SHA512:
6
- metadata.gz: 5063188098eb65cf922203da057f4fc830f005e864914be77afb8ab68bca91bc74ae47121f9cd59b89775de9feb2ce5ce06657b3ca61d5c797296814c59b38c9
7
- data.tar.gz: b6a30bd09d41f5d557ce9c157ae3d4711991b8a1490eb37bf4fec1f54469a0796d3d03b37ff670ab88eed8612a1eb93c98ea2a67aa81b4d3cb006ef4b64f8b66
6
+ metadata.gz: f24783ced836b47a093f498e8b630bf45cc7b754e6baed822874569383bba2c3248c8867f9ac9944adf57e25ca78cdba300a8aefe5397949df0fdcf42dee527a
7
+ data.tar.gz: 6b7fa498c5074b851c9c7829e8ee690e9e4dc379427b8b5fcdb730e94b153af9d0e8b3ccf2878ec501850b748e16283d805bf427c8f2a04828602e40b8f4c6e5
data/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v0.22.1
6
+ - Adds `overdue_automatic_management` attribute on Contract entity.
7
+
5
8
  ## v0.22.0
6
9
  - Adds EmailTemplate entity.
7
10
  - Adds EmailTemplate#list endpoint.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (0.22.0)
4
+ billimatic-client (0.22.1)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -24,6 +24,7 @@ module Billimatic
24
24
  attribute :cancel_reason, String
25
25
  attribute :cobrato_payment_gateway_charge_config_id, Integer
26
26
  attribute :cobrato_payment_gateway_charge_config_name, String
27
+ attribute :overdue_automatic_management, Boolean
27
28
  attribute :plan, Plan
28
29
  end
29
30
  end
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '0.22.0'
2
+ VERSION = '0.22.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.22.0
4
+ version: 0.22.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: 2019-04-10 00:00:00.000000000 Z
15
+ date: 2019-05-02 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: typhoeus