mailslurp_client 11.6.9 → 11.6.14

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: 54c2f1a339d253f7fc73448ac2f4fe3111009544345c99443c6fb10f62f9733e
4
- data.tar.gz: '082c1c7c13d769917849c46f8dce371b19e0a344689da1b924fce6082be4558f'
3
+ metadata.gz: 39477670f396f18ffda4735b19980044ef9a4a9d43a448b76de1d5c8cce74375
4
+ data.tar.gz: 8c191b0065c8a9e0aea49c425ea433de16c74413a4b27d45c5c77e7114a2680c
5
5
  SHA512:
6
- metadata.gz: 7047a055b77d543dfb4d52f1910bdbd65668ffe330a2056197b3f20766e2f06e3906fef1e62611417b638e1fa97c92dbd5cd7735b8bf44a0912d1adee6d2b69f
7
- data.tar.gz: 74fc8c30ba0c021ab8a7201fe4830e554a7c5cb0c2f5e134aa21407f27935a4418375071525d3e7ba89fffff25d919e52279c0c6cbaec9bd38a1a003823a8185
6
+ metadata.gz: b52d237ed6c6a129b47baca3aacd7a5abe8eac4b6f55e28ea1fc0a33f5c27a1daa096974021e223731c5e5d8c0f5bdc328b128f707e0ba61a5a6bd6c2799448f
7
+ data.tar.gz: 95cc6d44428621c96e42fed627c811fdbb6bdc9487865703da90b9630d1ff898ac6e0222091473b1731abe5b57d4b0f52bceb4e145475af0a9f19db1becf6b5b
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.9'
14
+ VERSION = '11.6.14'
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.9
4
+ version: 11.6.14
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-09 00:00:00.000000000 Z
11
+ date: 2021-04-13 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.