mailslurp_client 11.6.6 → 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: fbca66208822d5b38b436e64d4f469ff44807fc586fed5f27f577316521b6409
4
- data.tar.gz: eed4d6b25db82d146c54618a185aa2c51b4d325affe70416e079cdc0e9341883
3
+ metadata.gz: 772bd5f1863bead5b178c1e13cc76fd2d7d473a2315d4edd956e3cb0f6b66ac5
4
+ data.tar.gz: 9937c7f999e3a0ab222fe8d150b75d2d8a926efe0d46b1a158d0ebc615f3bccb
5
5
  SHA512:
6
- metadata.gz: 6e80aa51e9671b4ec729b6736ea846727a051c52cc93882acbeb6fca9cd5cf91817d073eefd76cfcf5b9cd61b51f6c3758878a347f911d8c90f4a2059c6aefdb
7
- data.tar.gz: f43fd251286d1a67d20e794ab40b6f5b99312c0d92eace41c892bdaf410ee607c6fd002a489f30dc84109f9c5214c4a1fd8f897b4b21f1e0b8fcdcf9a39b6952
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.6'
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.6
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-08 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.