mailslurp_client 11.6.7 → 11.6.12
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/mailslurp_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8d91cbb446489f03047f0c77aa07d3f9fc05784dc20c6815d9ec25c88c74de9
|
|
4
|
+
data.tar.gz: 86323287ce00c8357757a83910e1d1cb0d176ca2bcc79b9b90642bbb59a89c5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa533358e88f6b7a1c2615dce66e9bc4f9f6a9710643612e1fac16b1c5fc076403aad9de32d22fca34457eb2d2b84676454c56c73cd5b27e354e0377ff09c538
|
|
7
|
+
data.tar.gz: b4bb531b6056860509f6a5e9b72ee3128f8e132c19221366fa38bfc7944db97a88fbefd83e30d409c2c2ed9d5a0d96b8b49cf7c04a6e21109820381545c93c05
|
data/README.md
CHANGED
|
@@ -165,7 +165,7 @@ inbox_controller.send_email(inbox.id, {
|
|
|
165
165
|
You can also use objects for most method options:
|
|
166
166
|
|
|
167
167
|
```ruby
|
|
168
|
-
# for send options see https://github.com/mailslurp/mailslurp-client-ruby/blob/master/docs/SendEmailOptions
|
|
168
|
+
# for send options see https://github.com/mailslurp/mailslurp-client-ruby/blob/master/docs/SendEmailOptions
|
|
169
169
|
opts = {
|
|
170
170
|
send_email_options: MailSlurpClient::SendEmailOptions.new(
|
|
171
171
|
{
|
|
@@ -329,7 +329,7 @@ describe 'use MailSlurp ruby sdk to create email addresses then send and receive
|
|
|
329
329
|
inbox_2 = inbox_controller.create_inbox
|
|
330
330
|
|
|
331
331
|
# send email from inbox 1 to inbox 2 (you can send emails to any address)
|
|
332
|
-
# for send options see https://github.com/mailslurp/mailslurp-client-ruby/blob/master/docs/SendEmailOptions
|
|
332
|
+
# for send options see https://github.com/mailslurp/mailslurp-client-ruby/blob/master/docs/SendEmailOptions
|
|
333
333
|
opts = {
|
|
334
334
|
send_email_options: MailSlurpClient::SendEmailOptions.new(
|
|
335
335
|
{
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailslurp_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 11.6.
|
|
4
|
+
version: 11.6.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mailslurp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Create emails addresses in Ruby then send and receive real emails and
|
|
14
14
|
attachments. See https://www.mailslurp.com/docs/ruby/ for full Ruby documentation.
|