cobrato-client 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/cobrato/entities/charge_account.rb +3 -0
- 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: e40e2ee4e6b8c81d614e07c2fc8e3be6ca5b0bd7
|
4
|
+
data.tar.gz: c16bb3e90297445a661756fc8e816374675f8985
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdc1675445d868907e632a7e028e9972cec58ab069497606c9fac9c4962ac41c821ca0b0c899d27ecaf21556954cb062d21989b347ea811e31fbf372413e1b2f
|
7
|
+
data.tar.gz: 735c9456842ecd3fb9997e9abf9958a7933b7008fc1ada49badba2f3fb098ba44ee7b6eb08f6721ed691cfc0f5fbc6ee9cf0f58fc7ef1e1368f470a45af9d3a0
|
data/Gemfile.lock
CHANGED
@@ -16,6 +16,9 @@ module Cobrato
|
|
16
16
|
attribute :initial_remittance_number, Integer
|
17
17
|
attribute :current_remittance_number, Integer
|
18
18
|
attribute :remittance_cnab_pattern, Integer
|
19
|
+
attribute :interest_amount_per_month, Decimal
|
20
|
+
attribute :mulct_type, String
|
21
|
+
attribute :mulct_value, Decimal
|
19
22
|
end
|
20
23
|
end
|
21
24
|
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.2.
|
4
|
+
version: 0.2.5
|
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:
|
13
|
+
date: 2016-01-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: typhoeus
|