mailslurp_client 11.6.8 → 11.6.13
Sign up to get free protection for your applications and to get access to all the features.
- 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: 34836f04bea5fed9d1ba1a1e8d120e6bf18c9eb270ba978ffec29d20061dbfbe
|
4
|
+
data.tar.gz: e8feaa243c38e51bfb513f8f29bd2f9b0f74cf7acbfc5fc2cceada669bc8cdc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0874da23f60b72c25afc1c223471a380789da40d7184cc8795b5b2abfec2b481a5515bba8662aedd8b2ecd15f34047ecedea30217e0c9c39851d6262678e350d'
|
7
|
+
data.tar.gz: 12eb25236f7457b5b31e6958f5640b619fdafb4142ffb11227b71ddc05637cd0e2e6771905fc48d86f985e8a937b157c8027e40eb65e815340391780f2435653
|
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.13
|
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.
|