cobrato-client 1.1.1 → 1.1.2

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: 9bda917c9c828e597579b771a72ca36857bdabba
4
- data.tar.gz: 157c335724809451dbea163090c41d6bafab3f7c
3
+ metadata.gz: e3d4b7c4b5c0de8d2294cb16427e618d5b9194a7
4
+ data.tar.gz: 9dae9aadb5c9a70c5c4df7937108690ca0916f52
5
5
  SHA512:
6
- metadata.gz: 533bad54c8bd47bdfbeefe6fbecc7f0b5bed965421262a16f82e8385d615c871d73bda022ef964c7d02ca06e1b87cae92b711ac1eb2ff55200081c4c895b9ead
7
- data.tar.gz: 5ba26d565f8cea1a937936c72c391aa9329cf502b8c0e210d1de10da8d8b1fec64cf9f0322bd0c2aec8fbad8b839ff6fd2eadff6a36a8efdc1debc17d9674940
6
+ metadata.gz: 45834565c6cd91b5fd9ac8ba70c98d6483c8d45918fff8167993ed04d9e694468b3eb7119443167a44324fab950508055bb852ba85621de454b4836869fd0083
7
+ data.tar.gz: bee4c65e6d695200b72be20cf85a646dbbc75d163b53f5b4430c3b190dbd157c8c3e46044e8ea9fcce9662428c0089c4098fa455f78bdc851750eb7b2be1f458
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v1.1.2
6
+
7
+ - Add `timezone` to charge config
8
+ - Add `timezone` to payment config
9
+
5
10
  ## v1.1.1
6
11
 
7
12
  - Change `paid_at` attribute of Charge from Date to DateTime
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (1.1.1)
4
+ cobrato-client (1.1.2)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -8,6 +8,7 @@ module Cobrato
8
8
  attribute :payee_id, String
9
9
  attribute :available_charge_types, Array
10
10
  attribute :deactivated_at, DateTime
11
+ attribute :timezone, String
11
12
 
12
13
  # billet specifics
13
14
  attribute :bank_account_id, Integer
@@ -4,6 +4,7 @@ module Cobrato
4
4
  attribute :id, Integer
5
5
  attribute :name, String
6
6
  attribute :bank_account_id, Integer
7
+ attribute :timezone, String
7
8
  end
8
9
  end
9
10
  end
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
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.1
4
+ version: 1.1.2
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-07-20 00:00:00.000000000 Z
13
+ date: 2018-08-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus