cobrato-client 0.27.0 → 1.0.0

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: 6d909230cc248c276cf6e14e417062685d4ea161
4
- data.tar.gz: 67526eeffba24270aebfa2220e9664448656d906
3
+ metadata.gz: 2263cdf726f38ce7e5f73b601dc1530a7c0eecdc
4
+ data.tar.gz: 011c09bc5708cc65f7878c538a8641b2f6d60630
5
5
  SHA512:
6
- metadata.gz: 94d90ba7e8b43dc639fd8bc141bc62e28eede68762827b0c3811363a7db21abb6ab984d9c7865ea92748fa3331cf9de2eaa71bbd554a66802d643562cb9ac2de
7
- data.tar.gz: 02d9196f4612099e8254760e826812f40776eee86cd573317dc5c8e8ccfbd30b00a44e0c06f694d7bfb023e92f8f140da4fe7179e44594019d6de8b9a31fbbba
6
+ metadata.gz: c92a7cec02eb57bd0034561235cebaff92bddefdfcba1720e9cdd72f0cdac024bb052deb7c3b3a76873dad3fc30050604b9a02b3d3307d96429b80a4006a049e
7
+ data.tar.gz: 15cf76c72af63d9ee719ef0060fc02f29f5f051619345316bbd5c9e4677de36682631cd3c8b4186d5e422edcaa60cd89644018a14ce07cedfeb717e8d1d1ee04
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v1.0.0
6
+
7
+ - Remove `payee_name`, `payee_document` and `payee_document_type` from transfer and billet payments
8
+ - Add `payee` to transfer and billet payments
9
+
5
10
  ## v0.27.0
6
11
 
7
12
  - Add `people` endpoints
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.27.0)
4
+ cobrato-client (1.0.0)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -32,6 +32,7 @@ module Cobrato
32
32
  attribute :account_digit, String
33
33
  attribute :agency, String
34
34
  attribute :bank_code, String
35
+ attribute :payee_id, Integer
35
36
  attribute :payee_document_type, String
36
37
  attribute :payee_document, String
37
38
  attribute :doc_goal, String
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.27.0'
2
+ VERSION = '1.0.0'
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.27.0
4
+ version: 1.0.0
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-14 00:00:00.000000000 Z
13
+ date: 2018-06-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus