mandrill-api 1.0.26 → 1.0.27
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 +5 -0
- metadata +5 -6
data/lib/mandrill/api.rb
CHANGED
|
@@ -892,6 +892,7 @@ module Mandrill
|
|
|
892
892
|
# - [Integer] id a unique integer indentifier for the webhook
|
|
893
893
|
# - [String] url The URL that the event data will be posted to
|
|
894
894
|
# - [String] description a description of the webhook
|
|
895
|
+
# - [String] auth_key the key used to requests for this webhook
|
|
895
896
|
# - [Array] events The message events that will be posted to the hook
|
|
896
897
|
# - [String] events[] the individual message event (send, hard_bounce, soft_bounce, open, click, spam, unsub, or reject)
|
|
897
898
|
# - [String] created_at the date and time that the webhook was created as a UTC string in YYYY-MM-DD HH:MM:SS format
|
|
@@ -913,6 +914,7 @@ module Mandrill
|
|
|
913
914
|
# - [Integer] id a unique integer indentifier for the webhook
|
|
914
915
|
# - [String] url The URL that the event data will be posted to
|
|
915
916
|
# - [String] description a description of the webhook
|
|
917
|
+
# - [String] auth_key the key used to requests for this webhook
|
|
916
918
|
# - [Array] events The message events that will be posted to the hook
|
|
917
919
|
# - [String] events[] the individual message event (send, hard_bounce, soft_bounce, open, click, spam, unsub, or reject)
|
|
918
920
|
# - [String] created_at the date and time that the webhook was created as a UTC string in YYYY-MM-DD HH:MM:SS format
|
|
@@ -931,6 +933,7 @@ module Mandrill
|
|
|
931
933
|
# - [Integer] id a unique integer indentifier for the webhook
|
|
932
934
|
# - [String] url The URL that the event data will be posted to
|
|
933
935
|
# - [String] description a description of the webhook
|
|
936
|
+
# - [String] auth_key the key used to requests for this webhook
|
|
934
937
|
# - [Array] events The message events that will be posted to the hook
|
|
935
938
|
# - [String] events[] the individual message event (send, hard_bounce, soft_bounce, open, click, spam, unsub, or reject)
|
|
936
939
|
# - [String] created_at the date and time that the webhook was created as a UTC string in YYYY-MM-DD HH:MM:SS format
|
|
@@ -953,6 +956,7 @@ module Mandrill
|
|
|
953
956
|
# - [Integer] id a unique integer indentifier for the webhook
|
|
954
957
|
# - [String] url The URL that the event data will be posted to
|
|
955
958
|
# - [String] description a description of the webhook
|
|
959
|
+
# - [String] auth_key the key used to requests for this webhook
|
|
956
960
|
# - [Array] events The message events that will be posted to the hook
|
|
957
961
|
# - [String] events[] the individual message event (send, hard_bounce, soft_bounce, open, click, spam, unsub, or reject)
|
|
958
962
|
# - [String] created_at the date and time that the webhook was created as a UTC string in YYYY-MM-DD HH:MM:SS format
|
|
@@ -971,6 +975,7 @@ module Mandrill
|
|
|
971
975
|
# - [Integer] id a unique integer indentifier for the webhook
|
|
972
976
|
# - [String] url The URL that the event data will be posted to
|
|
973
977
|
# - [String] description a description of the webhook
|
|
978
|
+
# - [String] auth_key the key used to requests for this webhook
|
|
974
979
|
# - [Array] events The message events that will be posted to the hook
|
|
975
980
|
# - [String] events[] the individual message event (send, hard_bounce, soft_bounce, open, click, spam, unsub, or reject)
|
|
976
981
|
# - [String] created_at the date and time that the webhook was created 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: 33
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 27
|
|
10
|
+
version: 1.0.27
|
|
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-05-
|
|
18
|
+
date: 2013-05-03 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: json
|
|
@@ -90,10 +90,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
90
|
requirements: []
|
|
91
91
|
|
|
92
92
|
rubyforge_project:
|
|
93
|
-
rubygems_version: 1.8.
|
|
93
|
+
rubygems_version: 1.8.15
|
|
94
94
|
signing_key:
|
|
95
95
|
specification_version: 3
|
|
96
96
|
summary: A Ruby API library for the Mandrill email as a service platform.
|
|
97
97
|
test_files: []
|
|
98
98
|
|
|
99
|
-
has_rdoc:
|