billimatic-client 1.0.0 → 1.0.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: feac5562401a7125837233e672cc3231345486b4
4
- data.tar.gz: 2ae017aa7eff7629b81029a76a7e18ee7672891c
3
+ metadata.gz: b6e31c740a34d6a12b2aba57a1988025b8d35f2b
4
+ data.tar.gz: d89e1b5bae93f63669ef41e37cb15addb582485a
5
5
  SHA512:
6
- metadata.gz: ee66656fe110a806e831fd194b52706702a6eb7024597be7e74d5f9397b96330b3cc8d6e7e98d69195dd22742efccb63db45005a5a0bded6aad5e69dc56fddb4
7
- data.tar.gz: ffb56fc81b30630e060fc30eadbce7aedd8f501b90cb8ba9a7561b8aedbaa4515c420c3eeec1ce81994c565dab66357879e28626aaa29133e76d5781a40d126f
6
+ metadata.gz: f04a3ece93051266f02d7b79e16b941d37536a750df405762e7ef2010da562f4b6ca0cd6ee2cfa70ca95dccde2367ac0a35aa2d37e27b6d5fbacf8c1a385a497
7
+ data.tar.gz: 9d1b026bf96f91efa44cb322ca38134a62f88a1526ba05c8bf730b10f41ae89a7539608fe3691cec14577b8b7c64006be6865036346c412fa07eab568ad8c78e
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v1.0.1
6
+ - Adds `card_installments` attribute on InvoiceTemplate entity.
5
7
  ## v1.0.0
6
8
  ### BREAKING CHANGES
7
9
  - Removes Subscription#checkout endpoint.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (1.0.0)
4
+ billimatic-client (1.0.1)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -21,6 +21,7 @@ module Billimatic
21
21
  attribute :days_until_automatic_nfe_emission, Integer
22
22
  attribute :nfe_body, String
23
23
  attribute :payment_method, String
24
+ attribute :card_installments, Integer
24
25
  attribute :cobrato_charge_config_id, Integer
25
26
  attribute :cobrato_charge_config_name, String
26
27
  attribute :cobrato_charge_template_id, Integer
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.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: 1.0.0
4
+ version: 1.0.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-05-28 00:00:00.000000000 Z
15
+ date: 2019-06-10 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: typhoeus