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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81b548e336a99c23dc58b09e7e7d271be9b9ee88
4
- data.tar.gz: ba75d109743591bfee93a543279560a63180a040
3
+ metadata.gz: 9357673e3ed0d4427a8f6d4748434c4b40ca9766
4
+ data.tar.gz: b38258be10692d5c74a313ffe80376104d9b8132
5
5
  SHA512:
6
- metadata.gz: 3c0b3435ce6f2af5322f79cd3886515345e3f28f135741f12836a50819654af684d23877daf30c03c7a3593920e0645eed95d7cbfdf5444379fe2f9f6cd29c0d
7
- data.tar.gz: 4289bbada76d368e6f5411ca03154edb8a381c420b1a07c3a1eea12b95be954eee010c34f3c6d18fe61a87b14355f8eec986f8db77ffc95070c4855b5d24ee63
6
+ metadata.gz: 700f2ec0de71afc247c4d03a618a1bf63ffb377571dcc0173e3d82af6ea8095e97f1743981145c3ce23f242be9bf893e82975f766eef04ddf8ee38502184ca36
7
+ data.tar.gz: 13ee9e3562630a55569bc6e276f6fdf308e1ec15cedbf76afe21d0a4ff21aa077e3768bba011415bfe9a9d282d41d707e66161e2804a1b3473672f39791b9aef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.18.0)
4
+ cobrato-client (0.19.0)
5
5
  multi_json (~> 1.11.2)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -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, String
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
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.18.0'
2
+ VERSION = '0.19.0'
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.18.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-07 00:00:00.000000000 Z
13
+ date: 2017-02-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus