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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b19a4509a34350dc38c69d6e6392ce64ae8963ad19575e1d7cb01d0607b154e4
4
- data.tar.gz: edaf0a90c037f1cfe27a228becab84e8e1b4687f3c83279b50eae8c0f34c84ce
3
+ metadata.gz: 34836f04bea5fed9d1ba1a1e8d120e6bf18c9eb270ba978ffec29d20061dbfbe
4
+ data.tar.gz: e8feaa243c38e51bfb513f8f29bd2f9b0f74cf7acbfc5fc2cceada669bc8cdc5
5
5
  SHA512:
6
- metadata.gz: 77603a8acafdda4422a5f8d87a950e48648c05458570370c88cad09b10cc0b88675de13a3b3d48585575261348e8341e953524c375588b807ca99997749d0315
7
- data.tar.gz: cd43b8febb32c6ef77800e2a929d4f82a7ce366ad5ba33bd27ebcb5e1e0594a671cf8d04ce717ffdd105701c59909dc3b27c309e25ae84b6305448b42c1d9025
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.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.8'
14
+ VERSION = '11.6.13'
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.8
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-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.