mailslurp_client 15.16.21 → 15.16.22

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: dff0c0637a86be990aba67d0eb21e2d202fe0d83ba0ddc1a536ed82bf1df8c3c
4
- data.tar.gz: 41f4dc23dd5e57159a8421c9ea3869c49b2ec268324df9dcc2c64a9a3d6e110f
3
+ metadata.gz: 3059158f992d5b4169e5a148fad84d48d3a0b25f304204663c6a5fed35890546
4
+ data.tar.gz: d4c2d77e0afd394b01fecf8c8e19aaec037f0a6cd26282ec2091be6298681d04
5
5
  SHA512:
6
- metadata.gz: 7a935c63b74e530162f68097867c46de73f8d4814c7ea6ead4d5f4ea4108c2c6308a8774f01bf3ecb1b38239d9db5bd606459d7624b5452eb00c09d502ea429d
7
- data.tar.gz: 10817be50f97ea17063111dd4719dc8a8c5cf3cf7afaa4451ffdbdae42987b66ac3e4960b784a93eabdac4712da1c3aead016c846ac772bc053b2dcd7e221dd2
6
+ metadata.gz: 24d8b0b9bc24797e178b18e425fac1c1b515a02221e96ef96b726bebdb61b55318c7bc6d7b5db31e0bce1e5454ba6f8b90ac4ebe8845a9b82eb8f26dd4842d5a
7
+ data.tar.gz: 76a4175a1892148d012e3a6db7d98c4a74427e015367149ebf8585f976985ceb08dc3abd8668255dd447eafc02da4ce096db7bcfcd965fd806ee129ad1aa19c5
data/README.md CHANGED
@@ -219,10 +219,9 @@ inbox_controller.send_email(inbox.id, {
219
219
  })
220
220
  ```
221
221
 
222
- You can also use objects for most method options:
222
+ You can also use objects for most [method options](https://mailslurp.github.io/mailslurp-client-ruby/MailSlurpClient/SendEmailOptions.html):
223
223
 
224
224
  ```ruby
225
- # for send options see https://github.com/mailslurp/mailslurp-client-ruby/blob/master/docs/SendEmailOptions
226
225
  opts = {
227
226
  send_email_options: MailSlurpClient::SendEmailOptions.new(
228
227
  {
@@ -390,7 +389,7 @@ describe 'use MailSlurp ruby sdk to create email addresses then send and receive
390
389
  inbox_2 = inbox_controller.create_inbox
391
390
 
392
391
  # send email from inbox 1 to inbox 2 (you can send emails to any address)
393
- # for send options see https://github.com/mailslurp/mailslurp-client-ruby/blob/master/docs/SendEmailOptions
392
+ # for send options see https://mailslurp.github.io/mailslurp-client-ruby/MailSlurpClient/SendEmailOptions.html
394
393
  opts = {
395
394
  send_email_options: MailSlurpClient::SendEmailOptions.new(
396
395
  {
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '15.16.21'
14
+ VERSION = '15.16.22'
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: 15.16.21
4
+ version: 15.16.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - mailslurp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-18 00:00:00.000000000 Z
11
+ date: 2023-02-20 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/ruby/ for full Ruby documentation. Get