mailjet 1.3.1 → 1.3.3

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: 8af4226e965547a8e1393ba6c6ed007184e1f2d9
4
- data.tar.gz: c7452d0e44d180278bbcd74dd31c504042842b9c
3
+ metadata.gz: 28cd4b4b7bd1a09e745198738b64859f6ed37168
4
+ data.tar.gz: 7541942733b7e32bb75c394adc2887a4268fb9eb
5
5
  SHA512:
6
- metadata.gz: 7d056953506cd63412b8dbf49a04fbccc61b98e7a8e83feaff2dcbf29aebcb10e8100d9216a24034990645cdbb329f888b650b85a5810bc655a804e516bbeb33
7
- data.tar.gz: 36668d33d0fb62004e7ad3c7e3fda6ab410713e6be56ca77e63e9cc88d46966df61ffe0d9c4029d32d6bef677d89f2d7b1fb6ec5dbcac395678bb769de152cf4
6
+ metadata.gz: bfd119212ad8affa5603abedb6f99c0c689e02785dec34fc705b8fd3137bf92fc27df0c09dd7e224ab78e3ceb941e5558f7fff6239fa459c95e5b622c721fe89
7
+ data.tar.gz: d50df9a2dc5ca4ae7b8502f709f78ae0caa5f1ac4d22ddd7def83f4a0a21d4bc35b8d90a735cfa771e439cd323be4e582072e78c47498c66ebe8c19babf2ad92
@@ -41,6 +41,7 @@ class Mailjet::APIMailer
41
41
  :from => mail.from || Mailjet.config.default_from,
42
42
  :sender => mail.sender,
43
43
  :to => mail.to,
44
+ :reply_to => mail.reply_to,
44
45
  :cc => mail.cc,
45
46
  :bcc => mail.bcc,
46
47
  :subject => mail.subject,
@@ -71,7 +71,6 @@ module Mailjet
71
71
  self.resource_path = create_action_resource_path(id, job_id) if self.action
72
72
  #
73
73
  attributes = parse_api_json(connection[id].get(default_headers)).first
74
- attributes[:id] = id
75
74
  instanciate_from_api(attributes)
76
75
  rescue Mailjet::ApiError => e
77
76
  if e.code == 404
@@ -1,3 +1,3 @@
1
1
  module Mailjet
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailjet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Nappy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-01-25 00:00:00.000000000 Z
14
+ date: 2016-02-29 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport