cobrato-client 0.23.0.beta6 → 0.23.0.beta7

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: e53c7bf0898a07e569aa2382a97a620943ecedfc
4
- data.tar.gz: 79b481a578cb1a29d9777d9133b3d32baab278d0
3
+ metadata.gz: 61ba88aaf79ade11f4efe1f0a17f1dd6bb597480
4
+ data.tar.gz: 8e37bd4946e72095d55817d229aaa7c934cf98df
5
5
  SHA512:
6
- metadata.gz: b6f63dad02d1e73b278c65f06172be3e9d758b0e480c03f74204fd2cc4dc8cce5b46f8f57f8a6c48f99aecad90c40195ca9a94f5bede1448f09700384be10334
7
- data.tar.gz: afb8b8308216f9297028876e978fda5e77e2d0c89314bae6e8410ed10de9b3c0e60e83fe8259689bb1c5a6e98ff49a25dc819ef453756eaa0144f35e4667e410
6
+ metadata.gz: 7dcf3b7e88dbbe36fdb1cabe3c72b987cf46bf65467f3d2eaae14bcefca7d5ea14874a3c25c5f5a45e09e9e9695e0c8e1ea7656d54157b57d935825c13c147e8
7
+ data.tar.gz: 897418b3e4c077dc5a42e89aa52fd4afc49ae6f2c8e8d3a38263e519c908e96c411c4c1995acedeac4ab0fc20f1b4345288963bf005bfe452ef41214ac668905
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v0.23.0.beta7
6
+
7
+ - Add ICMS-SP payment Support
8
+ - Add DPVAT payment Support
9
+ - Add FGTS payment Support
10
+
5
11
  ## v0.23.0.beta6
6
12
 
7
13
  - Add DAS payment Support
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.23.0.beta6)
4
+ cobrato-client (0.23.0.beta7)
5
5
  multi_json (~> 1.11.2)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -19,6 +19,11 @@ module Cobrato
19
19
  attribute :interest_amount, Decimal
20
20
  attribute :discount_amount, Decimal
21
21
  attribute :competency_year, String
22
+ attribute :competency_month, String
23
+ attribute :city_code, Integer
24
+ attribute :license_plate, String
25
+ attribute :renavam, String
26
+ attribute :uf, String
22
27
 
23
28
  # Transfer specific
24
29
  attribute :account, String
@@ -37,7 +42,6 @@ module Cobrato
37
42
 
38
43
  # GPS specific
39
44
  attribute :gps_payment_code, String
40
- attribute :competency_month, String
41
45
  attribute :other_entities_amount, Decimal
42
46
  attribute :monetary_update, Decimal
43
47
 
@@ -49,11 +53,20 @@ module Cobrato
49
53
  attribute :gross_revenue_percentage, Decimal
50
54
 
51
55
  # IPVA specific
52
- attribute :city_code, Integer
53
- attribute :license_plate, String
54
56
  attribute :payment_option, String
55
- attribute :renavam, String
56
- attribute :uf, String
57
+
58
+ # ICMS-SP specific
59
+ attribute :state_registration, String
60
+ attribute :active_debt_registration, String
61
+ attribute :installment_number, Integer
62
+
63
+ # DPVAT specific
64
+ # --
65
+
66
+ # FGTS specific
67
+ attribute :fgts_identifier, String
68
+ attribute :connectivity_seal, String
69
+ attribute :connectivity_seal_digit, String
57
70
  end
58
71
  end
59
72
  end
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.23.0.beta6'
2
+ VERSION = '0.23.0.beta7'
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.beta6
4
+ version: 0.23.0.beta7
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-10 00:00:00.000000000 Z
13
+ date: 2018-01-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus