mandrill-api 1.0.52 → 1.0.53
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/mandrill/api.rb +6 -4
- metadata +51 -78
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 4a39dfd2f4a6be069d1fb5323c674d86e4a56cc7
|
4
|
+
data.tar.gz: 0f764147533e416d7493ee5f3c54824758376c23
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c07b4ffba7e8087be6a35fb7bc2fda41c607f892f9329405ec6d5a32dc85928556a9efcf3094633786d75a4753fb96acf4f63a762e0c00f1eedb14974365429f
|
7
|
+
data.tar.gz: 5edcc5da1ca597bc92085a844fa9aa79d245ff53f7a58e377946b2334f18547e529f79c29251317cdf21583a4bcc88e91065bb80365a2e78d4202f6723eef648
|
data/lib/mandrill/api.rb
CHANGED
@@ -797,17 +797,18 @@ module Mandrill
|
|
797
797
|
# - [String] signing_domain a custom domain to use for SPF/DKIM signing instead of mandrill (for "via" or "on behalf of" in email clients)
|
798
798
|
# - [String] return_path_domain a custom domain to use for the messages's return-path
|
799
799
|
# - [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.
|
800
|
+
# - [String] merge_language the merge tag language to use when evaluating merge tags, either mailchimp or handlebars
|
800
801
|
# - [Array] global_merge_vars global merge variables to use for all recipients. You can override these per recipient.
|
801
802
|
# - [Hash] global_merge_vars[] a single global merge variable
|
802
803
|
# - [String] name the global merge variable's name. Merge variable names are case-insensitive and may not start with _
|
803
|
-
# - [
|
804
|
+
# - [Mixed] content the global merge variable's content
|
804
805
|
# - [Array] merge_vars per-recipient merge variables, which override global merge variables with the same name.
|
805
806
|
# - [Hash] merge_vars[] per-recipient merge variables
|
806
807
|
# - [String] rcpt the email address of the recipient that the merge variables should apply to
|
807
808
|
# - [Array] vars the recipient's merge variables
|
808
809
|
# - [Hash] vars[] a single merge variable
|
809
810
|
# - [String] name the merge variable's name. Merge variable names are case-insensitive and may not start with _
|
810
|
-
# - [
|
811
|
+
# - [Mixed] content the merge variable's content
|
811
812
|
# - [Array] tags an array of string to tag the message with. Stats are accumulated using tags, though we only store the first 100 we see, so this should not be unique or change frequently. Tags should be 50 characters or less. Any tags starting with an underscore are reserved for internal use and will cause errors.
|
812
813
|
# - [String] tags[] a single tag - must not start with an underscore
|
813
814
|
# - [String] subaccount the unique id of a subaccount for this message - must already exist or will fail with an error
|
@@ -874,17 +875,18 @@ module Mandrill
|
|
874
875
|
# - [String] signing_domain a custom domain to use for SPF/DKIM signing instead of mandrill (for "via" or "on behalf of" in email clients)
|
875
876
|
# - [String] return_path_domain a custom domain to use for the messages's return-path
|
876
877
|
# - [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.
|
878
|
+
# - [String] merge_language the merge tag language to use when evaluating merge tags, either mailchimp or handlebars
|
877
879
|
# - [Array] global_merge_vars global merge variables to use for all recipients. You can override these per recipient.
|
878
880
|
# - [Hash] global_merge_vars[] a single global merge variable
|
879
881
|
# - [String] name the global merge variable's name. Merge variable names are case-insensitive and may not start with _
|
880
|
-
# - [
|
882
|
+
# - [Mixed] content the global merge variable's content
|
881
883
|
# - [Array] merge_vars per-recipient merge variables, which override global merge variables with the same name.
|
882
884
|
# - [Hash] merge_vars[] per-recipient merge variables
|
883
885
|
# - [String] rcpt the email address of the recipient that the merge variables should apply to
|
884
886
|
# - [Array] vars the recipient's merge variables
|
885
887
|
# - [Hash] vars[] a single merge variable
|
886
888
|
# - [String] name the merge variable's name. Merge variable names are case-insensitive and may not start with _
|
887
|
-
# - [
|
889
|
+
# - [Mixed] content the merge variable's content
|
888
890
|
# - [Array] tags an array of string to tag the message with. Stats are accumulated using tags, though we only store the first 100 we see, so this should not be unique or change frequently. Tags should be 50 characters or less. Any tags starting with an underscore are reserved for internal use and will cause errors.
|
889
891
|
# - [String] tags[] a single tag - must not start with an underscore
|
890
892
|
# - [String] subaccount the unique id of a subaccount for this message - must already exist or will fail with an error
|
metadata
CHANGED
@@ -1,112 +1,85 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: mandrill-api
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 0
|
9
|
-
- 52
|
10
|
-
version: 1.0.52
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.53
|
11
5
|
platform: ruby
|
12
|
-
authors:
|
6
|
+
authors:
|
13
7
|
- Mandrill Devs
|
14
8
|
autorequire:
|
15
9
|
bindir: bin
|
16
10
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2014-10-16 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
21
14
|
name: json
|
22
|
-
|
23
|
-
|
24
|
-
none: false
|
25
|
-
requirements:
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
26
17
|
- - ">="
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
hash: 5
|
29
|
-
segments:
|
30
|
-
- 1
|
31
|
-
- 7
|
32
|
-
- 7
|
18
|
+
- !ruby/object:Gem::Version
|
33
19
|
version: 1.7.7
|
34
|
-
- - <
|
35
|
-
- !ruby/object:Gem::Version
|
36
|
-
|
37
|
-
segments:
|
38
|
-
- 2
|
39
|
-
- 0
|
40
|
-
version: "2.0"
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '2.0'
|
41
23
|
type: :runtime
|
42
|
-
version_requirements: *id001
|
43
|
-
- !ruby/object:Gem::Dependency
|
44
|
-
name: excon
|
45
24
|
prerelease: false
|
46
|
-
|
47
|
-
|
48
|
-
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 1.7.7
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '2.0'
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: excon
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
49
37
|
- - ">="
|
50
|
-
- !ruby/object:Gem::Version
|
51
|
-
hash: 95
|
52
|
-
segments:
|
53
|
-
- 0
|
54
|
-
- 16
|
55
|
-
- 0
|
38
|
+
- !ruby/object:Gem::Version
|
56
39
|
version: 0.16.0
|
57
|
-
- - <
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
|
60
|
-
segments:
|
61
|
-
- 1
|
62
|
-
- 0
|
63
|
-
version: "1.0"
|
40
|
+
- - "<"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '1.0'
|
64
43
|
type: :runtime
|
65
|
-
|
44
|
+
prerelease: false
|
45
|
+
version_requirements: !ruby/object:Gem::Requirement
|
46
|
+
requirements:
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: 0.16.0
|
50
|
+
- - "<"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '1.0'
|
66
53
|
description: A Ruby API library for the Mandrill email as a service platform.
|
67
54
|
email: community@mandrill.com
|
68
55
|
executables: []
|
69
|
-
|
70
56
|
extensions: []
|
71
|
-
|
72
57
|
extra_rdoc_files: []
|
73
|
-
|
74
|
-
files:
|
58
|
+
files:
|
75
59
|
- lib/mandrill.rb
|
76
60
|
- lib/mandrill/api.rb
|
77
61
|
- lib/mandrill/errors.rb
|
78
62
|
homepage: https://bitbucket.org/mailchimp/mandrill-api-ruby/
|
79
63
|
licenses: []
|
80
|
-
|
64
|
+
metadata: {}
|
81
65
|
post_install_message:
|
82
66
|
rdoc_options: []
|
83
|
-
|
84
|
-
require_paths:
|
67
|
+
require_paths:
|
85
68
|
- lib
|
86
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
87
|
-
|
88
|
-
requirements:
|
69
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
89
71
|
- - ">="
|
90
|
-
- !ruby/object:Gem::Version
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
version: "0"
|
95
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
96
|
-
none: false
|
97
|
-
requirements:
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0'
|
74
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
|
+
requirements:
|
98
76
|
- - ">="
|
99
|
-
- !ruby/object:Gem::Version
|
100
|
-
|
101
|
-
segments:
|
102
|
-
- 0
|
103
|
-
version: "0"
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: '0'
|
104
79
|
requirements: []
|
105
|
-
|
106
80
|
rubyforge_project:
|
107
|
-
rubygems_version:
|
81
|
+
rubygems_version: 2.2.2
|
108
82
|
signing_key:
|
109
|
-
specification_version:
|
83
|
+
specification_version: 4
|
110
84
|
summary: A Ruby API library for the Mandrill email as a service platform.
|
111
85
|
test_files: []
|
112
|
-
|