mailslurp_client 11.6.10 → 11.6.11

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: 98e581d14d89a3fa53d1158288fdcf2cc523ffa68d100cc26f9b33cd8ad7f253
4
- data.tar.gz: a2940a316be0c22d812bd837f3fd096b799b5ecd8cf4b7a06b65c1d13905958d
3
+ metadata.gz: 772bd5f1863bead5b178c1e13cc76fd2d7d473a2315d4edd956e3cb0f6b66ac5
4
+ data.tar.gz: 9937c7f999e3a0ab222fe8d150b75d2d8a926efe0d46b1a158d0ebc615f3bccb
5
5
  SHA512:
6
- metadata.gz: 4cfcdd72f3421a2435f6136cb1d46f6adab96b746512374849abe206b877da6cf072e4660672fb866e5a71f5151993d14e02467b4a4b2ee7be7340e979cbefed
7
- data.tar.gz: 0b5308feb158aab2e69e6575237ab50c087486309c58349357214ae8083fb402844bd497b64c141a50d831873620121092c747bef5ac4ef7e1a64e5ca971ccac
6
+ metadata.gz: d30fcd26a246bbb60b8f45368066b924e33060fbc797a90e9e186415c7c79b63af0eb64f88ca5fd8a68603440c811b232b807dcee7f5595907e0acf3d310fb62
7
+ data.tar.gz: 26a809b7f861ab1b7ca6d101ce3ac9923243963e56b965d803803c2076f85698524a271c83e1cf1c638abfb2d4af3b12488d083f52f584689e83b4fb002adefb
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.10'
14
+ VERSION = '11.6.11'
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.10
4
+ version: 11.6.11
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-11 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.