mandrill-api 1.0.53 → 1.0.55

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/lib/mandrill/api.rb +2 -2
  3. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4a39dfd2f4a6be069d1fb5323c674d86e4a56cc7
4
- data.tar.gz: 0f764147533e416d7493ee5f3c54824758376c23
2
+ SHA256:
3
+ metadata.gz: 7ba5d218cdae924880eabda68b5168694cb51d4231a435f3c27d798a825a2fd1
4
+ data.tar.gz: 88f79993a7ac30a36beb6d73fc8a22e1cd61db2e88cbeab663cbb3b165f627e8
5
5
  SHA512:
6
- metadata.gz: c07b4ffba7e8087be6a35fb7bc2fda41c607f892f9329405ec6d5a32dc85928556a9efcf3094633786d75a4753fb96acf4f63a762e0c00f1eedb14974365429f
7
- data.tar.gz: 5edcc5da1ca597bc92085a844fa9aa79d245ff53f7a58e377946b2334f18547e529f79c29251317cdf21583a4bcc88e91065bb80365a2e78d4202f6723eef648
6
+ metadata.gz: 56e9f88f4192ca42d5a900eaf558487708e564109dd31603d86550188e9ebe936501c32d515c5936eb448b0fb80c263e69af0ccbfa5b72e64a2d0e594bbcb3dc
7
+ data.tar.gz: 686d3f646ece2704e864b8994e179b0e39d04b56e8f6d878de3b56a54a7556ce9bd59e7d28d39d85133251fc74c1dda6bba402c95ef40e1a65988242c07c7433
data/lib/mandrill/api.rb CHANGED
@@ -1104,7 +1104,7 @@ module Mandrill
1104
1104
  return @master.call 'messages/send-raw', _params
1105
1105
  end
1106
1106
 
1107
- # Queries your scheduled emails by sender or recipient, or both.
1107
+ # Queries your scheduled emails.
1108
1108
  # @param [String] to an optional recipient address to restrict results to
1109
1109
  # @return [Array] a list of up to 1000 scheduled emails
1110
1110
  # - [Hash] return[] a scheduled email
@@ -1891,7 +1891,7 @@ module Mandrill
1891
1891
  return @master.call 'senders/check-domain', _params
1892
1892
  end
1893
1893
 
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.
1895
1895
  # @param [String] domain a domain name at which you can receive email
1896
1896
  # @param [String] mailbox a mailbox at the domain where the verification email should be sent
1897
1897
  # @return [Hash] information about the verification that was sent
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandrill-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.53
4
+ version: 1.0.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mandrill Devs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-16 00:00:00.000000000 Z
11
+ date: 2021-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -50,7 +50,8 @@ dependencies:
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
52
  version: '1.0'
53
- description: A Ruby API library for the Mandrill email as a service platform.
53
+ description: Deprecated. Replaced by MailchimpTransactional - A Ruby API library for
54
+ the Mandrill email as a service platform.
54
55
  email: community@mandrill.com
55
56
  executables: []
56
57
  extensions: []
@@ -77,9 +78,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  - !ruby/object:Gem::Version
78
79
  version: '0'
79
80
  requirements: []
80
- rubyforge_project:
81
- rubygems_version: 2.2.2
81
+ rubygems_version: 3.0.3
82
82
  signing_key:
83
83
  specification_version: 4
84
- summary: A Ruby API library for the Mandrill email as a service platform.
84
+ summary: Deprecated. Replaced by MailchimpTransactional - A Ruby API library for the
85
+ Mandrill email as a service platform.
85
86
  test_files: []