mandrill-api 1.0.17 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mandrill/api.rb +4 -0
  2. metadata +4 -4
@@ -515,6 +515,8 @@ module Mandrill
515
515
  # - [Boolean] url_strip_qs whether or not to strip the query string from URLs when aggregating tracked URL data
516
516
  # - [Boolean] preserve_recipients whether or not to expose all recipients in to "To" header for each email
517
517
  # - [String] bcc_address an optional address to receive an exact copy of each recipient's email
518
+ # - [String] tracking_domain a custom domain to use for tracking opens and clicks instead of mandrillapp.com
519
+ # - [String] signing_domain a custom domain to use for SPF/DKIM signing instead of mandrill (for "via" or "on behalf of" in email clients)
518
520
  # - [Boolean] merge whether to evaluate merge tags in the message. Will automatically be set to true if either merge_vars or global_merge_vars are provided.
519
521
  # - [Array] global_merge_vars global merge variables to use for all recipients. You can override these per recipient.
520
522
  # - [Hash] global_merge_vars[] a single global merge variable
@@ -580,6 +582,8 @@ module Mandrill
580
582
  # - [Boolean] url_strip_qs whether or not to strip the query string from URLs when aggregating tracked URL data
581
583
  # - [Boolean] preserve_recipients whether or not to expose all recipients in to "To" header for each email
582
584
  # - [String] bcc_address an optional address to receive an exact copy of each recipient's email
585
+ # - [String] tracking_domain a custom domain to use for tracking opens and clicks instead of mandrillapp.com
586
+ # - [String] signing_domain a custom domain to use for SPF/DKIM signing instead of mandrill (for "via" or "on behalf of" in email clients)
583
587
  # - [Array] global_merge_vars global merge variables to use for all recipients. You can override these per recipient.
584
588
  # - [Hash] global_merge_vars[] a single global merge variable
585
589
  # - [String] name the global merge variable's name. Merge variable names are case-insensitive and may not start with _
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandrill-api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 17
10
- version: 1.0.17
9
+ - 18
10
+ version: 1.0.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mandrill Devs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-03-07 00:00:00 Z
18
+ date: 2013-03-14 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: json