cobrato-client 0.18.0 → 0.19.0
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_template.rb +2 -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: 9357673e3ed0d4427a8f6d4748434c4b40ca9766
|
4
|
+
data.tar.gz: b38258be10692d5c74a313ffe80376104d9b8132
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 700f2ec0de71afc247c4d03a618a1bf63ffb377571dcc0173e3d82af6ea8095e97f1743981145c3ce23f242be9bf893e82975f766eef04ddf8ee38502184ca36
|
7
|
+
data.tar.gz: 13ee9e3562630a55569bc6e276f6fdf308e1ec15cedbf76afe21d0a4ff21aa077e3768bba011415bfe9a9d282d41d707e66161e2804a1b3473672f39791b9aef
|
data/Gemfile.lock
CHANGED
@@ -13,9 +13,10 @@ module Cobrato
|
|
13
13
|
attribute :interest_amount_per_month, Decimal
|
14
14
|
attribute :mulct_type, String
|
15
15
|
attribute :mulct_value, Decimal
|
16
|
-
attribute :email_sender_name,
|
16
|
+
attribute :email_sender_name, String
|
17
17
|
attribute :email_subject, String
|
18
18
|
attribute :email_text, String
|
19
|
+
attribute :email_reply_to, String
|
19
20
|
end
|
20
21
|
end
|
21
22
|
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.
|
4
|
+
version: 0.19.0
|
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: 2017-02-
|
13
|
+
date: 2017-02-20 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: typhoeus
|