mandrill-api 1.0.31 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/mandrill/api.rb +1 -1
- metadata +4 -4
data/lib/mandrill/api.rb
CHANGED
|
@@ -264,7 +264,7 @@ module Mandrill
|
|
|
264
264
|
return @master.call 'exports/whitelist', _params
|
|
265
265
|
end
|
|
266
266
|
|
|
267
|
-
# Begins an export of your activity history. The activity will be exported to a
|
|
267
|
+
# Begins an export of your activity history. The activity will be exported to a zip archive containing a single file named activity.csv in the same format as you would be able to export from your account's activity view. It includes the following fields: Date, Email Address, Sender, Subject, Status, Tags, Opens, Clicks, Bounce Detail. If you have configured any custom metadata fields, they will be included in the exported data.
|
|
268
268
|
# @param [String] notify_email an optional email address to notify when the export job has finished
|
|
269
269
|
# @param [String] date_from start date as a UTC string in YYYY-MM-DD HH:MM:SS format
|
|
270
270
|
# @param [String] date_to end date as a UTC string in YYYY-MM-DD HH:MM:SS format
|
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:
|
|
4
|
+
hash: 87
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 32
|
|
10
|
+
version: 1.0.32
|
|
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-
|
|
18
|
+
date: 2013-06-06 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: json
|