cobrato-client 0.24.0 → 0.24.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: 0fb1d0d5dc08643935df189784eba5e12274184c
4
- data.tar.gz: 48e931bf88e6e4ba492036f16b263a77bfd44ad3
3
+ metadata.gz: b7233c9e740805b450d6f3e2953b214dcc0986fc
4
+ data.tar.gz: 5f1115994d1f1017bd4c523d8e1bf430dffa9719
5
5
  SHA512:
6
- metadata.gz: 28aebe760c662048f0c88d19867f7a1a7f14b1aa54e1c3653f7241c7d042bc609809b61ef68774e47d9d42d305d979fb902f0852cad55e16bb231093adbc095b
7
- data.tar.gz: a1d19dcf8056a5f2b7d8c2b97248c26d2ae344e54463bdb53bef982c8c987ff41415a8dbdfcc0dbc80461767de09cce9db87d0172594aea44fe78dc5390744b4
6
+ metadata.gz: f5b2e5d495a5a9d0da22780f1422d67cd835fc3ba271cb4d05557e60dd880e6175f961b9a446c2d9a690b0af7df5ea634936eec27ee0166a9cc48bc32a45b711
7
+ data.tar.gz: 4ef5e577194cb27ffb60122e6739187815c6d73292a8295511bb61f8cd6e89d485e892939c403b4bf3a2ea1a56e08a21e9971b62950448960a90ea5b30f57193
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v0.24.1
6
+
7
+ - Tiny change for code organization
8
+
5
9
  ## v0.24.0
6
10
 
7
11
  - Add new attributes for payment gateway config from PJBank
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.24.0)
4
+ cobrato-client (0.24.1)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -25,13 +25,13 @@ GEM
25
25
  diff-lcs (1.2.5)
26
26
  docile (1.1.5)
27
27
  equalizer (0.0.11)
28
- ethon (0.11.0)
28
+ ethon (0.10.1)
29
29
  ffi (>= 1.3.0)
30
- ffi (1.9.21)
30
+ ffi (1.9.18)
31
31
  ice_nine (0.11.2)
32
32
  json (2.0.2)
33
33
  method_source (0.8.2)
34
- multi_json (1.13.1)
34
+ multi_json (1.11.3)
35
35
  pry (0.10.4)
36
36
  coderay (~> 1.1.0)
37
37
  method_source (~> 0.8.1)
@@ -11,6 +11,7 @@ module Cobrato
11
11
  attribute :payment_type, String
12
12
  attribute :registration_status, String
13
13
  attribute :note, String
14
+ attribute :payee_name, String
14
15
 
15
16
  # Shared with some
16
17
  attribute :due_date, Date
@@ -31,7 +32,6 @@ module Cobrato
31
32
  attribute :account_digit, String
32
33
  attribute :agency, String
33
34
  attribute :bank_code, String
34
- attribute :payee_name, String
35
35
  attribute :payee_document_type, String
36
36
  attribute :payee_document, String
37
37
  attribute :doc_goal, String
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.24.0'
2
+ VERSION = '0.24.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.24.0
4
+ version: 0.24.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-04-15 00:00:00.000000000 Z
13
+ date: 2018-04-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus