cobrato-client 0.23.0.beta9 → 0.23.0.beta10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f363c5a3a67aa628af2e8cae14812197ad6cc14
4
- data.tar.gz: 397a2d4e0b092851a3658536d9f7d8702b8360c1
3
+ metadata.gz: 57cfc1f6e582d9b2963db0fbc2c090fb5aaa6046
4
+ data.tar.gz: 5bd8b5e21de4af4994d569a1d2e71dd988427598
5
5
  SHA512:
6
- metadata.gz: 3020d6946050551ef03463cfe16e17e4dd7e55f181a1d64094e93b063617daf05da3da6b0767a7551ba0cb5cfb67ce39a58dc5a22d5a5f988c758b8473cf897a
7
- data.tar.gz: 8f85d2fd674ef095b3d8fad2df3b718be15db91283ca74f43d139a26449906b109d3c3e09f6951f65863497b782f0770e18407607a1cbcf9e7f0727d1a0495b2
6
+ metadata.gz: e2e0f4338e1a3c4e33e7dbca7818892c0f1979007de772ca498f1bd364cf297d1da0ea6f75f3b0f8a58e034705deb1f5b70709a5997ccd6ac0bc7a0d3b143b43
7
+ data.tar.gz: 5ca7d2545b9d8b7f78774eb71c26af88d5c8a463f1310f84e95e08cc9f471b3324f098d5a2318564cb3424ea0af0212d4528373e71ff027899f6b90f86408956
@@ -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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.23.0.beta9)
4
+ cobrato-client (0.23.0.beta10)
5
5
  multi_json (~> 1.11.2)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -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 :fgts_identifier, String
67
- attribute :connectivity_seal, String
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
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.23.0.beta9'
2
+ VERSION = '0.23.0.beta10'
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.23.0.beta9
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-01-24 00:00:00.000000000 Z
13
+ date: 2018-02-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus