cobrato-client 1.1.0 → 1.1.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: 046ff47874a245585f13ae29f8a604d0097e30a3
4
- data.tar.gz: 8ed8f54a0e252894169531fd64f86d01b61047a2
3
+ metadata.gz: 9bda917c9c828e597579b771a72ca36857bdabba
4
+ data.tar.gz: 157c335724809451dbea163090c41d6bafab3f7c
5
5
  SHA512:
6
- metadata.gz: 6bb876de9dcba41d2455188654cad110e1c6593f3174836a12c66a776af92e87d2febf4f349a9674af6fda19f56fbf704aee389ea5efb0a407d4f3101be7f77d
7
- data.tar.gz: c98781d3c77d9166c98d0724dd4d684dec42f27194f7896358c8da2cca780897dd7abcb08bfa19a66c9f46163e02a711f2d127f0e9759eea51c7f1bcdf35df08
6
+ metadata.gz: 533bad54c8bd47bdfbeefe6fbecc7f0b5bed965421262a16f82e8385d615c871d73bda022ef964c7d02ca06e1b87cae92b711ac1eb2ff55200081c4c895b9ead
7
+ data.tar.gz: 5ba26d565f8cea1a937936c72c391aa9329cf502b8c0e210d1de10da8d8b1fec64cf9f0322bd0c2aec8fbad8b839ff6fd2eadff6a36a8efdc1debc17d9674940
data/CHANGELOG.md CHANGED
@@ -2,10 +2,14 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v1.1.1
6
+
7
+ - Change `paid_at` attribute of Charge from Date to DateTime
8
+
5
9
  ## v1.1.0
6
10
 
7
11
  - Add `charge_configs#deactivate` endpoint
8
- - Add compatibilty to README.md
12
+ - Add compatibility to README.md
9
13
 
10
14
  ## v1.0.0
11
15
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (1.1.0)
4
+ cobrato-client (1.1.1)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -21,7 +21,7 @@ module Cobrato
21
21
  attribute :for_homologation, Boolean
22
22
  attribute :canceled_at, DateTime
23
23
  attribute :paid_amount, Decimal
24
- attribute :paid_at, Date
24
+ attribute :paid_at, DateTime
25
25
  attribute :due_date, Date
26
26
 
27
27
  attribute :total_amount, Decimal # deprecated
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.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: 1.1.0
4
+ version: 1.1.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: 2018-06-22 00:00:00.000000000 Z
13
+ date: 2018-07-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus