Skip to content

Commit 044396e

Browse files
author
Patryk Prus
committed
Cosmetic improvements
1 parent 51193ec commit 044396e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/mandrill/api.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ def send_raw(raw_message, from_email=nil, from_name=nil, to=nil, async=false, ip
11041104
return @master.call 'messages/send-raw', _params
11051105
end
11061106

1107-
# Queries your scheduled emails by sender or recipient, or both.
1107+
# Queries your scheduled emails.
11081108
# @param [String] to an optional recipient address to restrict results to
11091109
# @return [Array] a list of up to 1000 scheduled emails
11101110
# - [Hash] return[] a scheduled email
@@ -1891,7 +1891,7 @@ def check_domain(domain)
18911891
return @master.call 'senders/check-domain', _params
18921892
end
18931893

1894-
# Sends a verification email in order to verify ownership of a domain. Domain verification is an optional step to confirm ownership of a domain. Once a domain has been verified in a Mandrill account, other accounts may not have their messages signed by that domain unless they also verify the domain. This prevents other Mandrill accounts from sending mail signed by your domain.
1894+
# Sends a verification email in order to verify ownership of a domain. Domain verification is a required step to confirm ownership of a domain. Once a domain has been verified in a Mandrill account, other accounts may not have their messages signed by that domain unless they also verify the domain. This prevents other Mandrill accounts from sending mail signed by your domain.
18951895
# @param [String] domain a domain name at which you can receive email
18961896
# @param [String] mailbox a mailbox at the domain where the verification email should be sent
18971897
# @return [Hash] information about the verification that was sent

mandrill-api.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'mandrill-api'
3-
s.version = '1.0.53'
3+
s.version = '1.0.54'
44
s.summary = 'A Ruby API library for the Mandrill email as a service platform.'
55
s.description = s.summary
66
s.authors = ['Mandrill Devs']

0 commit comments

Comments
 (0)