mandrill-api 1.0.28 → 1.0.29
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 +6 -5
data/lib/mandrill/api.rb
CHANGED
|
@@ -730,7 +730,7 @@ module Mandrill
|
|
|
730
730
|
end
|
|
731
731
|
|
|
732
732
|
# Send a new transactional message through Mandrill using a template
|
|
733
|
-
# @param [String] template_name the name of a template that exists in the user's account
|
|
733
|
+
# @param [String] template_name the immutable name or slug of a template that exists in the user's account. For backwards-compatibility, the template name may also be used but the immutable slug is preferred.
|
|
734
734
|
# @param [Array] template_content an array of template content to send. Each item in the array should be a struct with two keys - name: the name of the content block to set the content for, and content: the actual content to put into the block
|
|
735
735
|
# - [Hash] template_content[] the injection of a single piece of content into a single editable region
|
|
736
736
|
# - [String] name the name of the mc:edit editable region to inject into
|
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: 45
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 29
|
|
10
|
+
version: 1.0.29
|
|
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-13 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: json
|
|
@@ -90,9 +90,10 @@ 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.24
|
|
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:
|