mailslurp_client 11.7.212 → 11.7.301

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45dc9a4ee817bd28432291b76b93ea78bebbd5e459d69f15df47a4cc3e8f843c
4
- data.tar.gz: 5ec942deb5202298b92280829166eb6bfc1cef606fd21ee4fce4ade0608c8e67
3
+ metadata.gz: 29bde6f24897cd8f70b32e20be025cd232a93d0b65628fe0334b0c8f7e429b59
4
+ data.tar.gz: 8ac9d96b31401eb47ab4b6ab76e01297b3069817cc0ba109448b0120f7d10380
5
5
  SHA512:
6
- metadata.gz: b9e4b22c9ce51e174a884081c0c14f80675b6a26b75459224236abf92b6948867509332670d684c6120ce0bbd55fd126fa5f63d362fef50eed65f428f1082cf0
7
- data.tar.gz: 4464c57c738fc7f16cccadaed2c5da0a543f311e8a8966c55db15c330b7fe25ac821c46bf6c841a272ab24f5ed7d5a1acf1b58b6e0e1250b2d311ac942051c37
6
+ metadata.gz: 2a9c9cf6f95186e7ea35acf52405bf616391c36b0b3be7ffd2721fa209ec1b68023a4a5c31938d78aa67f9fac8ff89cbbb523271974ea079c98365a5666ae41f
7
+ data.tar.gz: d7923f406e722ae7b5e0d0ff230ebb2851ded7290eeb0857e361a6e60cd55e6adcb8528e9448a90b75c94a1dc4566b1262b0386b9400c105cf7250f4fa6a425b
data/README.md CHANGED
@@ -6,7 +6,7 @@ MailSlurp is an email API service that lets you create real email addresses in c
6
6
 
7
7
  ## Quick links
8
8
 
9
- - [Method Documentation](./docs)
9
+ - [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/)
10
10
  - [Gem Package](https://rubygems.org/gems/mailslurp_client)
11
11
  - [Github Source](https://github.com/mailslurp/mailslurp-client-ruby)
12
12
 
@@ -16,7 +16,7 @@ This section describes how to get up and running with the Ruby client.
16
16
 
17
17
  See the [examples page](https://www.mailslurp.com/examples/) for more examples and use with common frameworks such as Rails and RSpec.
18
18
 
19
- See the method documentation for a [list of all functions](./docs)
19
+ See the method documentation for a [list of all functions](https://www.mailslurp.com/docs/ruby/docs/)
20
20
 
21
21
  ### Create API Key
22
22
 
@@ -141,7 +141,7 @@ end
141
141
  ### Send emails
142
142
 
143
143
  You can send HTML emails easily with the inbox controller. First create an inbox then use its ID with the `send_email` method.
144
- To send attachments see the [Method Documentation](./docs).
144
+ To send attachments see the [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/).
145
145
 
146
146
  ```ruby
147
147
  # create an inbox
@@ -359,4 +359,4 @@ end
359
359
 
360
360
  ## SDK Documentation
361
361
 
362
- See the [examples page](https://www.mailslurp.com/examples/) or the full [Method Documentation](./docs) on Github.
362
+ See the [examples page](https://www.mailslurp.com/examples/) or the full [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/) on Github.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '11.7.212'
14
+ VERSION = '11.7.301'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailslurp_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.7.212
4
+ version: 11.7.301
5
5
  platform: ruby
6
6
  authors:
7
7
  - mailslurp