mandrill-api 1.0.25 → 1.0.26
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
|
@@ -62,7 +62,7 @@ module Mandrill
|
|
|
62
62
|
return @master.call 'templates/info', _params
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
# Update the code for an existing template
|
|
65
|
+
# Update the code for an existing template. If null is provided for any fields, the values will remain unchanged.
|
|
66
66
|
# @param [String] name the immutable name of an existing template
|
|
67
67
|
# @param [String] from_email the new default sending address
|
|
68
68
|
# @param [String] from_name the new default from name
|
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: 35
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 26
|
|
10
|
+
version: 1.0.26
|
|
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-05-01 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:
|