mailslurp_client 11.6.7 → 11.6.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bff0f64e6bceef00bb5b8166c91d4a51777f1bfe646b84d65cb0be1a3fd0def0
4
- data.tar.gz: cabc4125a6f5af21e433538a9264861fe812e3769f98018d16afde07ccb8dfe6
3
+ metadata.gz: b8d91cbb446489f03047f0c77aa07d3f9fc05784dc20c6815d9ec25c88c74de9
4
+ data.tar.gz: 86323287ce00c8357757a83910e1d1cb0d176ca2bcc79b9b90642bbb59a89c5d
5
5
  SHA512:
6
- metadata.gz: 6cf657c04f64acaf2d37c275d8c7a04e1862a6b0e8253187dfe11d401c42abe65e5063eba81e79dc34a31b5642d1853f1ff9dd44f8994afa5cb9200427e83aa5
7
- data.tar.gz: 072300ddac9253280bc6682a9bd3051f68b67539f7fdd2429b7f5ac89a157b629f07f128fc9d52937d695b66c44617a49bfec4786ae5095888aeae078fae45c5
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.md
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.md
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
  {
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '11.6.7'
14
+ VERSION = '11.6.12'
15
15
  end
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.7
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-08 00:00:00.000000000 Z
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.