cobrato-client 0.9.0 → 0.9.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: d3719fc3b5a20922a60bb11076e35e5f6908fbbe
4
- data.tar.gz: 56a4d69b3a7bfb9e4870ce237f9c18fde0f6271e
3
+ metadata.gz: 4a03e8cb49a6b3d6526198d3b1c88fb54a684e7d
4
+ data.tar.gz: 33e0284247a3ce3286cabffac9b5a3888b268311
5
5
  SHA512:
6
- metadata.gz: d93fe5eab962d1d2a76a6b6e1441d0bb6e9e822f5e56bc5c23968112c7c28d4f20a0aa9f8978f6b7fcf86c66b0427f97a3bfc92aa4a2efa580c8d8a6509c6afb
7
- data.tar.gz: 0da7cf12481415d3f9d1fe42ad5e0de56aecd02e8361806288d8b49cc7448403227778b519f53dd41451533225c879c7f3e7b0407614923c1b000e8cdb90f4de
6
+ metadata.gz: 64c623ecc269256bc35dfac275ee04d64aba32db8d98149ead1929f8285adf6417a2e073e4445ace0bf79f939721da4ec1d6b31fffb27d51c8519e27119b3d73
7
+ data.tar.gz: 7e696196bb4b1f552b4b3bf317e2906f34dbce7f8d5ba8af9c047f8280f59d3d68a1f21e3f3a2ee5742636a87cc3cfcf51b9cf80504b9ea35bd67d2438524d62
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.9.0)
4
+ cobrato-client (0.9.1)
5
5
  multi_json (~> 1.11.1)
6
6
  typhoeus (~> 0.7.2)
7
7
  virtus (~> 1.0.5)
@@ -18,6 +18,8 @@ module Cobrato
18
18
  attribute :payer_city, String
19
19
  attribute :payer_state, String
20
20
  attribute :for_homologation, Boolean
21
+ attribute :for_homologation, Boolean
22
+ attribute :canceled_at, DateTime
21
23
 
22
24
  # billet specifics
23
25
  attribute :due_date, Date
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cobrato-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcio Ricardo Santos
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-07-26 00:00:00.000000000 Z
13
+ date: 2016-09-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus