cobrato-client 0.24.0 → 0.24.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +4 -4
- data/lib/cobrato/entities/payment.rb +1 -1
- data/lib/cobrato/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7233c9e740805b450d6f3e2953b214dcc0986fc
|
4
|
+
data.tar.gz: 5f1115994d1f1017bd4c523d8e1bf430dffa9719
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5b2e5d495a5a9d0da22780f1422d67cd835fc3ba271cb4d05557e60dd880e6175f961b9a446c2d9a690b0af7df5ea634936eec27ee0166a9cc48bc32a45b711
|
7
|
+
data.tar.gz: 4ef5e577194cb27ffb60122e6739187815c6d73292a8295511bb61f8cd6e89d485e892939c403b4bf3a2ea1a56e08a21e9971b62950448960a90ea5b30f57193
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cobrato-client (0.24.
|
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.
|
28
|
+
ethon (0.10.1)
|
29
29
|
ffi (>= 1.3.0)
|
30
|
-
ffi (1.9.
|
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.
|
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
|
data/lib/cobrato/version.rb
CHANGED
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.
|
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-
|
13
|
+
date: 2018-04-17 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: typhoeus
|