cobrato-client 0.23.0.beta9 → 0.23.0.beta10
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/lib/cobrato/entities/payment.rb +2 -6
- 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: 57cfc1f6e582d9b2963db0fbc2c090fb5aaa6046
|
|
4
|
+
data.tar.gz: 5bd8b5e21de4af4994d569a1d2e71dd988427598
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2e0f4338e1a3c4e33e7dbca7818892c0f1979007de772ca498f1bd364cf297d1da0ea6f75f3b0f8a58e034705deb1f5b70709a5997ccd6ac0bc7a0d3b143b43
|
|
7
|
+
data.tar.gz: 5ca7d2545b9d8b7f78774eb71c26af88d5c8a463f1310f84e95e08cc9f471b3324f098d5a2318564cb3424ea0af0212d4528373e71ff027899f6b90f86408956
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Next version
|
|
4
4
|
|
|
5
|
+
## v0.23.0.beta10
|
|
6
|
+
|
|
7
|
+
- Add `taxpayer_document` and `taxpayer_document_type` to payment
|
|
8
|
+
- Remove `connectivity_seal`, `connectivity_seal_digit` and `fgts_identifier` from payment
|
|
9
|
+
|
|
5
10
|
## v0.23.0.beta9
|
|
6
11
|
|
|
7
12
|
- Remove extra_amount from payment
|
data/Gemfile.lock
CHANGED
|
@@ -59,13 +59,9 @@ module Cobrato
|
|
|
59
59
|
attribute :active_debt_registration, String
|
|
60
60
|
attribute :installment_number, Integer
|
|
61
61
|
|
|
62
|
-
# DPVAT specific
|
|
63
|
-
# --
|
|
64
|
-
|
|
65
62
|
# FGTS specific
|
|
66
|
-
attribute :
|
|
67
|
-
attribute :
|
|
68
|
-
attribute :connectivity_seal_digit, String
|
|
63
|
+
attribute :taxpayer_document, String
|
|
64
|
+
attribute :taxpayer_document_type, String
|
|
69
65
|
end
|
|
70
66
|
end
|
|
71
67
|
end
|
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.23.0.
|
|
4
|
+
version: 0.23.0.beta10
|
|
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-
|
|
13
|
+
date: 2018-02-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: typhoeus
|